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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotate(23deg) translateY(0);
            transform: rotate(23deg) translateY(0); }
  50% {
    -webkit-transform: rotate(28deg) translateY(-5px);
            transform: rotate(28deg) translateY(-5px); }
  100% {
    -webkit-transform: rotate(23deg) translateY(0);
            transform: rotate(23deg) translateY(0); } }

@-moz-keyframes tilt {
  0% {
    -moz-transform: rotate(23deg) translateY(0);
         transform: rotate(23deg) translateY(0); }
  50% {
    -moz-transform: rotate(28deg) translateY(-5px);
         transform: rotate(28deg) translateY(-5px); }
  100% {
    -moz-transform: rotate(23deg) translateY(0);
         transform: rotate(23deg) translateY(0); } }

@keyframes tilt {
  0% {
    -webkit-transform: rotate(23deg) translateY(0);
       -moz-transform: rotate(23deg) translateY(0);
            transform: rotate(23deg) translateY(0); }
  50% {
    -webkit-transform: rotate(28deg) translateY(-5px);
       -moz-transform: rotate(28deg) translateY(-5px);
            transform: rotate(28deg) translateY(-5px); }
  100% {
    -webkit-transform: rotate(23deg) translateY(0);
       -moz-transform: rotate(23deg) translateY(0);
            transform: rotate(23deg) translateY(0); } }

@-webkit-keyframes bounce-horizontal {
  0%, 10%, 90%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  30% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  40% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-moz-keyframes bounce-horizontal {
  0%, 10%, 90%, 100% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  20% {
    -moz-transform: translateX(-6px);
         transform: translateX(-6px); }
  30% {
    -moz-transform: translateX(6px);
         transform: translateX(6px); }
  40% {
    -moz-transform: translateX(-4px);
         transform: translateX(-4px); }
  50% {
    -moz-transform: translateX(4px);
         transform: translateX(4px); }
  60% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@keyframes bounce-horizontal {
  0%, 10%, 90%, 100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(-6px);
       -moz-transform: translateX(-6px);
            transform: translateX(-6px); }
  30% {
    -webkit-transform: translateX(6px);
       -moz-transform: translateX(6px);
            transform: translateX(6px); }
  40% {
    -webkit-transform: translateX(-4px);
       -moz-transform: translateX(-4px);
            transform: translateX(-4px); }
  50% {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
            transform: translateX(4px); }
  60% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes shake-bell {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  40% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  70% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }

@-moz-keyframes shake-bell {
  0%, 100% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  10% {
    -moz-transform: rotate(10deg);
         transform: rotate(10deg); }
  20% {
    -moz-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  30% {
    -moz-transform: rotate(8deg);
         transform: rotate(8deg); }
  40% {
    -moz-transform: rotate(-8deg);
         transform: rotate(-8deg); }
  50% {
    -moz-transform: rotate(5deg);
         transform: rotate(5deg); }
  60% {
    -moz-transform: rotate(-5deg);
         transform: rotate(-5deg); }
  70% {
    -moz-transform: rotate(2deg);
         transform: rotate(2deg); }
  80% {
    -moz-transform: rotate(-2deg);
         transform: rotate(-2deg); }
  90% {
    -moz-transform: rotate(1deg);
         transform: rotate(1deg); } }

@keyframes shake-bell {
  0%, 100% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
       -moz-transform: rotate(10deg);
            transform: rotate(10deg); }
  20% {
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(8deg);
       -moz-transform: rotate(8deg);
            transform: rotate(8deg); }
  40% {
    -webkit-transform: rotate(-8deg);
       -moz-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  50% {
    -webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
            transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  70% {
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
            transform: rotate(2deg); }
  80% {
    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
       -moz-transform: rotate(1deg);
            transform: rotate(1deg); } }

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

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

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

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

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

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

sup {
  top: -6px; }

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 991px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 991px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

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

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

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  z-index: 9999;
  display: none;
  border: 7px solid #fff; }
  .copy-success svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #264040;
    width: 50%;
    height: 50%; }

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

.pl57 {
  padding-left: 57px; }
  @media (max-width: 1440px) {
    .pl57 {
      padding-left: 0; } }

.w100 {
  width: 100%; }

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.header {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0; }
  .header-top {
    width: 100%;
    padding: 28px 0;
    z-index: 10;
    position: relative; }
    @media (max-width: 991px) {
      .header-top {
        padding: 15px 0; } }
    .header-top__wrap {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -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_page {
      background-color: #FCFDFE;
      border-bottom: 1px solid #D0E8E8;
      padding: 17px 0; }
      .header-top_page .header-menu__item {
        color: #264040; }
        .header-top_page .header-menu__item > svg {
          stroke: #264040; }
      .header-top_page .header-lang:hover .header-lang__btn span, .header-top_page .header-lang.active .header-lang__btn span {
        border-bottom-color: #264040; }
      .header-top_page .header-lang:hover .header-lang__btn > svg, .header-top_page .header-lang.active .header-lang__btn > svg {
        stroke: #264040; }
      .header-top_page .header-lang__btn {
        color: #264040; }
        .header-top_page .header-lang__btn span {
          border-bottom-color: #264040; }
        .header-top_page .header-lang__btn > svg {
          stroke: #264040; }
      .header-top_page .header-btns .m-btn_login {
        color: #264040; }
        .header-top_page .header-btns .m-btn_login > svg {
          fill: #264040; }
      .header-top_page .header-burger span, .header-top_page .header-burger:after, .header-top_page .header-burger:before {
        background-color: #264040; }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 185px;
    width: 100%;
    margin-right: 35px; }
    @media (max-width: 1199px) {
      .header-logo {
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .header-logo {
        max-width: 155px;
        margin-right: 15px; } }
    .header-logo img {
      width: 100%; }
  .header-lang {
    position: relative; }
    @media (max-width: 1199px) {
      .header-lang {
        margin-left: auto; } }
    .header-lang:hover .header-lang__btn span {
      border-bottom-color: #fff; }
    .header-lang:hover .header-lang__btn > svg {
      stroke: #fff; }
    .header-lang:hover .header-lang__drop {
      opacity: 1;
      pointer-events: all; }
    .header-lang__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      line-height: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .header-lang__btn span {
        border-bottom: 1px solid #808080;
        padding: 0 3px 2px 3px;
        display: inline-block;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-lang__btn > svg {
        width: 8px;
        height: 4px;
        fill: none;
        stroke-linecap: round;
        stroke: #7D7D7D;
        margin-left: 4px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .header-lang__drop {
      position: absolute;
      top: -moz-calc(100% + 35px);
      top: calc(100% + 35px);
      left: -20px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: 1px solid #d0e8e8;
      border-radius: 18px;
      box-shadow: 0 6px 13px 0 rgba(65, 128, 129, 0.1), 0 24px 24px 0 rgba(65, 128, 129, 0.09), 0 55px 33px 0 rgba(65, 128, 129, 0.05), 0 97px 39px 0 rgba(65, 128, 129, 0.01), 0 152px 43px 0 rgba(65, 128, 129, 0);
      background-color: #fcfdfe;
      padding: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .header-lang__drop {
          top: -moz-calc(100% + 15px);
          top: calc(100% + 15px); } }
      @media (max-width: 575px) {
        .header-lang__drop {
          left: auto;
          right: 0; } }
      .header-lang__drop:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 35px;
        content: ''; }
        @media (max-width: 1199px) {
          .header-lang__drop:after {
            height: 15px; } }
    .header-lang__item {
      min-height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px 50px 10px 12px;
      font-family: "Geist", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #264040;
      letter-spacing: 0.07em;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .header-lang__item:last-child {
        margin-bottom: 0; }
      .header-lang__item:hover {
        background-color: #F9F9FA; }
      .header-lang__item.active {
        color: #B83333;
        background-color: #F9F9FA; }
      .header-lang__item svg {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 18px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        border-radius: 50%;
        box-shadow: 3px 3px 5px rgba(38, 64, 64, 0.2); }
  .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;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .header-menu {
        display: none;
        margin-bottom: 20px; } }
    .header-menu__pdf {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1199px) {
        .header-menu__pdf {
          margin: 15px 0; } }
      .header-menu__pdf-img {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(233, 62, 63, 0.05);
        border-radius: 18px;
        margin-bottom: 21px;
        padding: 32px 10px; }
        .header-menu__pdf-img img {
          max-width: 66px;
          width: 100%; }
      .header-menu__pdf-text {
        text-align: center;
        width: 100%;
        margin-bottom: 10px; }
        .header-menu__pdf-text h3 {
          font-weight: 600;
          font-size: 18px;
          color: #264040;
          margin-bottom: 6px;
          line-height: 1.15; }
        .header-menu__pdf-text p {
          font-weight: 400;
          font-size: 14px;
          color: #67797A;
          line-height: 1.48; }
      .header-menu__pdf-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;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        color: #264040;
        text-decoration: underline;
        text-underline-offset: 4px; }
        .header-menu__pdf-link:hover {
          text-decoration: none; }
      .header-menu__pdf-arrow {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: rgba(114, 159, 159, 0.2);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 18px; }
        .header-menu__pdf-arrow svg {
          width: 10px;
          height: 10px;
          fill: #729F9F; }
    .header-menu__in {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      top: -moz-calc(100% + 35px);
      top: calc(100% + 35px);
      left: -17px;
      padding: 33px 47px;
      box-shadow: 0 6px 13px 0 rgba(65, 128, 129, 0.1), 0 24px 24px 0 rgba(65, 128, 129, 0.09), 0 55px 33px 0 rgba(65, 128, 129, 0.05), 0 97px 39px 0 rgba(65, 128, 129, 0.01), 0 152px 43px 0 rgba(65, 128, 129, 0);
      background-color: #fcfdfe;
      border-radius: 18px;
      width: 432px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: default; }
      .header-menu__in:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 35px;
        content: ''; }
      .header-menu__in_big {
        width: 805px; }
        @media (max-width: 1440px) {
          .header-menu__in_big {
            width: 705px; } }
    .header-menu__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 500;
      font-size: 14px;
      color: #8C8C94;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 18px;
      cursor: pointer;
      padding: 6px 13px 5px 13px;
      border-radius: 100px;
      line-height: 1;
      position: relative; }
      @media (max-width: 1440px) {
        .header-menu__item {
          margin-right: 5px;
          font-size: 12px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 1199px) {
        .header-menu__item {
          font-size: 14px;
          padding: 0;
          margin-bottom: 10px; }
          .header-menu__item:last-child {
            margin-bottom: 0; } }
      .header-menu__item:hover {
        color: #fff;
        background-color: #264040; }
        .header-menu__item:hover > svg {
          stroke: #fff; }
        .header-menu__item:hover .header-menu__in {
          opacity: 1;
          pointer-events: all; }
      .header-menu__item:last-child {
        margin-right: 0; }
      .header-menu__item > svg {
        fill: none;
        stroke: #7D7D7D;
        stroke-linecap: round;
        width: 8px;
        height: 4px;
        margin-left: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-menu__item.active {
        color: #fff;
        background-color: #264040; }
        .header-menu__item.active > svg {
          stroke: #fff; }
    .header-menu__title {
      font-weight: 400;
      font-size: 12px;
      color: #264040;
      text-transform: uppercase;
      margin-bottom: 21px; }
    .header-menu__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      .header-menu__list a {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 16px 56px 16px 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 18px;
        margin-bottom: 6px;
        position: relative; }
        .header-menu__list a:last-child {
          margin-bottom: 0; }
        .header-menu__list a:hover, .header-menu__list a.active {
          background-color: #F1F9FA; }
          .header-menu__list a:hover h3, .header-menu__list a.active h3 {
            color: #27B5B5; }
          .header-menu__list a:hover > svg, .header-menu__list a.active > svg {
            opacity: 1; }
        .header-menu__list a > svg {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 31px;
          width: 10px;
          height: 10px;
          fill: #264040;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
        .header-menu__list a h3 {
          font-weight: 600;
          font-size: 18px;
          color: #264040;
          margin-bottom: 1px;
          line-height: 1.15;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .header-menu__list a h3 span {
            padding: 3px 7px 2px 8px;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background-color: #56C55C;
            font-weight: 700;
            font-size: 10px;
            color: #fff;
            border-radius: 18px;
            margin-left: 4px; }
        .header-menu__list a p {
          font-weight: 400;
          font-size: 14px;
          color: #67797A;
          line-height: 1.48;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .header-btns {
        display: none;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
    .header-btns .m-btn {
      margin-right: 29px; }
      @media (max-width: 1440px) {
        .header-btns .m-btn {
          margin-right: 20px; } }
      .header-btns .m-btn:last-child {
        margin-right: 0; }
  .header-content {
    padding: 169px 0px 139px 0;
    position: relative; }
    .header-content .container {
      position: relative;
      z-index: 2; }
    @media (max-width: 991px) {
      .header-content {
        padding: 40px 0; } }
    @media (max-width: 575px) {
      .header-content {
        padding: 20px 0; } }
  .header-title {
    line-height: 1.2;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 23px;
    max-width: 670px; }
    @media (max-width: 1199px) {
      .header-title {
        max-width: 430px; } }
    .header-title h1 {
      font-weight: 500;
      font-size: 75px;
      color: #fff;
      margin: 0;
      line-height: 1.2;
      width: 100%; }
      @media (max-width: 1440px) {
        .header-title h1 {
          font-size: 61px; } }
      @media (max-width: 1199px) {
        .header-title h1 {
          font-size: 50px; } }
      @media (max-width: 480px) {
        .header-title h1 {
          font-size: 40px;
          width: 100%; } }
    .header-title span {
      font-weight: 100;
      font-size: 32px;
      margin: 0px 24px;
      color: rgba(255, 255, 255, 0.7); }
      @media (max-width: 1199px) {
        .header-title span {
          font-size: 26px; } }
    .header-title p {
      font-size: 80px;
      color: #080608;
      width: auto;
      background-color: #fff;
      border-radius: 12px;
      padding: 4px 21px 4px 21px;
      line-height: 1;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1440px) {
        .header-title p {
          font-size: 60px; } }
      @media (max-width: 1199px) {
        .header-title p {
          font-size: 50px; } }
      @media (max-width: 480px) {
        .header-title p {
          font-size: 35px;
          padding-left: 15px;
          padding-right: 15px; } }
      .header-title p img {
        min-width: 47px;
        width: 47px;
        margin-left: 18px; }
        @media (max-width: 480px) {
          .header-title p img {
            min-width: 37px;
            width: 37px; } }
      .header-title p.bg-1 {
        border-radius: 12px 12px 12px 0; }
      .header-title p.bg-2 {
        border-radius: 12px 0px 12px 12px; }
  .header-burger {
    display: none;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 30px;
    height: 20px;
    margin-left: 30px; }
    @media (max-width: 1199px) {
      .header-burger {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger.active span {
      display: none; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
         -moz-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .header-burger.active:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
         -moz-transform: translate(-50%, -50%) rotate(-135deg);
          -ms-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
  .header-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: 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;
    width: 100%;
    max-width: 618px; }
    @media (max-width: 575px) {
      .header-wrap {
        max-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; } }
  .header-soc {
    max-width: 272px;
    width: 100%;
    margin-right: 40px;
    padding: 10px 14px 15px 14px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.17);
    border-radius: 14px; }
    @media (max-width: 575px) {
      .header-soc {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .header-soc h3 {
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 15px;
      width: 100%; }
    .header-soc__list {
      width: -moz-calc(100% + 15px);
      width: calc(100% + 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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: -12px; }
    .header-soc__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-right: 15px;
      width: -moz-calc(100% / 4 - 15px);
      width: calc(100% / 4 - 15px);
      text-decoration: none;
      margin-bottom: 12px;
      color: #fff; }
      .header-soc__item:hover p {
        color: #264040; }
      .header-soc__item:hover .header-soc__icon {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }
      .header-soc__item p {
        width: 100%;
        font-weight: 400;
        font-size: 10px;
        color: #fff;
        line-height: 1.4;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .header-soc__item p span {
          font-weight: 700;
          font-size: 8px;
          text-transform: uppercase;
          padding: 2px;
          border-radius: 3px;
          background-color: rgba(255, 255, 255, 0.25);
          line-height: 1; }
    .header-soc__icon {
      width: 50px;
      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;
      border-radius: 50%;
      background-color: #fff;
      margin-bottom: 9px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-soc__icon img {
        max-width: -moz-calc(100% - 28px);
        max-width: calc(100% - 28px); }
  .header-text {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -53px;
    width: -moz-calc(100% - 312px);
    width: calc(100% - 312px); }
    @media (max-width: 575px) {
      .header-text {
        width: 100%;
        margin-top: 0; } }
    .header-text p {
      font-weight: 500;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.4;
      margin-bottom: 23px; }
  .header-link {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-underline-offset: 5px;
    border: 1px solid;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 31px;
    padding: 5px 20px; }
    .header-link:hover {
      text-decoration: none; }
    .header-link__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 10px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #fff; }
      .header-link__icon svg {
        width: 10px;
        height: 10px;
        fill: #000; }

.m-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 32px;
  color: #264040;
  background-color: #fff;
  border-radius: 31px;
  line-height: 1;
  min-height: 52px;
  border: none;
  outline: none;
  cursor: pointer; }
  .m-btn:hover {
    background-color: #013A2C;
    box-shadow: inset 0 0 44px 0 #16a683;
    color: #fff; }
  .m-btn svg {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 8px;
    fill: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .m-btn_login {
    background-color: transparent;
    padding: 0;
    color: #fff;
    font-size: 14px;
    min-height: 0; }
    @media (max-width: 1199px) {
      .m-btn_login {
        color: #264040; }
        .m-btn_login > svg {
          fill: #264040; } }
    .m-btn_login:hover {
      text-decoration: underline;
      background-color: transparent;
      box-shadow: none; }
  .m-btn_gr {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff; }
    .m-btn_gr:hover:after {
      opacity: 0; }
    .m-btn_gr:hover:before {
      opacity: 1; }
    .m-btn_gr:after {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
      background: linear-gradient(90deg, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
      content: '';
      top: 0;
      left: 0;
      opacity: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .m-btn_gr:before {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(right, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
      background: linear-gradient(-90deg, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
      content: '';
      top: 0;
      left: 0;
      opacity: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .m-btn_sm {
    padding: 14px 23px;
    min-height: 45px;
    font-size: 14px; }
  .m-btn_mb {
    margin-bottom: 30px; }
  .m-btn_full {
    width: 100%; }
  .m-btn_green {
    background-color: #264040;
    color: #fff; }
  .m-btn_cert {
    border-radius: 11px;
    min-height: 56px; }
    .m-btn_cert > svg {
      width: 24px;
      height: 24px;
      margin-left: 0;
      margin-right: 9px; }
    .m-btn_cert.transparent {
      color: #264040;
      background-color: #fff;
      border: 1px solid #264040; }
  .m-btn_gray {
    width: 100%;
    border: 1px solid rgba(38, 64, 64, 0.05);
    background-color: transparent;
    box-shadow: none;
    color: #264040; }
  .m-btn_mw {
    min-width: 192px; }
  .m-btn_tr {
    border: 1px solid #264040;
    color: #264040;
    background-color: transparent; }
    .m-btn_tr:hover {
      background-color: #264040;
      color: #fff;
      box-shadow: none; }
  .m-btn_bd {
    border-radius: 11px; }
  .m-btn_icon svg {
    margin-left: 0;
    margin-right: 9px;
    width: 24px;
    height: 24px;
    min-width: 24px; }
  .m-btn_bd-2 {
    border: 2px solid #50B833;
    background-color: transparent;
    color: #fff;
    padding: 9px 11px 9px 17px; }
    .m-btn_bd-2:hover {
      box-shadow: none;
      background-color: transparent;
      border-color: #fff; }
    .m-btn_bd-2 p {
      background: -moz-linear-gradient(left, rgba(41, 182, 178, 0.2) 0%, rgba(114, 206, 38, 0.2) 68.17%, rgba(54, 168, 60, 0.2) 100%);
      background: linear-gradient(90deg, rgba(41, 182, 178, 0.2) 0%, rgba(114, 206, 38, 0.2) 68.17%, rgba(54, 168, 60, 0.2) 100%);
      padding: 6px 11px;
      border-radius: 20px;
      white-space: nowrap;
      font-weight: 600;
      font-size: 10px;
      margin-left: 9px; }
      @supports (-webkit-background-clip: text) {
        .m-btn_bd-2 p span {
          background: -moz-linear-gradient(left, #037f78 0%, #72ce26 68.17%, #36a83c 100%);
          background: linear-gradient(90deg, #037f78 0%, #72ce26 68.17%, #36a83c 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
  .m-btn_signup:hover {
    color: #264040;
    background-color: #fff;
    box-shadow: none; }
    .m-btn_signup:hover:before, .m-btn_signup:hover:after {
      opacity: 0; }

.m-cur {
  padding: 15px 0;
  width: 100%; }
  .m-cur .swiper {
    border-bottom: 1px solid #D0E8E8;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 19px; }
    .m-cur .swiper-slide {
      width: auto; }
  .m-cur__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 19px;
    padding-left: 19px;
    position: relative; }
    .m-cur__item:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 1px;
      height: 29px;
      background-color: #D0E8E8;
      content: ''; }
    .m-cur__item img {
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 8px; }
    .m-cur__item h3 {
      font-weight: 600;
      font-size: 20px;
      color: #264040;
      margin-right: 21px; }
    .m-cur__item p {
      font-weight: 400;
      font-size: 20px;
      color: #264040; }
      .m-cur__item p span {
        color: #0B9982;
        margin-left: 12px; }
        .m-cur__item p span.red {
          color: #F03F4D; }
  .m-cur__text {
    text-align: center;
    padding: 0 15px;
    font-weight: 400;
    font-size: 13px;
    color: #264040;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none; }
    .m-cur__text img {
      margin-left: 6px;
      max-width: 112px;
      width: 100%; }

.m-title {
  font-weight: 600;
  font-size: 48px;
  color: #264040;
  margin-bottom: 24px;
  line-height: 1.15; }
  @media (max-width: 767px) {
    .m-title {
      font-size: 38px; } }
  @media (max-width: 480px) {
    .m-title {
      font-size: 30px; } }
  @supports (-webkit-background-clip: text) {
    .m-title span {
      background: -moz-linear-gradient(left, #27b5b5 0%, #72ce26 73.17%, #36a83c 100%);
      background: linear-gradient(90deg, #27b5b5 0%, #72ce26 73.17%, #36a83c 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  .m-title_icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px; }
    .m-title_icon > img {
      width: 172px;
      margin: -50px -40px; }
    .m-title_icon.m-title_center {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .m-title_center {
    text-align: center; }
  .m-title_white {
    color: #fff; }

.m-subtitle {
  font-weight: 500;
  color: #264040;
  margin-bottom: 29px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px; }
  @media (max-width: 991px) {
    .m-subtitle {
      margin-bottom: 20px; } }
  .m-subtitle span {
    display: inline-block;
    background-color: #F1F9FA;
    border: 1px solid #D6E3E4;
    padding: 6px 13px;
    border-radius: 18px;
    box-shadow: 0 2px 0 0 #d6e3e4;
    margin-bottom: 15px;
    font-size: 14px; }
  .m-subtitle_center {
    text-align: center; }

.m-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  color: #264040;
  text-underline-offset: 4px;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 47px; }
  @media (max-width: 991px) {
    .m-link {
      margin-bottom: 30px; } }
  .m-link:hover {
    text-decoration: none;
    color: #50B833; }
  .m-link__arrow {
    width: 34px;
    height: 34px;
    margin-left: 11px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(114, 159, 159, 0.2); }
    .m-link__arrow svg {
      width: 10px;
      height: 10px;
      fill: #729F9F; }
  .m-link_center {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

.m-text {
  width: 100%;
  margin-bottom: 28px; }
  .m-text p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 20px; }
    .m-text p:last-child {
      margin-bottom: 0; }
    .m-text p b {
      font-weight: 600; }
  .m-text h3 {
    font-weight: 700;
    font-size: 18px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 9px; }
    .m-text h3:last-child {
      margin-bottom: 0; }
  .m-text h2 {
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    margin-bottom: 28px;
    line-height: 1.48; }
  .m-text ul {
    margin-bottom: 30px; }
    .m-text ul:last-child {
      margin-bottom: 0; }
    .m-text ul li {
      padding-left: 30px;
      position: relative; }
      .m-text ul li:after {
        position: absolute;
        top: 13px;
        left: 15px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #264040; }
  .m-text_center {
    text-align: center; }
  .m-text_white h3 {
    color: #fff; }
  .m-text_white p {
    color: rgba(255, 255, 255, 0.7); }
  .m-text_sm p {
    font-size: 14px; }
  .m-text_16 p {
    font-size: 16px; }
  .m-text_mb62 {
    margin-bottom: 62px; }
    @media (max-width: 991px) {
      .m-text_mb62 {
        margin-bottom: 30px; } }
  .m-text_mb55 {
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      .m-text_mb55 {
        margin-bottom: 30px; } }
  .m-text_mb40 {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .m-text_mb40 {
        margin-bottom: 20px; } }

.m-list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px; }
  .m-list__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 16px; }
    .m-list__item:last-child {
      margin-bottom: 0; }
    .m-list__item p {
      font-weight: 400;
      font-size: 14px;
      color: #264040;
      line-height: 1.48; }
  .m-list__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-right: 14px;
    border-radius: 50%;
    background-color: rgba(114, 159, 159, 0.2); }
    .m-list__icon svg {
      width: 10px;
      height: 10px;
      fill: #729F9F; }

.m-input {
  width: 100%;
  height: 53px;
  border: 1px solid #D0E8E8;
  background-color: #F1F9FA;
  border-radius: 12px;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 38px;
  outline: 3px solid transparent; }
  .m-input:focus-within {
    outline-color: #E7F8FA;
    background-color: #FCFDFE;
    border-color: #27B5B5; }
  .m-input ::-webkit-input-placeholder {
    color: rgba(114, 159, 159, 0.5);
    font-weight: 400; }
  .m-input :-moz-placeholder {
    color: rgba(114, 159, 159, 0.5);
    font-weight: 400; }
  .m-input ::-moz-placeholder {
    color: rgba(114, 159, 159, 0.5);
    font-weight: 400; }
  .m-input :-ms-input-placeholder {
    color: rgba(114, 159, 159, 0.5);
    font-weight: 400; }
  .m-input ::placeholder {
    color: rgba(114, 159, 159, 0.5);
    font-weight: 400; }
  .m-input input,
  .m-input textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    padding: 0px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #264040;
    resize: none; }
    .m-input input#tel,
    .m-input textarea#tel {
      padding-left: 78px; }
  .m-input textarea {
    padding: 15px 20px; }
    .m-input textarea::-webkit-scrollbar {
      width: 2px;
      height: 4px; }
    .m-input textarea::-webkit-scrollbar-track {
      background: transparent; }
    .m-input textarea::-webkit-scrollbar-thumb {
      background: #264040;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .m-input textarea::-webkit-scrollbar-thumb:hover {
      background: #264040; }
  .m-input__title {
    font-weight: 400;
    font-size: 16px;
    color: #375252;
    line-height: 1.15;
    margin-bottom: 11px; }
  .m-input__show {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    outline: none;
    background: transparent;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .m-input__show:hover svg {
      fill: #264040; }
    .m-input__show:hover:after {
      background-color: #264040; }
    .m-input__show:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      width: 2px;
      height: 0;
      background-color: #729F9F;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0; }
    .m-input__show svg {
      width: 100%;
      height: 100%;
      fill: #729F9F;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .m-input__show.active:after {
      opacity: 1;
      height: 100%; }
  .m-input__text {
    font-weight: 400;
    font-size: 14px;
    color: #67797A;
    margin-bottom: 28px; }
  .m-input_text {
    height: 176px; }
    @media (max-width: 575px) {
      .m-input_text {
        height: 140px; } }
  .m-input_pass {
    position: relative; }
    .m-input_pass input {
      padding-right: 64px; }
  .m-input_mb30 {
    margin-bottom: 30px; }
  .m-input_mb12 {
    margin-bottom: 12px; }
  .m-input_country {
    position: relative; }
    .m-input_country input {
      padding-right: 58px; }
    .m-input_country > img {
      position: absolute;
      top: 50%;
      right: 29px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .m-input .country-select {
    width: 100%;
    height: 100%; }
    .m-input .country-select input {
      color: #264040; }
      .m-input .country-select input:focus {
        color: #264040; }
  .m-input .flag-dropdown {
    width: 100%; }
  .m-input .selected-flag {
    width: 100% !important;
    background: transparent !important;
    padding-left: 16px;
    font-weight: 500; }
    .m-input .selected-flag .arrow {
      display: none; }
  .m-input .country-list {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0);
    border-radius: 18px;
    padding: 12px;
    overflow: auto;
    width: 100% !important;
    background-color: #FCFDFE;
    border-color: #27B5B5;
    max-width: 100%;
    z-index: 10; }
    .m-input .country-list::-webkit-scrollbar {
      width: 2px;
      /* ширина всей полосы прокрутки */ }
    .m-input .country-list::-webkit-scrollbar-track {
      background: transparent;
      /* цвет зоны отслеживания */ }
    .m-input .country-list::-webkit-scrollbar-thumb {
      background-color: #264040;
      /* цвет бегунка */
      border-radius: 20px;
      /* округлось бегунка */
      border: 0px solid orange;
      /* отступ вокруг бегунка */ }
    .m-input .country-list .divider {
      display: none; }
    .m-input .country-list .country {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px;
      border-radius: 5px;
      font-weight: 500;
      font-size: 14px;
      color: #264040;
      font-family: "Geist", sans-serif;
      border: 1px solid transparent;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .m-input .country-list .country:hover {
        border-color: transparent;
        color: #fff;
        background-color: #729F9F; }
      .m-input .country-list .country.active {
        border-color: transparent;
        color: #fff;
        background-color: #729F9F; }

.m-check {
  display: block;
  margin-bottom: 30px; }
  .m-check input {
    display: none; }
    .m-check input:checked + p:before {
      opacity: 1; }
  .m-check p {
    font-weight: 400;
    font-size: 18px;
    color: #67797A;
    line-height: 1.4;
    padding-left: 36px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 575px) {
      .m-check p {
        font-size: 14px;
        padding-top: 3px; } }
    .m-check p:after {
      width: 24px;
      height: 24px;
      content: '';
      border-radius: 6px;
      border: 1px solid #D0E8E8;
      position: absolute;
      top: 0;
      left: 0; }
    .m-check p:before {
      position: absolute;
      left: 12px;
      top: 12px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      border-radius: 4px;
      background-color: #50B833;
      width: 12px;
      height: 12px;
      opacity: 0; }
    .m-check p a {
      text-decoration: underline;
      color: #27B5B5;
      text-underline-offset: 4px;
      display: inline-block; }
      .m-check p a:hover {
        text-decoration: none; }

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  background-color: #fff;
  max-width: 260px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  display: none;
  box-shadow: 0 6px 13px 0 rgba(65, 128, 129, 0.1), 0 24px 24px 0 rgba(65, 128, 129, 0.09), 0 55px 33px 0 rgba(65, 128, 129, 0.05), 0 97px 39px 0 rgba(65, 128, 129, 0.01), 0 152px 43px 0 rgba(65, 128, 129, 0); }
  .mob-menu::-webkit-scrollbar {
    width: 2px;
    height: 4px; }
  .mob-menu::-webkit-scrollbar-track {
    background: transparent; }
  .mob-menu::-webkit-scrollbar-thumb {
    background: #264040;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab; }
  .mob-menu::-webkit-scrollbar-thumb:hover {
    background: #264040; }
  @media (max-width: 1199px) {
    .mob-menu {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .mob-menu.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mob-menu .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .mob-menu .header-menu__item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      color: #264040;
      font-size: 16px; }
      .mob-menu .header-menu__item > svg {
        stroke: #264040; }
      .mob-menu .header-menu__item:hover, .mob-menu .header-menu__item.active {
        background-color: transparent;
        color: #50B833; }
        .mob-menu .header-menu__item:hover > svg, .mob-menu .header-menu__item.active > svg {
          stroke: #50B833; }
    .mob-menu .header-menu__title {
      margin-bottom: 10px; }
    .mob-menu .header-menu__in {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: 100%;
      opacity: 1;
      pointer-events: all;
      padding: 15px 15px 0 15px;
      overflow: hidden;
      margin-top: 10px;
      display: none;
      -moz-transition: none;
      transition: none; }
    .mob-menu .header-menu__list a {
      border-radius: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .mob-menu .header-menu__list a h3 {
        font-size: 14px;
        margin-bottom: 5px; }
      .mob-menu .header-menu__list a p {
        font-size: 12px; }
  .mob-menu .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto; }

.sect-bg-1 {
  background-image: url(../img/sect-bg-1.png);
  background-repeat: no-repeat;
  background-position: 50% -moz-calc(100% + 150px);
  background-position: 50% calc(100% + 150px);
  background-size: auto; }

.sect-bg-2 {
  background-image: url(../img/sect-6-bg.png);
  background-repeat: no-repeat;
  background-position: 50% -46px;
  background-size: auto; }

.sect-1 {
  padding: 110px 0px 45px 0; }
  @media (max-width: 1199px) {
    .sect-1 {
      padding: 40px 0 20px 0; } }
  .sect-1__wrap {
    padding-left: 45px;
    padding-right: 70px;
    width: 100%; }
    @media (max-width: 1440px) {
      .sect-1__wrap {
        padding-left: 0;
        padding-right: 0; } }
    .sect-1__wrap .m-title {
      max-width: 513px; }

.sect-2 {
  padding: 45px 0px 100px 0; }
  @media (max-width: 991px) {
    .sect-2 {
      padding: 40px 0 20px 0; } }
  .sect-2__info {
    width: 100%;
    background-color: rgba(221, 243, 243, 0.3);
    border-radius: 18px;
    padding: 33px 28px 30px 28px;
    margin-bottom: 20px;
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
    .sect-2__info-icon {
      background-color: rgba(218, 241, 244, 0.3);
      border-radius: 12px;
      width: 43px;
      height: 43px;
      border: 1px solid #DAF1F4;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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;
      box-shadow: 0 2px 0 0 #daf1f4;
      margin-bottom: 25px; }
      .sect-2__info-icon img {
        max-width: 24px; }
    .sect-2__info h3 {
      font-weight: 600;
      font-size: 24px;
      color: #58B5B5;
      margin-bottom: 10px;
      line-height: 1.15; }
      .sect-2__info h3:last-child {
        margin-bottom: 0; }
    .sect-2__info p {
      font-weight: 300;
      font-size: 16px;
      color: #264040;
      line-height: 1.48; }
    .sect-2__info_2 {
      background-color: rgba(221, 243, 238, 0.3); }
      .sect-2__info_2 h3 {
        color: #3EC3A5; }
    .sect-2__info_3 {
      background-color: rgba(227, 245, 229, 0.3); }
      .sect-2__info_3 h3 {
        color: #74D47F; }

.sect-3 {
  background-image: url("../img/sect-3-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 94px 0px 66px 0; }
  @media (max-width: 991px) {
    .sect-3 {
      padding: 40px 0 10px 0; } }

.sect-4 {
  padding: 110px 0; }
  @media (max-width: 991px) {
    .sect-4 {
      padding: 40px 0; } }
  .sect-4-list {
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .sect-4-list {
        margin-bottom: 20px; } }
    .sect-4-list__item {
      margin-bottom: 30px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      background-image: url(../img/sect-4-list-bg.png);
      padding: 39px 20px 28px 20px;
      border: 1px solid #D0E8E8;
      border-radius: 18px;
      background-color: #FCFDFE;
      box-shadow: 0 2px 0 0 #d0e8e8;
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px); }
      .sect-4-list__item h3 {
        font-weight: 500;
        font-size: 14px;
        color: #264040;
        padding: 6px 12px;
        border: 1px solid #D6E3E4;
        background-color: #F1F9FA;
        box-shadow: 0 2px 0 0 #d6e3e4;
        border-radius: 18px;
        margin-bottom: 16px;
        line-height: 1.15; }
        .sect-4-list__item h3:last-child {
          margin-bottom: 0; }
      .sect-4-list__item p {
        font-weight: 500;
        font-size: 44px;
        color: #264040;
        line-height: 1.48; }
        @media (max-width: 1440px) {
          .sect-4-list__item p {
            font-size: 40px; } }
        @media (max-width: 1199px) {
          .sect-4-list__item p {
            font-size: 30px; } }
        .sect-4-list__item p span {
          font-weight: 200; }
  .sect-4-cur__title {
    font-weight: 500;
    font-size: 14px;
    color: #729F9F;
    line-height: 1.48;
    margin-bottom: 48px;
    text-align: center; }
    @media (max-width: 991px) {
      .sect-4-cur__title {
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .sect-4-cur .swiper {
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .sect-4-cur .swiper-wrapper {
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .sect-4-cur .swiper-slide {
    width: 201px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 30px;
    height: auto;
    position: relative; }
    @media (max-width: 575px) {
      .sect-4-cur .swiper-slide {
        width: 140px;
        padding-left: 15px;
        padding-right: 15px; } }
    .sect-4-cur .swiper-slide:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 1px;
      height: 29px;
      background-color: #E0F0F0;
      content: ''; }
    .sect-4-cur .swiper-slide img {
      max-width: 100%; }
  .sect-4-cur__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-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%; }

.sect-5 {
  background-image: url("../img/sect-5-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 92px 0px 100px 0;
  background-position: 50% 0; }
  @media (max-width: 991px) {
    .sect-5 {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .sect-5 .m-title {
      text-align: center; } }
  .sect-5 .m-title span {
    display: inline-block; }
  @media (max-width: 991px) {
    .sect-5 .m-text {
      text-align: center; } }
  .sect-5-wrap {
    padding-left: 50px;
    width: 100%; }
    @media (max-width: 1199px) {
      .sect-5-wrap {
        padding-left: 0; } }
    .sect-5-wrap .m-text {
      text-align: center; }
  .sect-5-info {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 22px; }
    .sect-5-info__item {
      position: relative;
      padding-left: 67px;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
      @media (max-width: 991px) {
        .sect-5-info__item {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      .sect-5-info__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .sect-5-info__item h3 {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 1.48; }
      .sect-5-info__item p {
        line-height: 1.48;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7); }
    .sect-5-info__num {
      position: absolute;
      top: 1px;
      left: 0;
      width: 40px;
      height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.17);
      border-radius: 12px;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      line-height: 1.48;
      text-align: center; }
  .sect-5-slider {
    width: 100%;
    margin-bottom: 30px;
    height: 392px; }
    @media (max-width: 991px) {
      .sect-5-slider {
        margin-bottom: 0px; } }
    .sect-5-slider .swiper {
      overflow: visible;
      padding: 81px 0px 100px 0;
      margin-top: -47px; }
      @media (max-width: 991px) {
        .sect-5-slider .swiper {
          margin-top: -40px; } }
      .sect-5-slider .swiper-slide {
        max-width: 400px;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-radius: 18px; }
        .sect-5-slider .swiper-slide-active {
          opacity: 1;
          z-index: 2;
          pointer-events: all;
          -webkit-backdrop-filter: blur(31px);
                  backdrop-filter: blur(31px); }
          @media (min-width: 481px) {
            .sect-5-slider .swiper-slide-active {
              max-width: 400px; } }
          .sect-5-slider .swiper-slide-active .ref-card__refs span {
            width: 30px;
            height: 30px; }
            .sect-5-slider .swiper-slide-active .ref-card__refs span:nth-child(1) {
              border-color: #2FB7A5;
              background-image: url(../img/refs-card-hero-2_1.png); }
            .sect-5-slider .swiper-slide-active .ref-card__refs span:nth-child(2) {
              border-color: #47BF77;
              background-image: url(../img/refs-card-hero-2_2.png); }
            .sect-5-slider .swiper-slide-active .ref-card__refs span:nth-child(3) {
              border-color: #50C268;
              background-image: url(../img/refs-card-hero-2_3.png); }
            .sect-5-slider .swiper-slide-active .ref-card__refs span:nth-child(4) {
              border-color: #6CCA29;
              background-image: url(../img/refs-card-hero-2_4.png); }
          @media (min-width: 481px) {
            .sect-5-slider .swiper-slide-active .ref-card__head {
              padding-left: 85px; }
              .sect-5-slider .swiper-slide-active .ref-card__head h3 {
                font-size: 24px; }
              .sect-5-slider .swiper-slide-active .ref-card__head p {
                font-size: 18px; }
            .sect-5-slider .swiper-slide-active .ref-card__info-item h3 {
              font-size: 16px; }
            .sect-5-slider .swiper-slide-active .ref-card__val {
              font-size: 20px; }
            .sect-5-slider .swiper-slide-active .ref-card__ava {
              width: 70px;
              height: 70px; }
            .sect-5-slider .swiper-slide-active .ref-card__refs span {
              width: 35px;
              height: 35px; } }
        .sect-5-slider .swiper-slide-next {
          -webkit-transform: translate(-121px, -81px);
             -moz-transform: translate(-121px, -81px);
              -ms-transform: translate(-121px, -81px);
                  transform: translate(-121px, -81px);
          -webkit-filter: blur(10px);
                  filter: blur(10px);
          opacity: 0.4;
          opacity: 1; }
        .sect-5-slider .swiper-slide-prev {
          -webkit-transform: translate(121px, 100px);
             -moz-transform: translate(121px, 100px);
              -ms-transform: translate(121px, 100px);
                  transform: translate(121px, 100px);
          -webkit-filter: blur(10px);
                  filter: blur(10px);
          opacity: 0.4;
          opacity: 1; }

.sect-6 {
  width: 100%;
  padding: 94px 0px 78px 0; }
  @media (max-width: 991px) {
    .sect-6 {
      padding: 40px 0; } }
  .sect-6 .m-title span {
    display: inline-block; }
  .sect-6-wrap .m-text {
    max-width: 581px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px; }
    @media (max-width: 1199px) {
      .sect-6-wrap .m-text {
        max-width: 100%; } }
  .sect-6-video {
    width: 100%;
    height: 328px;
    outline: 7px solid rgba(196, 226, 226, 0.32);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #264040;
    border-radius: 38px;
    margin-bottom: 65px;
    background-image: url("../img/video-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media (max-width: 575px) {
      .sect-6-video {
        height: 220px;
        margin-bottom: 30px; } }
    .sect-6-video:hover .sect-6-video__icon span.c1 {
      width: -moz-calc(100% + 18px);
      width: calc(100% + 18px);
      height: -moz-calc(100% + 18px);
      height: calc(100% + 18px); }
    .sect-6-video:hover .sect-6-video__icon span.c2 {
      width: -moz-calc(100% + 36px);
      width: calc(100% + 36px);
      height: -moz-calc(100% + 36px);
      height: calc(100% + 36px); }
    .sect-6-video:hover .sect-6-video__icon span.c3 {
      width: -moz-calc(100% + 64px);
      width: calc(100% + 64px);
      height: -moz-calc(100% + 64px);
      height: calc(100% + 64px); }
    .sect-6-video:after {
      position: absolute;
      top: -26px;
      left: -16px;
      height: -moz-calc(100% + 50px);
      height: calc(100% + 50px);
      width: -moz-calc(100% + 39px);
      width: calc(100% + 39px);
      background-image: url(../img/video-lines.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: ''; }
    .sect-6-video__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 81px;
      height: 81px;
      background-image: url("../img/play-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .sect-6-video__icon svg {
        width: 23px;
        height: 25px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sect-6-video__icon 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%);
        border-radius: 50%;
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        -webkit-animation: play1 5s infinite linear;
           -moz-animation: play1 5s infinite linear;
                animation: play1 5s infinite linear; }
        .sect-6-video__icon span.c1 {
          width: -moz-calc(100% + 12px);
          width: calc(100% + 12px);
          height: -moz-calc(100% + 12px);
          height: calc(100% + 12px);
          background-image: url(../img/play-circle-1.png);
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .sect-6-video__icon span.c2 {
          width: -moz-calc(100% + 18px);
          width: calc(100% + 18px);
          height: -moz-calc(100% + 18px);
          height: calc(100% + 18px);
          background-image: url(../img/play-circle-2.png);
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-animation-name: play2;
             -moz-animation-name: play2;
                  animation-name: play2; }
        .sect-6-video__icon span.c3 {
          width: -moz-calc(100% + 24px);
          width: calc(100% + 24px);
          height: -moz-calc(100% + 24px);
          height: calc(100% + 24px);
          background-image: url(../img/play-circle-3.png);
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
  .sect-6-cert {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .sect-6-cert {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .sect-6-cert {
        background-image: none;
        background-color: #F1F9FA;
        height: auto;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-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: center;
        border-radius: 18px;
        padding: 20px; } }
    .sect-6-cert_left {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 60%; }
      @media (max-width: 1440px) {
        .sect-6-cert_left {
          width: 100%; } }
    .sect-6-cert_check {
      background-repeat: no-repeat;
      background-position: top right;
      background-size: cover;
      background-image: url(../img/sect-6-cert-bg_2.png);
      height: 198px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      margin-bottom: 25px;
      width: 100%;
      border-radius: 18px;
      overflow: hidden; }
    @media (max-width: 767px) {
      .sect-6-cert .m-subtitle {
        width: 100%;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .sect-6-cert .m-subtitle span {
      min-height: 64px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #264040;
      font-size: 12px; }
      .sect-6-cert .m-subtitle span .num {
        font-size: 16px;
        margin-top: 3px; }
    .sect-6-cert .m-btn {
      max-width: 265px;
      width: 100%; }
      @media (max-width: 1440px) {
        .sect-6-cert .m-btn {
          max-width: 205px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 1199px) {
        .sect-6-cert .m-btn {
          max-width: 265px; } }
      @media (max-width: 767px) {
        .sect-6-cert .m-btn {
          max-width: 100%;
          width: 100%; } }
    .sect-6-cert_text {
      width: 40%;
      margin-left: 20px; }
      @media (max-width: 1440px) {
        .sect-6-cert_text {
          width: 100%; } }
      @media (max-width: 767px) {
        .sect-6-cert_text {
          margin-left: 0;
          margin-top: 15px; } }
      .sect-6-cert_text p {
        font-weight: 400;
        font-size: 14px;
        color: #729F9F;
        line-height: 1.57;
        margin-bottom: 20px; }
  .sect-6-slider {
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 55px; }
    @media (max-width: 767px) {
      .sect-6-slider {
        margin-bottom: 20px; } }
    .sect-6-slider .about-hero {
      margin-bottom: 0;
      height: 100%; }
      .sect-6-slider .about-hero__ava {
        width: 95px;
        height: 95px; }
        @media (max-width: 1440px) {
          .sect-6-slider .about-hero__ava {
            width: 71px;
            height: 71px; } }
      .sect-6-slider .about-hero__logo {
        max-width: 127px; }
    .sect-6-slider .swiper {
      width: 100%;
      padding: 0px 11px; }
      @media (max-width: 767px) {
        .sect-6-slider .swiper {
          padding: 0; } }
      .sect-6-slider .swiper-wrapper {
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .sect-6-slider .swiper-slide {
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto; }
        .sect-6-slider .swiper-slide-active:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 100%;
          width: 11px;
          height: -moz-calc(100% - 40px);
          height: calc(100% - 40px);
          border: 1px solid #D6E3E4;
          border-right: none;
          border-radius: 16px 0px 0px 16px;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 767px) {
            .sect-6-slider .swiper-slide-active:after {
              display: none; } }
        .sect-6-slider .swiper-slide-next:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 100%;
          width: 11px;
          height: -moz-calc(100% - 40px);
          height: calc(100% - 40px);
          border: 1px solid #D6E3E4;
          border-left: none;
          border-radius: 0 16px 16px 0;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 767px) {
            .sect-6-slider .swiper-slide-next:after {
              display: none; } }
      .sect-6-slider .swiper-buttons {
        z-index: 2;
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        left: -20px;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .sect-6-slider .swiper-button-prev, .sect-6-slider .swiper-button-next {
        position: absolute;
        bottom: 0;
        top: auto;
        margin: 0;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        outline: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #E0F0F0;
        background-color: #FCFDFE;
        box-shadow: 0 2px 0 0 #e0f0f0;
        z-index: 5; }
        .sect-6-slider .swiper-button-prev:hover, .sect-6-slider .swiper-button-next:hover {
          box-shadow: none;
          background-color: #264040;
          border-color: #264040; }
          .sect-6-slider .swiper-button-prev:hover svg, .sect-6-slider .swiper-button-next:hover svg {
            stroke: #fff; }
        .sect-6-slider .swiper-button-prev svg, .sect-6-slider .swiper-button-next svg {
          width: 12px;
          height: 12px;
          fill: none;
          stroke: #729F9F;
          stroke-linecap: round;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .sect-6-slider .swiper-button-prev {
        left: 0; }
        .sect-6-slider .swiper-button-prev svg {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .sect-6-slider .swiper-button-next {
        right: 0; }
        .sect-6-slider .swiper-button-next svg {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .sect-6-slider .swiper-pagination {
        width: auto;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translate(-50%, 50%);
           -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%); }
        .sect-6-slider .swiper-pagination-bullet {
          outline: none;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          width: 8px;
          height: 8px;
          margin-left: 3px !important;
          margin-right: 3px !important;
          opacity: 1;
          background-color: #D6E3E4; }
          .sect-6-slider .swiper-pagination-bullet-active, .sect-6-slider .swiper-pagination-bullet:hover {
            background-color: #729F9F; }

.sect-7 {
  background: -moz-linear-gradient(top, rgba(241, 249, 250, 0) 0%, #f1f9fa 100%);
  background: linear-gradient(180deg, rgba(241, 249, 250, 0) 0%, #f1f9fa 100%);
  padding-bottom: 102px; }
  @media (max-width: 991px) {
    .sect-7 {
      padding-bottom: 40px; } }
  .sect-7-list {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .sect-7-list {
        margin-bottom: 20px; } }
    .sect-7-list:last-child {
      margin-bottom: 0; }
  .sect-7-item {
    background-color: #F1F9FA;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    padding: 45px 50px 48px 50px;
    margin-bottom: 20px;
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    transition: -webkit-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease; }
    .sect-7-item:hover {
      -webkit-transform: translateY(-20px);
         -moz-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
    @media (max-width: 1199px) {
      .sect-7-item {
        padding: 40px 30px; } }
    .sect-7-item:after {
      z-index: -1;
      width: -moz-calc(100% - 12px);
      width: calc(100% - 12px);
      height: -moz-calc(100% - 12px);
      height: calc(100% - 12px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url("../img/sect-7-item-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      background-color: #FCFDFE;
      border: 1px solid #D6E3E4;
      border-radius: 18px; }
    .sect-7-item__icon {
      height: 61px;
      max-width: 100%;
      margin-bottom: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .sect-7-item__icon img {
        height: 100%;
        max-width: 100%; }
    .sect-7-item h3 {
      font-weight: 600;
      font-size: 32px;
      color: #264040;
      line-height: 1.15;
      margin-bottom: 29px; }
      @media (max-width: 1199px) {
        .sect-7-item h3 {
          font-size: 28px; } }
      .sect-7-item h3:last-child {
        margin-bottom: 0; }
    .sect-7-item p {
      font-weight: 400;
      font-size: 18px;
      color: #264040;
      line-height: 1.48; }
      @media (max-width: 1199px) {
        .sect-7-item p {
          font-size: 16px; } }
  .sect-7-title {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #729F9F;
    margin-bottom: 37px; }
  .sect-7-slider {
    width: 100%; }
    .sect-7-slider .swiper {
      width: 100%; }
      .sect-7-slider .swiper-wrapper {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sect-7-slider .swiper-slide {
        width: auto;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .sect-7-slider .swiper-slide img {
          max-width: 100%; }

.sect-8 {
  padding: 100px 0;
  background-image: url(../img/sect-8-bg.png);
  background-repeat: no-repeat;
  background-position: -moz-calc(50% - 28px) -51px;
  background-position: calc(50% - 28px) -51px;
  background-size: auto; }
  @media (max-width: 991px) {
    .sect-8 {
      padding: 40px 0; } }
  .sect-8 .m-text {
    margin-bottom: 68px; }
    @media (max-width: 991px) {
      .sect-8 .m-text {
        margin-bottom: 30px; } }
  .sect-8-slider {
    position: relative;
    width: 100%;
    margin-bottom: 14px; }
    @media (max-width: 575px) {
      .sect-8-slider {
        padding: 0 15px; } }
    .sect-8-slider:last-child {
      margin-bottom: 0; }
    .sect-8-slider:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 264px;
      height: 100%;
      background: -moz-linear-gradient(left, #fcfdfe 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(90deg, #fcfdfe 0%, rgba(255, 255, 255, 0.1) 100%);
      content: '';
      z-index: 100; }
      @media (max-width: 991px) {
        .sect-8-slider:before {
          display: none; } }
    .sect-8-slider:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 264px;
      height: 100%;
      background: -moz-linear-gradient(right, #fcfdfe 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(-90deg, #fcfdfe 0%, rgba(255, 255, 255, 0.1) 100%);
      content: '';
      z-index: 100; }
      @media (max-width: 991px) {
        .sect-8-slider:after {
          display: none; } }
    .sect-8-slider .swiper {
      width: 100%; }
      .sect-8-slider .swiper-slide {
        width: 559px; }
        @media (max-width: 575px) {
          .sect-8-slider .swiper-slide {
            width: 100%; } }

.sect-9 {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .sect-9 {
      padding-bottom: 40px; } }

.sect-10 {
  padding: 40px 0px 60px 0; }
  .sect-10 .m-title {
    margin-bottom: 17px; }
  .sect-10__text {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #729F9F;
    line-height: 1.48; }

.sect-11 {
  padding: 36px 0px 100px 0; }
  @media (max-width: 991px) {
    .sect-11 {
      padding: 30px 0; } }

.sect-12 {
  padding: 40px 0px 100px 0; }
  @media (max-width: 991px) {
    .sect-12 {
      padding: 20px 0px 40px 0; } }
  .sect-12__row {
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .sect-12__row {
        margin-bottom: 20px; } }
  .sect-12__img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 18px;
    margin-bottom: 30px;
    overflow: hidden; }
    .sect-12__img img {
      width: 100%; }
  .sect-12__text {
    max-width: 600px; }
    @media (max-width: 991px) {
      .sect-12__text {
        max-width: 100%; } }
    .sect-12__text_right {
      margin-left: auto; }
      @media (max-width: 991px) {
        .sect-12__text_right {
          margin-left: 0; } }

.sect-13 {
  padding: 24px 0px 50px 0; }
  @media (max-width: 991px) {
    .sect-13 {
      padding: 20px 0; } }
  .sect-13__row-1 {
    margin-bottom: 93px; }
    @media (max-width: 991px) {
      .sect-13__row-1 {
        margin-bottom: 40px; } }
  .sect-13__row-2 {
    margin-bottom: 47px; }
    .sect-13__row-2 .m-text {
      margin-bottom: 44px; }
  .sect-13__row-3 .m-text {
    max-width: 652px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px; }

.sect-14 {
  padding: 70px 0px 64px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .sect-14 {
      padding: 20px 0 0 0; } }
  .sect-14__row {
    margin-bottom: 23px; }

.sect-15 {
  padding: 40px 0px 80px 0; }
  @media (max-width: 991px) {
    .sect-15 {
      padding: 20px 0px 40px 0; } }
  .sect-15__row {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .sect-15__row {
        margin-bottom: 20px; } }
    .sect-15__row:last-child {
      margin-bottom: 0; }

.sect-16 {
  padding: 40px 0px 20px 0; }
  @media (max-width: 991px) {
    .sect-16 {
      padding: 20px 0; } }
  .sect-16 .m-title {
    margin-bottom: 17px; }
  .sect-16 .link-box {
    max-width: 240px;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 991px) {
      .sect-16 .link-box {
        max-width: 100%;
        margin-bottom: 30px; } }
  .sect-16 .sect-7-slider {
    margin-bottom: 172px; }
    @media (max-width: 991px) {
      .sect-16 .sect-7-slider {
        margin-bottom: 40px; } }
  .sect-16__row-1 {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .sect-16__row-1 {
        margin-bottom: 20px; } }
  .sect-16__row-2 {
    margin-bottom: 20px; }

.sect-17 {
  padding: 20px 0px 70px 0; }
  @media (max-width: 991px) {
    .sect-17 {
      padding: 20px 0; } }
  .sect-17 .m-title {
    position: relative;
    z-index: 2; }

.sect-18 {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .sect-18 {
      padding: 20px 0; } }
  .sect-18 .m-text {
    z-index: 2;
    position: relative; }
  .sect-18__text {
    padding-right: 96px; }
    @media (max-width: 1440px) {
      .sect-18__text {
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .sect-18__text {
        padding-right: 0; } }
    .sect-18__text .m-text {
      margin-bottom: 80px; }
      @media (max-width: 1440px) {
        .sect-18__text .m-text {
          margin-bottom: 30px; } }
      .sect-18__text .m-text p {
        margin-bottom: 30px; }
  .sect-18__btn {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .sect-18__btn:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(50% + 130px);
      left: calc(50% + 130px);
      width: 255px;
      border-bottom: 1px dashed #C4E2E2;
      content: ''; }
      @media (max-width: 1440px) {
        .sect-18__btn:after {
          display: none; } }

.sect-19 {
  padding: 40px 0px 80px 0; }
  @media (max-width: 991px) {
    .sect-19 {
      padding: 20px 0; } }

.sect-20 {
  padding: 20px 0px 50px 0; }
  @media (max-width: 991px) {
    .sect-20 {
      padding: 20px 0px 0px 0px; } }

.sect-21 {
  padding: 20px 0px 50px 0; }
  @media (max-width: 991px) {
    .sect-21 {
      padding: 20px 0; } }

.ai-signals {
  width: 100%; }
  @media (max-width: 1199px) {
    .ai-signals {
      margin-bottom: 20px; } }
  .ai-signals .accordion {
    width: 100%; }
    .ai-signals .accordion__item {
      border-bottom: 1px dashed #c4e2e2; }
      .ai-signals .accordion__item:last-child {
        border-bottom: none; }
        .ai-signals .accordion__item:last-child .accordion__body {
          padding-bottom: 0; }
      .ai-signals .accordion__item.active .ai-signals__title {
        color: #50B833; }
    .ai-signals .accordion__head {
      padding: 25px 0 25px 44px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      cursor: pointer;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 991px) {
        .ai-signals .accordion__head {
          padding-top: 15px;
          padding-bottom: 15px; } }
      .ai-signals .accordion__head:hover .ai-signals__title {
        color: #50B833; }
    .ai-signals .accordion__body {
      margin-top: -9px;
      padding-bottom: 40px;
      display: none;
      width: 100%; }
      @media (max-width: 991px) {
        .ai-signals .accordion__body {
          margin-top: 0;
          padding-bottom: 20px; } }
  .ai-signals__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 28px; }
    .ai-signals__icon img {
      max-width: 100%; }
  .ai-signals__title {
    font-weight: 600;
    font-size: 24px;
    color: #264040;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 5px 10px 5px 0; }
  .ai-signals__btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #264040;
    border-radius: 31px;
    padding: 11px 23px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .ai-signals__btn:hover {
      background-color: #50B833; }
    .ai-signals__btn svg {
      width: 9px;
      height: 9px;
      margin-left: 15px;
      fill: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .ai-signals__text p {
    font-weight: 400;
    font-size: 16px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 18px; }
    .ai-signals__text p:last-child {
      margin-bottom: 0; }
  .ai-signals__text h3 {
    font-weight: 600;
    font-size: 14px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 8px; }
  .ai-signals__text ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px; }
    .ai-signals__text ul li:last-child {
      margin-bottom: 0; }
    .ai-signals__text ul li > svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #264040; }
    .ai-signals__text ul li p {
      font-size: 14px; }

.token {
  padding: 38px 38px 48px 38px;
  width: 100%;
  border-radius: 38px;
  position: relative;
  z-index: 1;
  background-color: #F1F9FA; }
  @media (max-width: 991px) {
    .token {
      padding: 28px; } }
  .token:after {
    background-image: url("../img/token-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 35px;
    border: 1px solid #D0E8E8;
    background-color: #FCFDFE; }
  .token-head {
    position: relative;
    padding-left: 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 60px;
    margin-bottom: 27px; }
    .token-head h3 {
      font-weight: 400;
      font-size: 16px;
      color: #729F9F;
      margin-bottom: 4px; }
      @media (max-width: 575px) {
        .token-head h3 {
          font-size: 14px; } }
      .token-head h3:last-child {
        margin-bottom: 0; }
    .token-head p {
      font-weight: 600;
      font-size: 24px;
      color: #264040; }
      @media (max-width: 575px) {
        .token-head p {
          font-size: 18px; } }
  .token-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border: 1px solid #E0F0F0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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: 60px;
    height: 60px;
    background-color: #FCFDFE;
    box-shadow: 0 2px 0 0 #e0f0f0;
    border-radius: 16px; }
    .token-icon img {
      max-width: 37px; }
  .token-text {
    font-weight: 400;
    font-size: 16px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .token-text {
        font-size: 14px; } }
  .token-chart {
    height: 490px; }
    .token-chart__tip {
      font-weight: 700;
      font-size: 16px;
      color: #264040; }
    .token-chart .highcharts-tooltip > span {
      padding: 10px;
      border-radius: 11px;
      background-color: #FFFFFF !important;
      border: 1px solid rgba(157, 206, 206, 0.48);
      box-shadow: 0 3px 2px 0 rgba(196, 226, 226, 0.38); }
      .token-chart .highcharts-tooltip > span > span {
        display: none; }
        .token-chart .highcharts-tooltip > span > span + br {
          display: none; }

.bots-tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: inset 0 -4px 0 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
  margin-bottom: 70px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 991px) {
    .bots-tabs {
      margin-bottom: 40px; } }
  .bots-tabs__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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bots-tabs__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    padding: 14px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-right: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1199px) {
      .bots-tabs__item {
        width: 50%; } }
    @media (max-width: 480px) {
      .bots-tabs__item {
        width: 100%; } }
    .bots-tabs__item:hover {
      color: #fff; }
    .bots-tabs__item:nth-child(2):after {
      background: -moz-radial-gradient(#72D9FD 0%, rgba(86, 197, 92, 0) 100%);
      background: radial-gradient(#72D9FD 0%, rgba(86, 197, 92, 0) 100%); }
    .bots-tabs__item:nth-child(2) p {
      box-shadow: inset 0 -3px 7px 0 rgba(114, 217, 253, 0.25);
      background: -moz-linear-gradient(left, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
      background: linear-gradient(90deg, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
      color: #72D9FD; }
    .bots-tabs__item:nth-child(3):after {
      background: -moz-radial-gradient(#EE8A42 0%, rgba(86, 197, 92, 0) 100%);
      background: radial-gradient(#EE8A42 0%, rgba(86, 197, 92, 0) 100%); }
    .bots-tabs__item:nth-child(3) p {
      box-shadow: inset 0 -3px 7px 0 rgba(238, 138, 66, 0.25);
      background: -moz-linear-gradient(left, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
      background: linear-gradient(90deg, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
      color: #EE8A42; }
    .bots-tabs__item:nth-child(4):after {
      background: -moz-radial-gradient(#DE1F1F 0%, rgba(86, 197, 92, 0) 100%);
      background: radial-gradient(#DE1F1F 0%, rgba(86, 197, 92, 0) 100%); }
    .bots-tabs__item:nth-child(4) p {
      box-shadow: inset 0 -3px 7px 0 rgba(230, 22, 22, 0.25);
      background: -moz-linear-gradient(left, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
      background: linear-gradient(90deg, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
      color: #DE1F1F; }
    .bots-tabs__item:after {
      position: absolute;
      top: 50%;
      z-index: -1;
      left: 0;
      width: 100%;
      height: 100%;
      background: -moz-radial-gradient(#56c55c 0%, rgba(86, 197, 92, 0) 100%);
      background: radial-gradient(#56c55c 0%, rgba(86, 197, 92, 0) 100%);
      content: '';
      border-radius: 50%;
      -webkit-filter: blur(20px);
              filter: blur(20px);
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .bots-tabs__item.active {
      color: #fff;
      border-right-color: rgba(255, 255, 255, 0.1);
      background-color: rgba(255, 255, 255, 0.06); }
      .bots-tabs__item.active:after {
        opacity: 1; }

.bots-label {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-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;
  box-shadow: inset 0 -3px 7px 0 rgba(86, 197, 92, 0.25);
  background: -moz-linear-gradient(left, rgba(41, 95, 44, 0.15) 0%, rgba(86, 197, 92, 0.15) 100%);
  background: linear-gradient(90deg, rgba(41, 95, 44, 0.15) 0%, rgba(86, 197, 92, 0.15) 100%);
  font-weight: 500;
  font-size: 12px;
  color: #56C55C;
  padding: 6px 11px 6px 32px;
  border-radius: 33px;
  min-height: 26px;
  margin-left: 10px; }
  .bots-label_2 {
    box-shadow: inset 0 -3px 7px 0 rgba(114, 217, 253, 0.25);
    background: -moz-linear-gradient(left, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
    background: linear-gradient(90deg, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
    color: #72D9FD; }
  .bots-label_3 {
    box-shadow: inset 0 -3px 7px 0 rgba(238, 138, 66, 0.25);
    background: -moz-linear-gradient(left, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
    background: linear-gradient(90deg, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
    color: #EE8A42; }
  .bots-label_4 {
    box-shadow: inset 0 -3px 7px 0 rgba(230, 22, 22, 0.25);
    background: -moz-linear-gradient(left, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
    background: linear-gradient(90deg, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
    color: #DE1F1F; }
  .bots-label img {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }

.bots-wrap {
  padding: 0px 72px;
  width: 100%; }
  @media (max-width: 1440px) {
    .bots-wrap {
      padding: 0; } }

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

.bots-text {
  margin-bottom: 40px;
  max-width: 726px; }
  .bots-text p {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.48; }

.bots-title {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .bots-title {
      padding-left: 46px; } }
  .bots-title > svg {
    top: 18px;
    right: -moz-calc(100% + 39px);
    right: calc(100% + 39px);
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 36px;
    height: 36px;
    position: absolute;
    fill: #fff; }
    @media (max-width: 767px) {
      .bots-title > svg {
        left: 18px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        right: auto; } }
  .bots-title h3 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    line-height: 1.15;
    margin-right: 11px; }
  .bots-title p {
    font-weight: 600;
    font-size: 12px;
    color: #020509; }
    .bots-title p span {
      padding: 6px 10px;
      border-radius: 24px;
      margin-right: 10px;
      background: -moz-linear-gradient(left, #fff 0%, #4fb833 58.31%);
      background: linear-gradient(90deg, #fff 0%, #4fb833 58.31%);
      display: inline-block; }
      .bots-title p span:last-child {
        margin-right: 0; }
      .bots-title p span.bg1 {
        background: -moz-linear-gradient(left, #fff 0%, #4fb833 128.31%);
        background: linear-gradient(90deg, #fff 0%, #4fb833 128.31%); }
      .bots-title p span.bg2 {
        background: -moz-linear-gradient(left, #4fb833 -162%, #4fb833 100%);
        background: linear-gradient(90deg, #4fb833 -162%, #4fb833 100%);
        color: #fff; }
  .bots-title.bot-1 > svg {
    width: 10px;
    height: 10px;
    right: -moz-calc(100% + 26px);
    right: calc(100% + 26px); }
    @media (max-width: 767px) {
      .bots-title.bot-1 > svg {
        right: auto; } }
  .bots-title.bot-2 > svg {
    width: 20px;
    height: 20px;
    right: -moz-calc(100% + 31px);
    right: calc(100% + 31px); }
    @media (max-width: 767px) {
      .bots-title.bot-2 > svg {
        right: auto; } }

.bots-plan {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 30px 32px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  transition: -webkit-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease; }
  .bots-plan:hover {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
  @media (max-width: 991px) {
    .bots-plan {
      max-width: 100%; } }
  @media (max-width: 575px) {
    .bots-plan {
      padding: 20px; } }
  .bots-plan .m-btn {
    margin-top: auto; }
  .bots-plan__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    max-width: 72px;
    width: 100%; }
    .bots-plan__icon img {
      width: 100%; }
  .bots-plan__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .bots-plan__head h3 {
      font-weight: 900;
      font-size: 44px;
      line-height: 1.15;
      color: #fff;
      margin-right: 15px; }
      .bots-plan__head h3 span {
        font-weight: 200; }
    .bots-plan__head p {
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.15; }
  .bots-plan__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: 29px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
    .bots-plan__info-item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 14px; }
      .bots-plan__info-item:last-child {
        margin-bottom: 0; }
      .bots-plan__info-item h3 {
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        line-height: 1.15; }
      .bots-plan__info-item p {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        line-height: 1.15; }
  .bots-plan__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .bots-plan__list-item {
      position: relative;
      padding-left: 31px;
      margin-bottom: 16px; }
      .bots-plan__list-item:last-child {
        margin-bottom: 0; }
      .bots-plan__list-item p {
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 1.15; }
      .bots-plan__list-item > svg {
        position: absolute;
        top: -4px;
        left: 0;
        width: 24px;
        height: 24px;
        fill: none;
        stroke: url(#gr); }
  .bots-plan_bg {
    z-index: 1;
    position: relative;
    background: -moz-linear-gradient(315deg, #27b5b5 0%, #72ce26 78.94%, #36a83c 100%);
    background: linear-gradient(135deg, #27b5b5 0%, #72ce26 78.94%, #36a83c 100%);
    border: none;
    max-width: 363px; }
    @media (max-width: 991px) {
      .bots-plan_bg {
        max-width: 100%; } }
    .bots-plan_bg:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-filter: blur(41.6px);
              filter: blur(41.6px);
      background: -moz-linear-gradient(315deg, #27b5b5 0%, #72ce26 36.67%, #a0def8 100%);
      background: linear-gradient(135deg, #27b5b5 0%, #72ce26 36.67%, #a0def8 100%);
      opacity: 0.7;
      z-index: -2;
      content: '';
      border-radius: 18px; }
    .bots-plan_bg:before {
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../img/bots-plan-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      border-radius: 18px; }
    .bots-plan_bg .m-btn {
      background-color: #013A2C;
      box-shadow: inset 0 0 44px 0 #16a683;
      color: #fff; }
      .bots-plan_bg .m-btn:hover {
        box-shadow: none; }
    .bots-plan_bg .bots-plan__list-item > svg {
      stroke: #fff; }

.footer {
  padding: 40px 0px 130px 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 100%;
  margin-top: auto;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991px) {
    .footer {
      padding: 30px 0 60px 0; } }
  .footer .m-btn {
    min-width: 192px; }
  .footer-top {
    padding-bottom: 62px;
    width: 100%;
    position: relative;
    margin-bottom: 77px; }
    @media (max-width: 991px) {
      .footer-top {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 575px) {
      .footer-top {
        text-align: center; } }
    .footer-top:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      border: 1px dashed #C4E2E2;
      max-width: 1576px;
      width: 100vw;
      content: ''; }
  .footer-center {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 64px; }
    @media (max-width: 991px) {
      .footer-center {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .footer-center:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      border: 1px dashed #C4E2E2;
      max-width: 1576px;
      width: 100vw;
      content: ''; }
  .footer-copy {
    font-weight: 400;
    font-size: 14px;
    color: #264040;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .footer-copy {
        text-align: center;
        margin-bottom: 20px; } }
  .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-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .footer-links {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; } }
    .footer-links a {
      font-weight: 400;
      font-size: 14px;
      color: #264040;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-right: 38px;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .footer-links a {
          margin-bottom: 15px; } }
      .footer-links a:hover {
        text-decoration: underline; }
      .footer-links a:last-child {
        margin-right: 0; }
  .footer-shield {
    position: relative;
    padding-left: 81px; }
    .footer-shield > img {
      position: absolute;
      top: -6px;
      left: 0; }
    .footer-shield p {
      font-weight: 400;
      font-size: 12px;
      color: #264040;
      line-height: 1.48; }
  .footer-head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .footer-head {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .footer-head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        margin-bottom: 20px; } }
    .footer-head__item {
      position: relative;
      padding-right: 34px;
      margin-right: 34px; }
      @media (max-width: 1199px) {
        .footer-head__item {
          padding-right: 0; } }
      @media (max-width: 991px) {
        .footer-head__item {
          width: 100%;
          margin-bottom: 10px; } }
      @media (max-width: 575px) {
        .footer-head__item {
          width: auto;
          margin-right: 0; } }
      .footer-head__item:last-child {
        padding-right: 0;
        margin-right: 0; }
        @media (max-width: 1199px) {
          .footer-head__item:last-child {
            width: 100%;
            margin-top: 10px; } }
        @media (max-width: 991px) {
          .footer-head__item:last-child {
            margin-top: 0;
            margin-bottom: 0; } }
        .footer-head__item:last-child:after {
          display: none; }
      .footer-head__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 26px;
        background-color: #C4E2E2;
        content: ''; }
        @media (max-width: 1199px) {
          .footer-head__item:after {
            display: none; } }
  .footer-logo {
    width: 185px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .footer-logo img {
      width: 100%; }
  .footer-link {
    font-weight: 400;
    font-size: 16px;
    color: #729F9F;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer; }
    .footer-link:hover {
      color: #264040; }
  .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-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: 575px) {
      .footer-soc {
        width: 100%;
        -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: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 25px;
      height: 25px;
      margin-right: 22px;
      text-decoration: none;
      cursor: pointer; }
      @media (max-width: 1440px) {
        .footer-soc a {
          margin-right: 15px;
          width: 20px; } }
      .footer-soc a:last-child {
        margin-right: 0; }
      .footer-soc a:hover svg {
        fill: #264040; }
      .footer-soc a svg {
        width: 100%;
        height: 100%;
        fill: #729F9F;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .footer-mail {
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 6px 29px 6px 35px;
    background-color: #F1F9FA;
    border: 1px solid #D6E3E4;
    box-shadow: 0 2px 0 0 #d6e3e4;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #264040;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
    margin-bottom: 34px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .footer-mail {
        margin-bottom: 20px; } }
    .footer-mail span {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    .footer-mail > svg {
      width: 8px;
      height: 8px;
      fill: none;
      stroke: #264040;
      position: absolute;
      top: 50%;
      right: 6px;
      -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); }
    .footer-mail__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer-mail__icon svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: #264040; }
  .footer-address {
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #264040;
    text-decoration: none;
    line-height: 1.48;
    margin-bottom: 71px; }
    @media (max-width: 991px) {
      .footer-address {
        margin-bottom: 30px; } }
    .footer-address > svg {
      fill: none;
      stroke: #264040;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 10px; }
  .footer-text {
    width: 100%; }
    @media (max-width: 991px) {
      .footer-text {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .footer-text {
        margin-bottom: 0; } }
    .footer-text p {
      margin-bottom: 13px;
      font-weight: 400;
      font-size: 12px;
      color: #264040;
      line-height: 1.48; }
      .footer-text p:last-child {
        margin-bottom: 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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 80px; }
    @media (max-width: 1199px) {
      .footer-menu {
        padding-left: 0; } }
    @media (max-width: 575px) {
      .footer-menu {
        display: none; } }
    .footer-menu__col {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .footer-menu__title {
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 16px;
      color: #264040; }
      @media (max-width: 1199px) {
        .footer-menu__title {
          font-size: 14px; } }
    .footer-menu__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer-menu__list a {
        text-decoration: none;
        font-weight: 300;
        font-size: 16px;
        color: #264040;
        margin-bottom: 12px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 1199px) {
          .footer-menu__list a {
            font-size: 14px; } }
        .footer-menu__list a:hover, .footer-menu__list a.active {
          color: #50B833; }
        .footer-menu__list a:last-child {
          margin-bottom: 0; }
        .footer-menu__list a span {
          display: inline-block;
          padding: 3px 7px 2px 7px;
          color: #fff;
          font-weight: 700;
          font-size: 10px;
          border-radius: 18px;
          background-color: #56C55C;
          margin-left: 6px; }

.steps {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 126px; }
  @media (max-width: 1199px) {
    .steps {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .steps {
      margin-bottom: 40px; } }
  .steps:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 14px;
    width: -moz-calc(100% + 94px);
    width: calc(100% + 94px);
    height: 1062px;
    pointer-events: none;
    content: '';
    background-image: url(../img/steps-line.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    z-index: -1; }
    @media (max-width: 1199px) {
      .steps:after {
        display: none; } }
  .steps-tabs {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px); }
    @media (max-width: 991px) {
      .steps-tabs {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px); } }
    @media (max-width: 480px) {
      .steps-tabs {
        width: 100%; } }
    .steps-tabs__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 50px;
      width: -moz-calc(100% / 4 - 50px);
      width: calc(100% / 4 - 50px);
      margin-bottom: 30px;
      cursor: pointer; }
      @media (max-width: 991px) {
        .steps-tabs__item {
          width: -moz-calc(100% / 2 - 30px);
          width: calc(100% / 2 - 30px);
          margin-right: 30px;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .steps-tabs__item {
          width: 100%;
          margin-right: 0; } }
      .steps-tabs__item:hover h3, .steps-tabs__item.active h3 {
        color: #53C5C2; }
      .steps-tabs__item:hover .steps-tabs__num, .steps-tabs__item.active .steps-tabs__num {
        background-color: #53C5C2;
        border-color: transparent;
        color: #fff;
        box-shadow: none; }
        .steps-tabs__item:hover .steps-tabs__num:after, .steps-tabs__item.active .steps-tabs__num:after {
          opacity: 1; }
      .steps-tabs__item h3 {
        font-weight: 600;
        font-size: 18px;
        color: #264040;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 1.48;
        margin-bottom: 5px; }
        @media (max-width: 1199px) {
          .steps-tabs__item h3 {
            font-size: 16px; } }
        .steps-tabs__item h3:last-child {
          margin-bottom: 0; }
      .steps-tabs__item p {
        font-weight: 400;
        font-size: 16px;
        color: #264040;
        line-height: 1.48; }
        @media (max-width: 1199px) {
          .steps-tabs__item p {
            font-size: 14px; } }
    .steps-tabs__num {
      width: 40px;
      height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 18px;
      color: #97CACA;
      text-align: center;
      background-color: #FCFDFE;
      border: 1px solid #E0F0F0;
      box-shadow: 0 2px 0 0 #e0f0f0;
      border-radius: 12px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative; }
      .steps-tabs__num:after {
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        height: -moz-calc(100% + 2px);
        height: calc(100% + 2px);
        content: '';
        border: 3px solid rgba(255, 255, 255, 0.78);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 12px;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .steps-item {
    padding: 64px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("../img/steps-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #F1F9FA;
    border-radius: 18px; }
    @media (max-width: 991px) {
      .steps-item {
        padding: 20px; } }
    .steps-item img {
      width: 100%;
      max-width: 1074px; }

.ref-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 28px;
  border-radius: 18px; }
  .ref-card__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-left: 61px;
    min-height: 49px;
    margin-bottom: 22px; }
    .ref-card__head:last-child {
      margin-bottom: 0; }
    .ref-card__head h3 {
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      line-height: 1.48;
      margin-bottom: 1px; }
      .ref-card__head h3:last-child {
        margin-bottom: 0; }
    .ref-card__head p {
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5);
      font-size: 13px;
      line-height: 1.48; }
  .ref-card__ava {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.43);
    background-image: url("../img/refs-card-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .ref-card__ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .ref-card__info {
    width: -moz-calc(100% + 28px);
    width: calc(100% + 28px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
    .ref-card__info-item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 28px; }
      .ref-card__info-item h3 {
        font-weight: 500;
        font-size: 13px;
        color: #fff;
        line-height: 1.48;
        margin-bottom: 9px; }
  .ref-card__val {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #56C55C;
    padding: 7px 14px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 18px;
    line-height: 1;
    min-height: 30px; }
  .ref-card__refs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ref-card__refs span {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #7C8787;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background-image: url("../img/refs-card-hero-2.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      font-weight: 700;
      font-size: 12px;
      color: #26312E;
      line-height: 1;
      margin-left: -12px;
      background-color: #3A4340; }
      .ref-card__refs span:first-child {
        margin-left: 0; }
      .ref-card__refs span img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
      .ref-card__refs span.num {
        background-image: none;
        background-color: #7C8787; }

.ref-lvls {
  width: 100%;
  position: relative;
  max-width: 552px; }
  @media (max-width: 991px) {
    .ref-lvls {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }
  .ref-lvls__info {
    position: absolute;
    right: 3px;
    top: 3px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ref-lvls__info h3 {
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 12px; }
      @media (max-width: 575px) {
        .ref-lvls__info h3 {
          font-size: 14px; } }
      .ref-lvls__info h3:last-child {
        margin-bottom: 0; }
      .ref-lvls__info h3 img {
        width: 22px;
        min-width: 22px;
        margin-right: 14px; }
  .ref-lvls__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: 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;
    width: -moz-calc(100% + 12px);
    width: calc(100% + 12px); }
  .ref-lvls__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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -moz-calc(100% / 4 - 12px);
    width: calc(100% / 4 - 12px);
    margin-right: 12px; }
    .ref-lvls__item:nth-child(2) .ref-lvls__top {
      min-height: 190px;
      padding-top: 13px; }
    .ref-lvls__item:nth-child(2) .ref-lvls__bottom {
      min-height: 116px; }
    .ref-lvls__item:nth-child(3) .ref-lvls__top {
      min-height: 158px;
      padding-top: 16px; }
    .ref-lvls__item:nth-child(3) .ref-lvls__bottom {
      min-height: 88px; }
    .ref-lvls__item:nth-child(4) .ref-lvls__top {
      min-height: 90px;
      padding-top: 12px; }
    .ref-lvls__item:nth-child(4) .ref-lvls__bottom {
      min-height: 75px; }
  .ref-lvls__top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 9px 13px;
    border-radius: 16px 16px 0 0;
    background-image: url("../img/ref-lvl-bg-1_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-bottom: -25px;
    min-height: 240px;
    background-position: 50% 100%; }
    @media (max-width: 1199px) {
      .ref-lvls__top {
        padding-left: 10px;
        padding-right: 10px; } }
    .ref-lvls__top h3 {
      font-weight: 600;
      font-size: 38px;
      color: #fff; }
      @media (max-width: 1440px) {
        .ref-lvls__top h3 {
          font-size: 30px; } }
      @media (max-width: 1199px) {
        .ref-lvls__top h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .ref-lvls__top h3 {
          font-size: 20px; } }
      .ref-lvls__top h3 span {
        font-weight: 100; }
  .ref-lvls__bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    box-shadow: inset 0 -6px 0 0 rgba(255, 255, 255, 0.33);
    background: -moz-linear-gradient(top, rgba(39, 181, 181, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(180deg, rgba(39, 181, 181, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 16px;
    padding: 14px 13px 18px 13px;
    width: 100%;
    min-height: 174px; }
    @media (max-width: 1199px) {
      .ref-lvls__bottom {
        padding-left: 10px;
        padding-right: 10px; } }
    .ref-lvls__bottom h3 {
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 6px; }
      .ref-lvls__bottom h3:last-child {
        margin-bottom: 0; }
      .ref-lvls__bottom h3 span {
        font-weight: 100; }
    .ref-lvls__bottom p {
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.15;
      margin-top: auto; }

.about-hero {
  width: 100%;
  border: 1px solid #D6E3E4;
  border-radius: 16px;
  background-color: #FCFDFE;
  padding: 5px;
  margin-bottom: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991px) {
    .about-hero {
      margin-bottom: 30px; } }
  .about-hero__head {
    position: relative;
    border-radius: 14px 14px 8px 8px;
    background-color: #F1F9FA;
    height: 87px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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;
    padding: 20px 47px 20px 20px; }
    @media (max-width: 1440px) {
      .about-hero__head {
        padding-right: 20px; } }
  .about-hero__logo {
    max-width: 180px;
    width: 100%; }
    @media (max-width: 1440px) {
      .about-hero__logo {
        width: 127px; } }
    .about-hero__logo img {
      width: 100%; }
  .about-hero__ava {
    position: absolute;
    bottom: -25px;
    left: 19px;
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FCFDFE;
    background-color: #F1F9FA; }
    @media (max-width: 1440px) {
      .about-hero__ava {
        width: 100px;
        height: 100px; } }
    .about-hero__ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .about-hero__content {
    padding: 33px 23px 18px 23px;
    width: 100%;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about-hero__name {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 17px; }
    .about-hero__name:last-child {
      margin-bottom: 0; }
    .about-hero__name h3 {
      font-weight: 600;
      font-size: 16px;
      color: #264040;
      margin-bottom: 1px;
      line-height: 1.48; }
      .about-hero__name h3:last-child {
        margin-bottom: 0; }
    .about-hero__name p {
      font-weight: 600;
      font-size: 16px;
      color: #729F9F;
      text-transform: uppercase;
      line-height: 1.48; }
  .about-hero__link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .about-hero__link > svg {
      width: 15px;
      height: 15px;
      margin-right: 7px;
      min-width: 15px;
      fill: #729F9F; }
    .about-hero__link p {
      font-weight: 400;
      font-size: 12px;
      color: #729F9F;
      line-height: 1.48;
      margin-right: 1px; }
      .about-hero__link p span {
        font-weight: 600; }
    .about-hero__link a {
      position: relative;
      text-decoration: underline;
      font-weight: 500;
      font-size: 12px;
      color: #1DA1F2;
      padding-left: 18px;
      line-height: 1.48;
      text-underline-offset: 4px; }
      .about-hero__link a:hover {
        text-decoration: none; }
      .about-hero__link a:after {
        position: absolute;
        top: 50%;
        left: 9px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 3px;
        height: 3px;
        background-color: #1DA1F2;
        content: '';
        border-radius: 50%; }
  .about-hero__text {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(38, 64, 64, 0.7);
    line-height: 1.48; }
    @media (max-width: 991px) {
      .about-hero__text {
        margin-bottom: 20px;
        font-size: 14px; } }

.team {
  border: 4px solid #F1F9FA;
  background-color: #FCFDFE;
  border-radius: 0 18px 18px 18px;
  position: relative;
  padding: 0px 29px 22px 29px;
  min-height: 84px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .team-img {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 84px;
    height: 84px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #FCFDFE;
    border-right: 4px solid #F1F9FA;
    border-bottom: 4px solid #F1F9FA;
    border-bottom-right-radius: 18px; }
    .team-img img {
      width: 68px;
      border-radius: 15px; }
  .team-head {
    width: -moz-calc(100% - 101px);
    width: calc(100% - 101px);
    margin-left: auto;
    padding: 28px 0;
    font-weight: 700;
    font-size: 18px;
    color: #264040;
    border-bottom: 1px dashed #C4E2E2;
    margin-bottom: 20px;
    line-height: 1.48; }
  .team-text {
    font-weight: 400;
    font-size: 16px;
    color: #264040;
    line-height: 1.48; }

.join {
  padding: 115px 20px 69px 20px;
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  position: relative;
  z-index: 1;
  min-height: 674px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 690px; }
  @media (max-width: 1440px) {
    .join {
      width: 100%;
      min-height: 0;
      padding: 40px 20px;
      height: 100%;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 991px) {
    .join {
      height: auto;
      margin-bottom: 20px; } }
  .join > svg {
    position: absolute;
    top: 30px;
    right: -12px;
    fill: #fff;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 20px;
    height: 20px; }
    @media (max-width: 1440px) {
      .join > svg {
        top: 20px;
        right: 20px; } }
  .join:after {
    z-index: -1;
    background-image: url(../img/join-bg-1.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: -moz-calc(100% + 42px);
    width: calc(100% + 42px);
    pointer-events: none; }
    @media (max-width: 1440px) {
      .join:after {
        background-image: url(../img/join-bg-mob-1.png);
        width: 100%;
        background-size: cover;
        border-radius: 18px;
        background-position: 50% 50%; } }
  .join:before {
    z-index: -2;
    position: absolute;
    top: 0;
    left: -96px;
    width: -moz-calc(100% + 26px);
    width: calc(100% + 26px);
    height: -moz-calc(100% + 101px);
    height: calc(100% + 101px);
    content: '';
    background-image: url("../img/join-dots.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none; }
  .join-title {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.15;
    text-align: center;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto; }
  .join-text {
    max-width: 520px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.48;
    margin-bottom: 28px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .join-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .join-links {
        margin-bottom: 20px; } }
    .join-links .m-link {
      color: #fff;
      margin: 0px 15px 20px 15px; }
      @media (max-width: 991px) {
        .join-links .m-link {
          margin: 0px 10px 15px 10px; } }
  .join-soc {
    max-width: 374px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 5px 8px 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 27px;
    margin-bottom: 38px;
    position: relative; }
    .join-soc:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 100%;
      width: 158px;
      height: 93px;
      content: '';
      background-image: url(../img/join-lines.png);
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: 100% 100%;
      -webkit-transform: translateY(-50%) scale(-1);
         -moz-transform: translateY(-50%) scale(-1);
          -ms-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1); }
    .join-soc:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 100%;
      width: 158px;
      height: 93px;
      content: '';
      background-image: url(../img/join-lines.png);
      background-repeat: no-repeat;
      background-position: 100% 50%;
      background-size: 100% 100%; }
    .join-soc:hover a {
      -webkit-animation-play-state: paused;
         -moz-animation-play-state: paused;
              animation-play-state: paused; }
    .join-soc a {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -5px;
      -webkit-transform-origin: center;
         -moz-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-animation: shake-bell 2s ease-in-out infinite;
         -moz-animation: shake-bell 2s ease-in-out infinite;
              animation: shake-bell 2s ease-in-out infinite; }
      .join-soc a:nth-child(1) {
        -webkit-animation-delay: 0s;
           -moz-animation-delay: 0s;
                animation-delay: 0s; }
      .join-soc a:nth-child(2) {
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .join-soc a:hover img {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .join-soc a img {
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .join-footer {
    width: 100%;
    max-width: 306px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    line-height: 1.48; }
  .join-hero {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    position: relative;
    background-image: url(../img/join-hero-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto auto;
    min-height: 380px;
    padding: 33px;
    z-index: 1;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px); }
    .join-hero > h3 {
      font-weight: 500;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      line-height: 1.15;
      margin-bottom: 2px; }
      .join-hero > h3:last-child {
        margin-bottom: 0; }
    .join-hero > p {
      font-weight: 500;
      font-size: 24px;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 12px; }
    .join-hero__ava {
      width: 184px;
      height: 184px;
      border: 4px solid rgba(255, 255, 255, 0.24);
      overflow: hidden;
      border-radius: 50%; }
      .join-hero__ava img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .join-hero__icon {
      position: absolute;
      top: 53px;
      right: -moz-calc(50% + 125px);
      right: calc(50% + 125px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 162px;
      height: 158px;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-radius: 18px;
      -webkit-transform: rotate(23deg);
         -moz-transform: rotate(23deg);
          -ms-transform: rotate(23deg);
              transform: rotate(23deg);
      pointer-events: none;
      z-index: -1;
      -webkit-animation: tilt 3s ease-in-out infinite;
         -moz-animation: tilt 3s ease-in-out infinite;
              animation: tilt 3s ease-in-out infinite; }
      .join-hero__icon img {
        max-width: 130px;
        width: 100%; }
    .join-hero__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 204px;
      padding: 14px 20px 15px 19px;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-radius: 18px;
      position: absolute;
      z-index: -1;
      left: -moz-calc(50% + 110px);
      left: calc(50% + 110px);
      -webkit-animation: bounce-horizontal 2s ease-in-out infinite;
         -moz-animation: bounce-horizontal 2s ease-in-out infinite;
              animation: bounce-horizontal 2s ease-in-out infinite; }
      .join-hero__info_1 {
        top: 120px;
        -webkit-animation-delay: 0s;
           -moz-animation-delay: 0s;
                animation-delay: 0s; }
      .join-hero__info_2 {
        top: 200px;
        left: -moz-calc(50% + 78px);
        left: calc(50% + 78px);
        -webkit-animation-delay: 5s;
           -moz-animation-delay: 5s;
                animation-delay: 5s; }
      .join-hero__info h3 {
        font-weight: 500;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 3px;
        line-height: 1.15; }
        .join-hero__info h3:last-child {
          margin-bottom: 0; }
      .join-hero__info p {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 1.15; }
  .join_right {
    margin-left: -20px;
    margin-top: 94px;
    min-height: 726px;
    padding-top: 0; }
    @media (max-width: 1440px) {
      .join_right {
        min-height: 0;
        margin-left: 0;
        margin-top: 0;
        overflow: hidden; } }
    .join_right:after {
      background-image: url(../img/join-bg-2.png);
      background-position: 0% 100%;
      left: auto;
      right: 0; }
      @media (max-width: 1440px) {
        .join_right:after {
          background-image: url(../img/join-bg-mob-1.png);
          width: 100%;
          background-size: cover;
          border-radius: 18px;
          background-position: 50% 50%; } }
    .join_right:before {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      left: auto;
      right: -96px;
      top: -51px; }
    .join_right > svg {
      left: -12px;
      bottom: 30px;
      right: auto;
      top: auto;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media (max-width: 1440px) {
        .join_right > svg {
          bottom: 20px;
          left: 20px; } }

.page-wrap {
  background-image: url(../img/page-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-head {
  width: 100%;
  padding: 105px 0px 40px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .page-head {
      padding: 20px 0; } }
  .page-head__title {
    font-weight: 600;
    font-size: 70px;
    color: #264040;
    text-align: center;
    margin-bottom: 21px;
    line-height: 1.15; }
    @media (max-width: 991px) {
      .page-head__title {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .page-head__title {
        font-size: 30px; } }
    .page-head__title:last-child {
      margin-bottom: 0; }
  .page-head__text {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #264040;
    line-height: 1.48; }
    @media (max-width: 991px) {
      .page-head__text {
        font-size: 16px; } }

.dca-plan {
  max-width: 352px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F1F9FA;
  border-radius: 18px;
  padding: 5px;
  margin-bottom: 30px;
  z-index: 1; }
  .dca-plan__wrap {
    position: relative;
    z-index: 1; }
    .dca-plan__wrap:after {
      width: 489px;
      height: 473px;
      background-image: url(../img/dca-plan-back.png);
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: contain;
      content: '';
      z-index: -1;
      position: absolute;
      left: -moz-calc(50% - 20px);
      left: calc(50% - 20px);
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -55px;
      pointer-events: none; }
  .dca-plan__top {
    border: 1px solid #E0F0F0;
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    padding: 15px 15px 55px 15px;
    background-color: #FCFDFE;
    background-image: url("../img/dca-plan-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%; }
  .dca-plan__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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px; }
  .dca-plan__title {
    position: relative;
    padding-left: 28px;
    font-weight: 500;
    font-size: 14px;
    color: #9CBBBC;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .dca-plan__title > svg {
      width: 20px;
      height: 20px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #27B5B5; }
    .dca-plan__title_1 > svg {
      width: 7px;
      height: 7px; }
  .dca-plan__apr {
    margin-bottom: 15px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1.41;
    background-color: #27B5B5;
    border-radius: 15px;
    padding: 4px 9px 3px 9px; }
  .dca-plan__percent {
    font-weight: 500;
    font-size: 48px;
    color: #264040;
    text-align: center;
    line-height: 1.48; }
    .dca-plan__percent span {
      font-weight: 100; }
  .dca-plan__amount {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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; }
    .dca-plan__amount > img {
      width: 15px;
      min-width: 15px;
      margin-top: -3px; }
    .dca-plan__amount p {
      font-weight: 400;
      font-size: 12px;
      color: #9CBBBC;
      line-height: 1.48;
      margin-right: 3px; }
    .dca-plan__amount span {
      line-height: 1.48;
      position: relative;
      padding-left: 18px;
      font-weight: 700;
      font-size: 12px;
      color: #264040;
      margin-right: 6px; }
      .dca-plan__amount span:last-child {
        margin-right: 0; }
      .dca-plan__amount span:after {
        position: absolute;
        top: 50%;
        left: 9px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 3px;
        height: 3px;
        background-color: #264040;
        border-radius: 50%;
        content: ''; }
    .dca-plan__amount-active > img {
      width: 20px;
      min-width: 20px;
      margin-top: -4px; }
    .dca-plan__amount-active p {
      font-size: 18px; }
    .dca-plan__amount-active span {
      font-size: 18px; }
  .dca-plan__content {
    width: 100%;
    padding: 14px 13px 20px 13px; }
  .dca-plan__bar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-bottom: 15px; }
    .dca-plan__bar:last-child {
      margin-bottom: 0; }
    .dca-plan__bar span {
      width: 3px;
      height: 18px;
      border-radius: 100px;
      background-color: #DBF2F3;
      margin: 0px 1px; }
      .dca-plan__bar span.active {
        background-color: #27B5B5; }
    .dca-plan__bar-head {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 5px; }
      .dca-plan__bar-head span {
        font-weight: 400;
        font-size: 10px;
        color: #30484A;
        line-height: 1.48; }
  .dca-plan__progress {
    font-weight: 500;
    font-size: 12px;
    color: #27B5B5;
    line-height: 1.48;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px; }
    .dca-plan__progress > svg {
      width: 16px;
      height: 16px;
      margin-left: 3px;
      fill: #27B5B5;
      margin-top: -3px; }
  .dca-plan__date {
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .dca-plan__date h3 {
      font-weight: 400;
      font-size: 12px;
      color: rgba(80, 184, 51, 0.5);
      line-height: 1.48; }
    .dca-plan__date p {
      font-weight: 500;
      font-size: 12px;
      color: #50B833;
      line-height: 1.48; }
  .dca-plan_cab {
    background-color: rgba(38, 64, 64, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .dca-plan_cab .m-btn {
      border: 1px solid rgba(255, 255, 255, 0.05);
      color: #fff;
      margin-top: auto; }
    .dca-plan_cab .dca-plan__content {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .dca-plan_cab .dca-plan__top {
      background-color: rgba(38, 64, 64, 0.15);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-color: rgba(255, 255, 255, 0.05); }
    .dca-plan_cab .dca-plan__title {
      color: #9CBBBC; }
    .dca-plan_cab .dca-plan__apr {
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-color: rgba(255, 255, 255, 0.05);
      background-color: rgba(38, 64, 64, 0.15);
      color: #9CBBBC; }
    .dca-plan_cab .dca-plan__percent {
      color: #fff; }
    .dca-plan_cab .dca-plan__amount p {
      color: #9CBBBC; }
    .dca-plan_cab .dca-plan__amount span {
      color: #fff; }
      .dca-plan_cab .dca-plan__amount span:after {
        background-color: #fff; }
    .dca-plan_cab .dca-plan__bar span {
      background-color: #172224; }
      .dca-plan_cab .dca-plan__bar span.active {
        background-color: #27B5B5; }
    .dca-plan_cab.closed .dca-plan__top {
      background-image: url(../img/dca-plan-bg-closed.png); }
    .dca-plan_cab.closed .dca-plan__percent {
      color: #50B833; }
    .dca-plan_cab.closed .dca-plan__bar span.active {
      background-color: #50B833; }
    .dca-plan_cab.closed .dca-plan__date h3 {
      color: rgba(156, 187, 188, 0.5); }
    .dca-plan_cab.closed .dca-plan__date p {
      color: #9CBBBC; }
    .dca-plan_cab.closed .dca-plan__progress {
      color: #50B833; }
      .dca-plan_cab.closed .dca-plan__progress svg {
        fill: #50B833; }

.dca-table {
  background-color: #F1F9FA;
  border-radius: 18px;
  z-index: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 31px 40px 31px; }
  @media (max-width: 1440px) {
    .dca-table {
      min-width: 1080px; } }
  @media (max-width: 575px) {
    .dca-table {
      border-radius: 0; } }
  .dca-table__wrap {
    white-space: nowrap;
    padding-top: 175px;
    margin-bottom: 28px;
    margin-top: -90px;
    width: 100%; }
    @media (max-width: 1440px) {
      .dca-table__wrap {
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 18px; }
        .dca-table__wrap::-webkit-scrollbar {
          width: 2px;
          height: 4px; }
        .dca-table__wrap::-webkit-scrollbar-track {
          background: transparent; }
        .dca-table__wrap::-webkit-scrollbar-thumb {
          background: #264040;
          border-radius: 10px;
          cursor: -webkit-grab;
          cursor: grab; }
        .dca-table__wrap::-webkit-scrollbar-thumb:hover {
          background: #264040; } }
    @media (max-width: 575px) {
      .dca-table__wrap {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
  .dca-table:after {
    background-image: url("../img/dca-table-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #FCFDFE;
    border: 1px solid #E0F0F0;
    border-radius: 18px;
    content: '';
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px); }
  .dca-table__col {
    min-width: 236px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 1440px) {
      .dca-table__col {
        min-width: 220px; } }
    .dca-table__col:first-child {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .dca-table__col:first-child .dca-table__head {
        padding-left: 0; }
      .dca-table__col:first-child .dca-table__cell {
        padding-left: 0; }
    .dca-table__col:nth-last-child(2) .dca-table__cell {
      border-right: none; }
    .dca-table__col:last-child {
      border-right: none;
      position: relative;
      z-index: 1; }
      .dca-table__col:last-child:before {
        z-index: -2;
        width: 100%;
        height: -moz-calc(100% + 83px);
        height: calc(100% + 83px);
        border-radius: 18px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-filter: blur(41.6px);
                filter: blur(41.6px);
        background: -moz-linear-gradient(315deg, #27b5b5 0%, #72ce26 36.67%, #a0def8 100%);
        background: linear-gradient(135deg, #27b5b5 0%, #72ce26 36.67%, #a0def8 100%);
        opacity: 0.7;
        pointer-events: none; }
        @media (max-width: 1440px) {
          .dca-table__col:last-child:before {
            display: none; } }
      .dca-table__col:last-child:after {
        z-index: -1;
        width: 100%;
        height: -moz-calc(100% + 83px);
        height: calc(100% + 83px);
        border-radius: 18px;
        background-image: url("../img/dca-col-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        pointer-events: none; }
      .dca-table__col:last-child .dca-table__head,
      .dca-table__col:last-child .dca-table__cell {
        border-right: none;
        border-bottom-color: rgba(255, 255, 255, 0.1); }
      .dca-table__col:last-child .dca-table__name,
      .dca-table__col:last-child .dca-table__val {
        color: #fff; }
      .dca-table__col:last-child .dca-table__check svg,
      .dca-table__col:last-child .dca-table__close svg {
        stroke: #fff; }
  .dca-table__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px 27px 16px 27px;
    width: 100%;
    border-bottom: 3px solid #E0F0F0;
    min-height: 109px;
    position: relative; }
  .dca-table__img {
    position: absolute;
    top: -39px;
    left: 27px; }
  .dca-table__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 12px;
    background-color: #53C5C2;
    border: 3px solid rgba(255, 255, 255, 0.78); }
    .dca-table__icon svg {
      width: 32px;
      height: 32px;
      fill: #fff; }
  .dca-table__name {
    font-weight: 600;
    font-size: 24px;
    color: #264040;
    line-height: 1.15; }
  .dca-table__cell {
    width: 100%;
    min-height: 76px;
    padding: 20px 27px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 1px solid #E0F0F0;
    border-bottom: 1px solid #e0f0f0; }
    .dca-table__cell:last-child {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-bottom: none;
      padding-top: 40px;
      padding-bottom: 31px; }
  .dca-table__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    color: #264040; }
    @media (max-width: 1440px) {
      .dca-table__title {
        font-size: 16px; } }
    .dca-table__title > svg {
      width: 20px;
      height: 20px;
      min-width: 20px;
      margin-right: 9px;
      fill: #264040; }
  .dca-table__val {
    font-weight: 400;
    font-size: 18px;
    color: #264040; }
    @media (max-width: 1440px) {
      .dca-table__val {
        font-size: 16px; } }
  .dca-table__check svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: url(#gr); }
  .dca-table__close {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dca-table__close svg {
      width: 10px;
      height: 10px;
      fill: none;
      stroke: #729F9F; }

.freebtc-info {
  width: 100%;
  margin-top: 46px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .freebtc-info {
      margin-bottom: 20px; } }
  .freebtc-info__item {
    margin-bottom: 30px;
    width: 100%;
    background-color: #F1F9FA;
    border-radius: 18px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 44px;
    background-image: url("../img/freebtc-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 1440px) {
      .freebtc-info__item {
        padding: 30px; } }
    @media (max-width: 480px) {
      .freebtc-info__item {
        padding: 20px; } }
    .freebtc-info__item_2 {
      background-image: url(../img/freebtc-bg-2.png);
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 623px; }
      @media (max-width: 1199px) {
        .freebtc-info__item_2 {
          min-height: 400px; } }
      .freebtc-info__item_2 .freebtc-info__title {
        color: #fff;
        margin-bottom: 15px; }
      .freebtc-info__item_2 .m-btn {
        color: #E78134; }
        .freebtc-info__item_2 .m-btn:hover {
          color: #fff; }
    .freebtc-info__item_3 {
      background-image: url(../img/freebtc-bg-3.png);
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 623px; }
      @media (max-width: 1199px) {
        .freebtc-info__item_3 {
          min-height: 400px; } }
      .freebtc-info__item_3 .freebtc-info__text {
        color: #A4C7C7; }
      .freebtc-info__item_3 .freebtc-info__title {
        color: #fff; }
  .freebtc-info__title {
    font-weight: 600;
    font-size: 32px;
    color: #264040;
    line-height: 1.15;
    margin-bottom: 44px; }
    @media (max-width: 575px) {
      .freebtc-info__title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .freebtc-info__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .freebtc-info__list-item {
      position: relative;
      padding-left: 58px;
      padding-bottom: 27px;
      margin-bottom: 8px; }
      .freebtc-info__list-item:after {
        left: 20px;
        top: 40px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        content: '';
        width: 1px;
        height: -moz-calc(100% - 48px);
        height: calc(100% - 48px);
        background-color: #E0F0F0;
        position: absolute; }
      .freebtc-info__list-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .freebtc-info__list-item > h3 {
        font-weight: 600;
        font-size: 18px;
        color: #264040;
        line-height: 1.15;
        margin-bottom: 17px; }
        @media (max-width: 575px) {
          .freebtc-info__list-item > h3 {
            font-size: 14px;
            margin-bottom: 12px; } }
      .freebtc-info__list-item > p {
        font-weight: 400;
        font-size: 14px;
        color: #264040;
        margin-bottom: 19px;
        line-height: 1.48; }
        @media (max-width: 575px) {
          .freebtc-info__list-item > p {
            font-size: 12px;
            margin-bottom: 15px; } }
      .freebtc-info__list-item .m-btn {
        min-width: 192px; }
        @media (max-width: 575px) {
          .freebtc-info__list-item .m-btn {
            min-width: 0;
            max-width: 192px;
            width: 100%; } }
    .freebtc-info__list-num {
      position: absolute;
      top: -8px;
      left: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #E0F0F0;
      background-color: #FCFDFE;
      box-shadow: 0 2px 0 0 #e0f0f0;
      border-radius: 12px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 600;
      font-size: 18px;
      color: #97CACA; }
  .freebtc-info__text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.48;
    margin-bottom: 26px; }
    .freebtc-info__text:last-child {
      margin-bottom: 0; }
    .freebtc-info__text_icon {
      position: relative;
      padding-left: 29px; }
      .freebtc-info__text_icon > svg {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0;
        fill: none;
        stroke: #A4C7C7; }

.freebtc-crane {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0px 100px;
  position: relative;
  z-index: 1;
  margin-top: 48px; }
  @media (max-width: 1440px) {
    .freebtc-crane {
      padding: 0; } }
  @media (max-width: 991px) {
    .freebtc-crane {
      margin-top: 20px; } }
  .freebtc-crane:after {
    width: 1024px;
    height: 1024px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/freebtc-crane.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 40px; }
    @media (max-width: 1199px) {
      .freebtc-crane:after {
        display: none; } }
  .freebtc-crane__icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(114, 159, 159, 0.2); }
    .freebtc-crane__icon svg {
      width: 10px;
      height: 10px;
      fill: #729F9F; }
  .freebtc-crane__item {
    max-width: 50%;
    width: 100%;
    position: relative;
    padding-left: 54px;
    margin-bottom: 54px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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) {
      .freebtc-crane__item {
        -webkit-align-items: center;
           -moz-box-align: center;
            -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-left: 0 !important;
        margin-right: 0 !important;
        max-width: -moz-calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 54px;
        margin-bottom: 20px; }
        .freebtc-crane__item .freebtc-crane__icon {
          top: 0;
          left: 50% !important;
          right: auto !important;
          -webkit-transform: translateX(-50%) rotate(90deg) !important;
             -moz-transform: translateX(-50%) rotate(90deg) !important;
              -ms-transform: translateX(-50%) rotate(90deg) !important;
                  transform: translateX(-50%) rotate(90deg) !important; } }
    .freebtc-crane__item:nth-child(even) {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right;
      padding-left: 0;
      padding-right: 54px; }
      @media (max-width: 991px) {
        .freebtc-crane__item:nth-child(even) {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .freebtc-crane__item:nth-child(even) .freebtc-crane__icon {
        left: auto;
        right: 0;
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
    .freebtc-crane__item:nth-child(3) {
      margin-left: 49px;
      max-width: -moz-calc(50% - 49px);
      max-width: calc(50% - 49px); }
    .freebtc-crane__item:nth-child(4) {
      margin-right: 49px;
      max-width: -moz-calc(50% - 49px);
      max-width: calc(50% - 49px); }
    .freebtc-crane__item:nth-child(5) {
      margin-left: 99px;
      max-width: -moz-calc(50% - 99px);
      max-width: calc(50% - 99px); }
      .freebtc-crane__item:nth-child(5) > h3,
      .freebtc-crane__item:nth-child(5) > p {
        max-width: 281px; }
    .freebtc-crane__item:nth-child(6) {
      margin-right: 99px;
      max-width: -moz-calc(50% - 99px);
      max-width: calc(50% - 99px); }
      .freebtc-crane__item:nth-child(6) > h3,
      .freebtc-crane__item:nth-child(6) > p {
        max-width: 281px; }
    .freebtc-crane__item > h3 {
      font-weight: 600;
      font-size: 16px;
      color: #264040;
      line-height: 1.15;
      margin-bottom: 6px;
      max-width: 306px; }
      .freebtc-crane__item > h3:last-child {
        margin-bottom: 0; }
      @media (max-width: 575px) {
        .freebtc-crane__item > h3 {
          font-size: 14px; } }
    .freebtc-crane__item > p {
      font-weight: 400;
      font-size: 14px;
      color: #264040;
      line-height: 1.48;
      max-width: 306px; }
      @media (max-width: 575px) {
        .freebtc-crane__item > p {
          font-size: 12px; } }

.cards-info {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px dashed #C4E2E2;
  margin-bottom: 48px; }
  @media (max-width: 991px) {
    .cards-info {
      padding: 0;
      margin-bottom: 20px; } }
  .cards-info__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .cards-info__item {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .cards-info__item h3 {
      font-weight: 500;
      font-size: 48px;
      color: #264040;
      line-height: 1.48; }
    .cards-info__item p {
      font-weight: 300;
      font-size: 18px;
      color: #264040;
      line-height: 1.48;
      margin-top: -4px; }

.cards-limit {
  width: 100%;
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  padding: 37px 32px 32px 32px;
  border-radius: 18px;
  background-color: #F1F9FA;
  margin-bottom: 30px;
  min-height: 416px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px); }
  .cards-limit_1 {
    background-image: url(../img/cards-bg-1.png?v=1.1); }
  .cards-limit_2 {
    background-image: url(../img/cards-bg-2.png); }
  .cards-limit_3 {
    background-image: url(../img/cards-bg-3.png); }
  .cards-limit__title {
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    line-height: 1.15;
    margin-bottom: 30px;
    width: 100%; }
    .cards-limit__title span {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #51BA33;
      box-shadow: inset 0 -3px 7px 0 rgba(81, 186, 51, 0.25);
      background: -moz-linear-gradient(left, rgba(56, 134, 34, 0.15) 0%, rgba(81, 186, 51, 0.15) 100%);
      background: linear-gradient(90deg, rgba(56, 134, 34, 0.15) 0%, rgba(81, 186, 51, 0.15) 100%);
      border: 1px solid rgba(81, 186, 51, 0.1);
      font-size: 12px;
      padding: 6px 16px;
      border-radius: 33px; }
  .cards-limit__list {
    margin-top: auto;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -6px;
    width: -moz-calc(100% + 11px);
    width: calc(100% + 11px); }
  .cards-limit__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-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;
    width: 100%;
    margin-bottom: 7px; }
    .cards-limit__item:last-child {
      margin-bottom: 0; }
    .cards-limit__item:nth-child(2) .cards-limit__bar {
      max-width: 79px;
      background-color: #1B3E3E; }
    .cards-limit__item:nth-child(3) .cards-limit__bar {
      max-width: 246px;
      background-color: #27B5B5;
      background-image: url("../img/cards-bar-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  .cards-limit__bar {
    max-width: 27px;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 76px;
    background-color: #C6E5E3;
    border-radius: 9px;
    margin-right: 13px;
    margin-bottom: 6px; }
  .cards-limit__val {
    margin-bottom: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cards-limit__val h3 {
      font-weight: 600;
      font-size: 18px;
      color: #264040;
      line-height: 1.48; }
    .cards-limit__val p {
      font-weight: 400;
      font-size: 14px;
      color: #729F9F;
      line-height: 1.48; }

.refs-box {
  background-image: url("../img/refs-box-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 18px;
  background-color: #F1F9FA;
  margin-bottom: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: 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: 33px 58px 35px 54px; }
  @media (max-width: 1440px) {
    .refs-box {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 767px) {
    .refs-box {
      padding: 30px; } }
  @media (max-width: 575px) {
    .refs-box {
      padding: 20px 20px 30px 20px; } }
  .refs-box:last-child {
    margin-bottom: 0; }
  .refs-box__left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 378px;
    width: 100%; }
    @media (max-width: 1440px) {
      .refs-box__left {
        max-width: 100%;
        margin-bottom: 40px; } }
    .refs-box__left .m-text {
      margin-bottom: 0; }
    .refs-box__left .m-btn {
      margin-top: auto; }
  .refs-box__right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1440px) {
      .refs-box__right {
        width: 100%; } }
  .refs-box__title {
    font-weight: 600;
    font-size: 42px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .refs-box__title {
        font-size: 28px; } }
  .refs-box_2 {
    background-image: url(../img/refs-box-bg-2.png); }
    .refs-box_2 .ref-card {
      max-width: 270px;
      padding: 23px 24px; }
      @media (max-width: 480px) {
        .refs-box_2 .ref-card {
          max-width: 100%; } }
      .refs-box_2 .ref-card__head {
        min-height: 40px;
        padding-left: 49px;
        margin-bottom: 18px; }
      .refs-box_2 .ref-card__ava {
        width: 40px;
        height: 40px; }
      .refs-box_2 .ref-card__refs span {
        width: 25px;
        height: 25px;
        background-image: url(../img/refs-card-hero-3.png);
        background-color: #507070;
        border-color: #DEECEC; }
        .refs-box_2 .ref-card__refs span.num {
          color: #26312E;
          background-color: #DEECEC;
          background-image: none; }
      .refs-box_2 .ref-card__info-item h3 {
        margin-bottom: 3px; }
      .refs-box_2 .ref-card__val {
        padding: 4px 6px;
        min-height: 24px; }
    .refs-box_2 .m-text p {
      color: #fff; }
    .refs-box_2 .refs-box__title {
      color: #fff; }
    .refs-box_2 .refs-box__left {
      max-width: 434px;
      position: relative; }
      @media (max-width: 1440px) {
        .refs-box_2 .refs-box__left {
          max-width: 100%; } }
      .refs-box_2 .refs-box__left:after {
        pointer-events: none;
        position: absolute;
        right: 0;
        bottom: -62px;
        background-image: url(../img/refs-box-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        width: 120px;
        height: 110px; }
        @media (max-width: 1440px) {
          .refs-box_2 .refs-box__left:after {
            right: -100px;
            bottom: -20px; } }
        @media (max-width: 575px) {
          .refs-box_2 .refs-box__left:after {
            display: none; } }
      .refs-box_2 .refs-box__left .m-text {
        margin-bottom: 30px; }
    .refs-box_2 .refs-lvls-bar {
      margin-top: -116px; }
      @media (max-width: 767px) {
        .refs-box_2 .refs-lvls-bar {
          margin-top: -40px; } }
      @media (max-width: 480px) {
        .refs-box_2 .refs-lvls-bar {
          margin-top: 20px; } }
      .refs-box_2 .refs-lvls-bar__item {
        background-image: url(../img/refs-bar-2.png);
        background-size: 100% auto;
        margin-bottom: -14px;
        height: 416px;
        padding-bottom: 49px;
        padding-top: 12px; }
        @media (max-width: 767px) {
          .refs-box_2 .refs-lvls-bar__item {
            height: 200px;
            background-size: cover;
            padding-bottom: 30px; } }
        .refs-box_2 .refs-lvls-bar__item:nth-child(2) {
          height: 308px; }
          @media (max-width: 767px) {
            .refs-box_2 .refs-lvls-bar__item:nth-child(2) {
              height: 150px; } }
        .refs-box_2 .refs-lvls-bar__item:nth-child(3) {
          height: 248px; }
          @media (max-width: 767px) {
            .refs-box_2 .refs-lvls-bar__item:nth-child(3) {
              height: 120px; } }
        .refs-box_2 .refs-lvls-bar__item:nth-child(4) {
          height: 148px; }
          @media (max-width: 767px) {
            .refs-box_2 .refs-lvls-bar__item:nth-child(4) {
              height: 100px; } }
        .refs-box_2 .refs-lvls-bar__item h3 {
          font-size: 38px;
          color: #fff; }
          @media (max-width: 767px) {
            .refs-box_2 .refs-lvls-bar__item h3 {
              font-size: 24px; } }

.refs-lvls-bar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -35px;
  overflow: hidden;
  margin-top: -29px;
  pointer-events: none; }
  @media (max-width: 1440px) {
    .refs-lvls-bar {
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% + 12px);
      width: calc(100% + 12px);
      margin-right: -12px; } }
  @media (max-width: 767px) {
    .refs-lvls-bar {
      margin-bottom: -30px; } }
  @media (max-width: 480px) {
    .refs-lvls-bar {
      width: -moz-calc(100% + 6px);
      width: calc(100% + 6px);
      margin-right: -6px; } }
  .refs-lvls-bar__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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 129px;
    height: 254px;
    padding: 14px 14px 63px 14px;
    margin-left: 12px;
    background-image: url(../img/refs-bar-1.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
    margin-bottom: -26px;
    border-radius: 16px 16px 0px 0; }
    @media (max-width: 1440px) {
      .refs-lvls-bar__item {
        margin-right: 12px;
        margin-left: 0; } }
    @media (max-width: 480px) {
      .refs-lvls-bar__item {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 8px;
        margin-right: 6px; } }
    .refs-lvls-bar__item:nth-child(2) {
      height: 196px; }
    .refs-lvls-bar__item:nth-child(3) {
      height: 163px; }
    .refs-lvls-bar__item:nth-child(4) {
      height: 155px; }
    .refs-lvls-bar__item h3 {
      font-weight: 600;
      font-size: 18px;
      color: #264040;
      line-height: 1.15; }
      .refs-lvls-bar__item h3 span {
        font-weight: 100; }
    .refs-lvls-bar__item p {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 4px 8px;
      background-color: #FCFDFE;
      border-radius: 20px;
      font-weight: 400;
      font-size: 12px;
      color: rgba(38, 64, 64, 0.7); }
      @media (max-width: 480px) {
        .refs-lvls-bar__item p {
          font-size: 10px;
          padding: 4px 5px; } }

.refs-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(39, 181, 181, 0.1);
  border-radius: 10px;
  max-width: 842px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 37px 26px 23px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .refs-info {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 25px; } }
  .refs-info > p {
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #218384;
    line-height: 1.48;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .refs-info > p {
        margin-right: 0;
        margin-bottom: 20px; } }
    .refs-info > p a {
      font-weight: 600;
      text-decoration: none;
      color: #27B5B5; }
      .refs-info > p a:hover {
        text-decoration: underline; }
    .refs-info > p > svg {
      width: 20px;
      height: 20px;
      stroke: #27B5B5;
      fill: none;
      position: absolute;
      top: 0;
      left: 0; }
  .refs-info > a {
    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;
    background: -moz-linear-gradient(left, #29B6B2 0%, #69CB38 70%, #3AAA3B 100%);
    background: linear-gradient(90deg, #29B6B2 0%, #69CB38 70%, #3AAA3B 100%);
    padding: 10px 16px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    color: #264040;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 175px;
    text-align: center; }
    .refs-info > a:hover {
      color: #fff; }
      .refs-info > a:hover:after {
        opacity: 0; }
    .refs-info > a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      width: -moz-calc(100% - 4px);
      width: calc(100% - 4px);
      height: -moz-calc(100% - 4px);
      height: calc(100% - 4px);
      border-radius: 40px;
      background-color: #E7F6F7;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.refs-why {
  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;
  height: -moz-calc(100% - 42px);
  height: calc(100% - 42px);
  margin-bottom: 42px;
  background-color: #F1F9FA;
  border-radius: 18px;
  padding: 44px 50px 50px 50px;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    .refs-why {
      margin-bottom: 20px;
      height: -moz-calc(100% - 20px);
      height: calc(100% - 20px);
      padding: 30px; } }
  .refs-why:after {
    z-index: -1;
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 18px;
    border: 1px solid #D6E3E4;
    background-color: #FCFDFE;
    background-image: url("../img/refs-why-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .refs-why__icon {
    width: 64px;
    height: 64px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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; }
    .refs-why__icon img {
      max-width: 100%; }
  .refs-why h3 {
    min-height: 74px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 32px;
    color: #264040;
    line-height: 1.15;
    max-width: 382px; }
    @media (max-width: 991px) {
      .refs-why h3 {
        font-size: 24px;
        min-height: 56px; } }
  .refs-why p {
    font-weight: 400;
    font-size: 18px;
    color: #264040;
    line-height: 1.48; }
    @media (max-width: 991px) {
      .refs-why p {
        font-size: 14px; } }

.works-img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  pointer-events: none;
  margin-top: -430px;
  margin-left: -100px;
  z-index: -1;
  position: relative;
  margin-bottom: 30px;
  top: 70px; }
  @media (max-width: 991px) {
    .works-img {
      display: none; } }
  .works-img img {
    max-width: 1039px; }

.works-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: 75px;
  max-width: 347px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px; }
  @media (max-width: 1199px) {
    .works-item {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .works-item {
      margin-bottom: 40px; } }
  .works-item h3 {
    font-weight: 600;
    font-size: 24px;
    color: #264040;
    margin-bottom: 11px;
    line-height: 1.48; }
    @media (max-width: 767px) {
      .works-item h3 {
        font-size: 18px; } }
  .works-item p {
    font-weight: 400;
    font-size: 18px;
    color: #264040;
    line-height: 1.48; }
    @media (max-width: 767px) {
      .works-item p {
        font-size: 14px; } }
  .works-item__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58px;
    height: 58px;
    position: relative;
    margin-bottom: 31px; }
    .works-item__icon:after {
      background-color: #FCFDFE;
      border-radius: 12px;
      border: 1px solid #E0F0F0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      z-index: -1;
      box-shadow: 0 2px 0 0 #e0f0f0; }
    .works-item__icon:before {
      z-index: -2;
      position: absolute;
      top: -15px;
      right: -24px;
      width: 100%;
      height: 100%;
      background-color: #E0F0F0;
      border: 1px solid #E0F0F0;
      box-shadow: 0 2px 0 0 #e0f0f0;
      content: '';
      border-radius: 12px;
      -webkit-transform: rotate(15deg);
         -moz-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
              transform: rotate(15deg); }
    .works-item__icon span {
      position: absolute;
      font-weight: 600;
      font-size: 18px;
      color: #B8D9D9;
      line-height: 1.48;
      top: -7px;
      right: -35px;
      width: 50px;
      text-align: center; }
    .works-item__icon svg {
      width: 24px;
      height: 24px;
      fill: #264040; }

.link-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #F1F9FA;
  border-radius: 18px;
  padding: 28px 28px 26px 30px;
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .link-box {
      padding: 20px; } }
  .link-box .m-link {
    margin-bottom: 0; }
  .link-box__icon {
    width: 58px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .link-box__icon img {
      width: 100%; }
  .link-box h3 {
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    line-height: 1.15;
    margin-bottom: 9px; }
  .link-box p {
    font-weight: 400;
    font-size: 14px;
    color: #729F9F;
    line-height: 1.48;
    margin-bottom: 33px; }

.guide-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;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 18px;
  overflow: hidden; }
  .guide-img img {
    max-width: 100%; }

.guide-num {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FCFDFE;
  border: 1px solid #E0F0F0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #97CACA;
  margin-bottom: 13px;
  box-shadow: 0 2px 0 0 #e0f0f0;
  width: 40px;
  height: 40px; }

.about-title {
  font-weight: 500;
  font-size: 14px;
  color: #729F9F;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-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;
  margin-top: 17px; }
  .about-title > svg {
    width: 10px;
    height: 10px;
    fill: #729F9F;
    margin-left: 8px; }

.about-img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  margin-bottom: 30px; }
  .about-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: 100%;
    height: 100%;
    border-radius: 18px;
    box-shadow: 38px 9px 87px 0 rgba(107, 201, 41, 0.1), 154px 36px 158px 0 rgba(107, 201, 41, 0.09), 346px 81px 213px 0 rgba(107, 201, 41, 0.05), 615px 144px 252px 0 rgba(107, 201, 41, 0.01), 960px 225px 276px 0 rgba(107, 201, 41, 0);
    background: #fcfdfe;
    opacity: 0.5;
    content: '';
    z-index: -1; }
  .about-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 18px;
    box-shadow: -15px -13px 43px 0 rgba(44, 181, 167, 0.1), -60px -51px 78px 0 rgba(44, 181, 167, 0.09), -134px -114px 105px 0 rgba(44, 181, 167, 0.05), -238px -202px 125px 0 rgba(44, 181, 167, 0.01), -372px -316px 137px 0 rgba(44, 181, 167, 0);
    background: #fcfdfe;
    opacity: 0.5;
    content: '';
    z-index: -1; }
  .about-img img {
    width: 100%;
    border-radius: 18px; }

.about-stat {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
  margin-bottom: 40px;
  margin-top: -20px; }
  @media (max-width: 1199px) {
    .about-stat {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .about-stat {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-bottom: 20px; } }
  .about-stat h3 {
    font-weight: 500;
    font-size: 70px;
    color: #264040;
    line-height: 1.48; }
    @media (max-width: 1199px) {
      .about-stat h3 {
        font-size: 50px; } }
  .about-stat p {
    max-width: 202px;
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    line-height: 1.15; }

.about-info {
  width: 100%;
  background-image: url("../img/about-info-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 0 50%;
  width: 100%;
  padding: 114px 63px 56px 63px;
  border-radius: 18px;
  margin-bottom: 95px; }
  @media (max-width: 991px) {
    .about-info {
      padding: 30px;
      margin-bottom: 30px; } }
  .about-info__wrap {
    max-width: 542px; }
    .about-info__wrap .m-text {
      margin-bottom: 58px; }

.about-cert {
  width: 100%;
  position: relative;
  padding-bottom: 104px; }
  @media (max-width: 1199px) {
    .about-cert {
      padding-bottom: 0; } }
  .about-cert:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(14.8px);
            backdrop-filter: blur(14.8px);
    background: rgba(252, 253, 254, 0.1);
    content: '';
    height: 104px; }
  .about-cert .m-text,
  .about-cert .m-title {
    z-index: 2;
    position: relative; }
  .about-cert__text {
    max-width: 357px; }
    @media (max-width: 767px) {
      .about-cert__text {
        max-width: 100%; } }
  .about-cert__right {
    margin-left: auto;
    max-width: 364px;
    width: 100%; }
    @media (max-width: 767px) {
      .about-cert__right {
        max-width: 100%; } }
  .about-cert__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 81px; }
    @media (max-width: 767px) {
      .about-cert__title {
        margin-bottom: 40px; } }
    .about-cert__title img {
      max-width: 126px;
      width: 100%;
      margin-bottom: 12px;
      margin-left: -3px; }
    .about-cert__title p {
      font-weight: 500;
      font-size: 24px;
      color: #264040;
      line-height: 1.48; }
  .about-cert__cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 36px;
    position: relative;
    z-index: 2; }
    .about-cert__cont h3 {
      font-weight: 400;
      font-size: 14px;
      color: #729F9F;
      line-height: 1.48;
      margin-bottom: 5px; }
      .about-cert__cont h3:last-child {
        margin-bottom: 0; }
    .about-cert__cont p {
      font-weight: 500;
      font-size: 24px;
      color: #264040;
      line-height: 1.15; }
    .about-cert__cont a {
      font-weight: 500;
      font-size: 24px;
      color: #264040;
      line-height: 1.28;
      text-decoration: none; }
      .about-cert__cont a:hover {
        text-decoration: underline; }
  .about-cert__wrap {
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 608px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .about-cert__wrap {
        margin-top: -50px; } }
    .about-cert__wrap:after {
      z-index: -1;
      pointer-events: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -65px;
      content: '';
      width: 737px;
      height: 737px;
      background-image: url(../img/about-cert-img.png);
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: contain; }
  .about-cert__icon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #FCFDFE;
    border: 1px solid #C4E2E2;
    cursor: pointer;
    top: 73px;
    right: 17px;
    text-decoration: none; }
    .about-cert__icon:hover {
      background-color: #264040;
      border-color: #264040; }
      .about-cert__icon:hover svg {
        stroke: #fff; }
    .about-cert__icon svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: #9CBBBC;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.inc-info {
  width: 100%;
  margin-bottom: 101px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url("../img/inc-info-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 100% 50%;
  border-radius: 18px;
  position: relative;
  padding: 42px 55px 36px 55px; }
  .inc-info: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% + 20px);
    width: calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 26px;
    border: 1px dashed #c4e2e2;
    content: ''; }
  .inc-info__text {
    max-width: 360px; }
    .inc-info__text h3 {
      font-weight: 600;
      font-size: 24px;
      color: #264040;
      line-height: 1.36;
      margin-bottom: 45px; }
    .inc-info__text p {
      font-weight: 400;
      font-size: 18px;
      color: #264040;
      line-height: 1.48; }

.inc-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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: -24px;
  margin-bottom: 58px; }
  @media (max-width: 1440px) {
    .inc-list {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .inc-list {
      margin-bottom: 30px; } }
  .inc-list:after {
    z-index: -1;
    pointer-events: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -201px;
    width: 910px;
    height: 662px;
    background-image: url(../img/inc-list-lines.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    content: ''; }
    @media (max-width: 1440px) {
      .inc-list:after {
        display: none; } }
  .inc-list__item {
    text-align: center;
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 75px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1440px) {
      .inc-list__item {
        padding: 20px 15px; } }
    @media (max-width: 991px) {
      .inc-list__item {
        width: 50%;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 480px) {
      .inc-list__item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        .inc-list__item:last-child {
          margin-bottom: 0; } }
    .inc-list__item p {
      max-width: 311px;
      font-weight: 400;
      font-size: 16px;
      color: #264040;
      line-height: 1.48; }

.inc-img {
  border-radius: 18px;
  background-image: url("../img/inc-img-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 620px;
  max-width: 432px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991px) {
    .inc-img {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .inc-img {
      display: none; } }
  .inc-img img {
    max-width: 878px;
    pointer-events: none; }

.inc-text {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .inc-text {
      max-width: 100%; } }
  .inc-text .m-text {
    margin-bottom: 25px; }

.inc-stat {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 29px;
  width: -moz-calc(100% + 46px);
  width: calc(100% + 46px); }
  @media (max-width: 991px) {
    .inc-stat {
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px); } }
  .inc-stat__item {
    margin-right: 46px;
    font-weight: 300;
    font-size: 18px;
    color: #264040;
    line-height: 1.48; }
    @media (max-width: 991px) {
      .inc-stat__item {
        margin-right: 30px; } }
    .inc-stat__item span {
      font-weight: 500;
      font-size: 48px; }

.office-slider {
  background-image: url("../img/office-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 23px 63px 23px 35px;
  border-radius: 18px;
  margin-top: 88px;
  margin-bottom: 79px;
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .office-slider {
      padding-left: 30px;
      padding-right: 30px; } }
  .office-slider .swiper {
    overflow: visible; }
    .office-slider .swiper-pagination {
      width: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: -50px;
      top: 630px;
      bottom: auto;
      -webkit-transform: translate(0%, 50%);
         -moz-transform: translate(0%, 50%);
          -ms-transform: translate(0%, 50%);
              transform: translate(0%, 50%);
      z-index: 2;
      width: -moz-calc(100% + 50px);
      width: calc(100% + 50px);
      padding-right: 63px; }
      @media (max-width: 767px) {
        .office-slider .swiper-pagination {
          width: 100%;
          left: 0;
          padding-right: 0;
          top: 330px; } }
      .office-slider .swiper-pagination-bullet {
        outline: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 8px;
        height: 8px;
        margin-left: 3px !important;
        margin-right: 3px !important;
        opacity: 1;
        background-color: #D6E3E4; }
        .office-slider .swiper-pagination-bullet-active, .office-slider .swiper-pagination-bullet:hover {
          background-color: #729F9F; }
  .office-slider__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .office-slider__img {
    width: -moz-calc(100% + 85px);
    width: calc(100% + 85px);
    height: 760px;
    margin-top: -111px;
    background-color: #FCFDFE;
    border: 1px solid #D0E8E8;
    border-radius: 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -85px;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 767px) {
      .office-slider__img {
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px);
        margin-left: -40px;
        height: 460px; } }
    .office-slider__img:after {
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 38px 9px 87px 0 rgba(107, 201, 41, 0.1), 154px 36px 158px 0 rgba(107, 201, 41, 0.09), 346px 81px 213px 0 rgba(107, 201, 41, 0.05), 615px 144px 252px 0 rgba(107, 201, 41, 0.01), 960px 225px 276px 0 rgba(107, 201, 41, 0);
      background: #fcfdfe;
      opacity: 0.5;
      content: '';
      border-radius: 18px;
      pointer-events: none; }
    .office-slider__img:before {
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: -15px -13px 43px 0 rgba(44, 181, 167, 0.1), -60px -51px 78px 0 rgba(44, 181, 167, 0.09), -134px -114px 105px 0 rgba(44, 181, 167, 0.05), -238px -202px 125px 0 rgba(44, 181, 167, 0.01), -372px -316px 137px 0 rgba(44, 181, 167, 0);
      background: #fcfdfe;
      opacity: 0.5;
      content: '';
      border-radius: 18px;
      pointer-events: none; }
    .office-slider__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .office-slider__footer {
    position: relative;
    padding-left: 74px;
    min-height: 58px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 110px;
    width: 100%; }
    @media (max-width: 575px) {
      .office-slider__footer {
        padding-left: 0;
        padding-top: 50px; } }
    .office-slider__footer img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 58px; }
      @media (max-width: 575px) {
        .office-slider__footer img {
          top: 0;
          left: 0;
          width: 40px;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .office-slider__footer h3 {
      font-weight: 600;
      font-size: 14px;
      color: #264040;
      line-height: 1.48;
      margin-bottom: 2px; }
      .office-slider__footer h3:last-child {
        margin-bottom: 0; }
    .office-slider__footer p {
      font-weight: 400;
      font-size: 14px;
      color: #264040;
      line-height: 1.48; }
  .office-slider__nav {
    position: absolute;
    right: 63px;
    bottom: 33px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .office-slider__nav {
        right: 30px; } }
    .office-slider__nav .swiper-button-prev, .office-slider__nav .swiper-button-next {
      position: relative;
      bottom: auto;
      top: auto;
      right: auto;
      left: auto;
      margin: 0;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      outline: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #E0F0F0;
      background-color: #FCFDFE;
      box-shadow: 0 2px 0 0 #e0f0f0;
      z-index: 5; }
      .office-slider__nav .swiper-button-prev:hover, .office-slider__nav .swiper-button-next:hover {
        box-shadow: none;
        background-color: #264040;
        border-color: #264040; }
        .office-slider__nav .swiper-button-prev:hover svg, .office-slider__nav .swiper-button-next:hover svg {
          stroke: #fff; }
      .office-slider__nav .swiper-button-prev svg, .office-slider__nav .swiper-button-next svg {
        width: 12px;
        height: 12px;
        fill: none;
        stroke: #729F9F;
        stroke-linecap: round;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .office-slider__nav .swiper-button-prev {
      margin-right: 15px; }
      .office-slider__nav .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .office-slider__nav .swiper-button-next svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.office-footer {
  padding-left: 100px; }
  @media (max-width: 1440px) {
    .office-footer {
      padding-left: 0; } }
  .office-footer .m-text {
    max-width: 474px;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .office-footer .m-text {
        max-width: 400px; } }
    @media (max-width: 991px) {
      .office-footer .m-text {
        max-width: 100%; } }

.office-info {
  width: 100%;
  border-radius: 18px;
  position: relative;
  background-color: #F1F9FA;
  margin-bottom: 15px;
  background-image: url("../img/office-info-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  margin-top: 37px;
  padding: 62px 72px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: 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: 1440px) {
    .office-info {
      padding: 30px;
      margin-top: 0;
      margin-bottom: 90px; } }
  @media (max-width: 991px) {
    .office-info {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 115px; } }
  .office-info__left {
    max-width: 520px;
    width: 50%;
    margin-right: 83px; }
    @media (max-width: 991px) {
      .office-info__left {
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%; } }
    .office-info__left p {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 12px;
      color: #264040;
      line-height: 1.48;
      max-width: 288px;
      margin-bottom: 61px;
      margin-left: 57px; }
      @media (max-width: 1440px) {
        .office-info__left p {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .office-info__left p {
          margin-left: 0;
          max-width: 100%; } }
      .office-info__left p svg {
        width: 20px;
        height: 20px;
        margin-bottom: 8px;
        margin-left: -4px;
        fill: none;
        stroke: #264040;
        stroke-width: 2px; }
    .office-info__left .m-text p {
      font-weight: 400;
      font-size: 24px;
      color: #729F9F;
      line-height: 1.48;
      max-width: 100%;
      margin-left: 35px; }
      @media (max-width: 1440px) {
        .office-info__left .m-text p {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .office-info__left .m-text p {
          margin-left: 0; } }
      @media (max-width: 575px) {
        .office-info__left .m-text p {
          font-size: 18px; } }
  .office-info__right {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 991px) {
      .office-info__right {
        width: 100%; } }
    .office-info__right p {
      margin-left: 118px;
      font-weight: 400;
      font-size: 24px;
      color: #729F9F;
      line-height: 1.48;
      margin-bottom: 74px;
      max-width: 506px; }
      @media (max-width: 1440px) {
        .office-info__right p {
          font-size: 20px;
          margin-left: 30px;
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .office-info__right p {
          max-width: 100%;
          margin-left: 0; } }
      @media (max-width: 575px) {
        .office-info__right p {
          font-size: 18px; } }
  .office-info__img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    border-radius: 18px;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 991px) {
      .office-info__img {
        margin-left: auto;
        margin-right: auto; } }
    .office-info__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: 100%;
      height: 100%;
      border-radius: 18px;
      box-shadow: 38px 9px 87px 0 rgba(107, 201, 41, 0.1), 154px 36px 158px 0 rgba(107, 201, 41, 0.09), 346px 81px 213px 0 rgba(107, 201, 41, 0.05), 615px 144px 252px 0 rgba(107, 201, 41, 0.01), 960px 225px 276px 0 rgba(107, 201, 41, 0);
      background: #fcfdfe;
      opacity: 0.5;
      content: '';
      z-index: -1; }
    .office-info__img:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 18px;
      box-shadow: -15px -13px 43px 0 rgba(44, 181, 167, 0.1), -60px -51px 78px 0 rgba(44, 181, 167, 0.09), -134px -114px 105px 0 rgba(44, 181, 167, 0.05), -238px -202px 125px 0 rgba(44, 181, 167, 0.01), -372px -316px 137px 0 rgba(44, 181, 167, 0);
      background: #fcfdfe;
      opacity: 0.5;
      content: '';
      z-index: -1; }
    .office-info__img img {
      width: 100%; }
    .office-info__img_1 {
      max-width: 520px;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .office-info__img_1 {
          max-width: 100%;
          margin-bottom: 30px; } }
    .office-info__img_2 {
      max-width: 646px;
      margin-bottom: -295px; }
      @media (max-width: 991px) {
        .office-info__img_2 {
          max-width: 100%;
          margin-bottom: -120px; } }

.news-soc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-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;
  max-width: 203px;
  margin-left: auto; }
  @media (max-width: 1199px) {
    .news-soc {
      max-width: 100%;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  .news-soc__title {
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    line-height: 1.15;
    text-align: right;
    margin-bottom: 28px; }
  .news-soc__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -moz-calc(100% + 11px);
    width: calc(100% + 11px);
    margin-bottom: 13px; }
    @media (max-width: 1199px) {
      .news-soc__list {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
    .news-soc__list a {
      width: 40px;
      height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      background-color: #F1F9FA;
      margin-bottom: 12px;
      margin-left: 11px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      @media (max-width: 1199px) {
        .news-soc__list a {
          margin-left: 6px;
          margin-right: 6px; } }
      .news-soc__list a img {
        max-width: 20px; }
      .news-soc__list a:hover {
        background-color: #50B833; }

.news-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .news-list {
      margin-bottom: 30px; } }
  .news-list:after {
    position: absolute;
    left: 214px;
    background: -moz-linear-gradient(top, #f1f9fa 0%, rgba(241, 249, 250, 0) 100%);
    background: linear-gradient(180deg, #f1f9fa 0%, rgba(241, 249, 250, 0) 100%);
    content: '';
    top: 10px;
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    width: 6px;
    border-radius: 10px;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 991px) {
      .news-list:after {
        display: none; } }

.news-item {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-left: 312px;
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px; }
  @media (max-width: 1440px) {
    .news-item {
      width: 100%;
      padding-left: 280px; } }
  @media (max-width: 991px) {
    .news-item {
      padding-left: 0;
      margin-bottom: 20px; } }
  .news-item:after {
    left: 209px;
    top: 7px;
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #53C5C2;
    border: 5px solid #F1F9FA;
    outline: 3px solid #FCFDFE;
    pointer-events: none; }
    @media (max-width: 991px) {
      .news-item:after {
        display: none; } }
  .news-item:hover .m-link {
    text-decoration: none;
    color: #50B833; }
  .news-item:last-child {
    margin-bottom: 0; }
    .news-item:last-child .news-item__line {
      display: none; }
  .news-item .m-link {
    margin-bottom: 0px; }
  .news-item__line {
    width: 100%;
    margin-top: 60px;
    border-top: 1px dashed #C4E2E2; }
    @media (max-width: 991px) {
      .news-item__line {
        margin-top: 20px; } }
  .news-item__img {
    width: 100%;
    background-image: url("../img/news-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 33px;
    border-radius: 18px;
    background-color: #F1F9FA;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .news-item__img {
        padding: 20px; } }
    .news-item__img-wrap {
      height: 248px;
      width: 100%;
      background-color: #FCFDFE;
      border: 1px solid #D0E8E8;
      border-radius: 18px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 442px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      @media (max-width: 480px) {
        .news-item__img-wrap {
          height: 200px; } }
      .news-item__img-wrap:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 18px;
        box-shadow: 38px 9px 87px 0 rgba(107, 201, 41, 0.1), 154px 36px 158px 0 rgba(107, 201, 41, 0.09), 346px 81px 213px 0 rgba(107, 201, 41, 0.05), 615px 144px 252px 0 rgba(107, 201, 41, 0.01), 960px 225px 276px 0 rgba(107, 201, 41, 0);
        background: #fcfdfe;
        opacity: 0.5;
        content: '';
        z-index: -1; }
      .news-item__img-wrap:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 18px;
        box-shadow: -15px -13px 43px 0 rgba(44, 181, 167, 0.1), -60px -51px 78px 0 rgba(44, 181, 167, 0.09), -134px -114px 105px 0 rgba(44, 181, 167, 0.05), -238px -202px 125px 0 rgba(44, 181, 167, 0.01), -372px -316px 137px 0 rgba(44, 181, 167, 0);
        background: #fcfdfe;
        opacity: 0.5;
        content: '';
        z-index: -1; }
      .news-item__img-wrap img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
  .news-item__text {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .news-item__text h3 {
      font-weight: 600;
      font-size: 24px;
      color: #53C5C2;
      line-height: 1.15;
      margin-bottom: 11px; }
      .news-item__text h3:last-child {
        margin-bottom: 0; }
    .news-item__text p {
      font-weight: 400;
      font-size: 18px;
      color: #264040;
      line-height: 1.48; }
  .news-item__date {
    position: absolute;
    padding: 6px 14px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 69px;
    box-shadow: 0 2px 0 0 #d6e3e4;
    background-color: #f1f9fa;
    border: 1px solid #D6E3E4;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #264040;
    line-height: 1.15; }
    @media (max-width: 991px) {
      .news-item__date {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px; } }

.faq-info {
  text-align: right; }
  @media (max-width: 1199px) {
    .faq-info {
      text-align: left; } }
  .faq-info h3 {
    font-weight: 500;
    font-size: 24px;
    color: #264040;
    line-height: 1.15;
    margin-bottom: 13px; }
  .faq-info p {
    font-weight: 400;
    font-size: 14px;
    color: #729F9F;
    line-height: 1.48; }
    .faq-info p a {
      text-decoration: underline;
      color: #53C5C2;
      font-weight: 500;
      text-underline-offset: 4px; }
      .faq-info p a:hover {
        text-decoration: none; }

.faq-links {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .faq-links {
      margin-bottom: 30px; } }
  .faq-links__item {
    position: relative;
    background-color: #FCFDFE;
    border: 1px solid #E0F0F0;
    border-radius: 12px;
    padding: 11px 18px 11px 20px;
    box-shadow: 0 2px 0 0 #e0f0f0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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: 11px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .faq-links__item:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: -moz-calc(100% + 2px);
      width: calc(100% + 2px);
      height: -moz-calc(100% + 2px);
      height: calc(100% + 2px);
      content: '';
      border: 3px solid rgba(255, 255, 255, 0.78);
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 12px; }
    .faq-links__item:hover, .faq-links__item.active {
      background-color: #53C5C2;
      border-color: transparent;
      box-shadow: none;
      color: #fff; }
      .faq-links__item:hover:after, .faq-links__item.active:after {
        opacity: 1; }
    .faq-links__item.active svg {
      opacity: 1; }
    .faq-links__item:last-child {
      margin-bottom: 0; }
    .faq-links__item svg {
      opacity: 0;
      width: 8px;
      height: 8px;
      fill: none;
      stroke: #fff;
      stroke-linecap: round;
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.faq-item {
  padding: 0 70px;
  width: 100%; }
  @media (max-width: 1199px) {
    .faq-item {
      padding: 0; } }

.cont-form {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #F1F9FA;
  border-radius: 38px;
  padding: 44px 36px 40px 36px; }
  @media (max-width: 991px) {
    .cont-form {
      padding: 30px; } }
  .cont-form:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #FCFDFE;
    border-radius: 36px;
    border: 1px solid #D0E8E8;
    content: ''; }
  .cont-form__title {
    font-weight: 600;
    font-size: 18px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .cont-form__title {
        margin-bottom: 20px; } }
  .cont-form__footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    @media (max-width: 575px) {
      .cont-form__footer {
        -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; } }
    .cont-form__footer .m-btn {
      margin-right: 26px;
      white-space: nowrap; }
      @media (max-width: 575px) {
        .cont-form__footer .m-btn {
          margin-right: 0;
          margin-bottom: 20px; } }
    .cont-form__footer p {
      font-weight: 400;
      font-size: 14px;
      color: #729F9F;
      line-height: 1.15; }
      .cont-form__footer p a {
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 4px;
        color: #729F9F; }
        .cont-form__footer p a:hover {
          text-decoration: none; }

.cont-box {
  width: 100%;
  border: 1px solid #D0E8E8;
  padding: 37px 37px 29px 37px;
  border-radius: 38px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .cont-box {
      padding: 30px; } }
  .cont-box__title {
    font-weight: 600;
    font-size: 14px;
    color: #264040;
    line-height: 1.48;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative; }
    .cont-box__title svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #264040; }
  .cont-box__item {
    margin-bottom: 36px; }
    .cont-box__item > p {
      font-weight: 400;
      font-size: 16px;
      color: #264040;
      line-height: 1.15;
      margin-bottom: 12px; }
      @media (max-width: 575px) {
        .cont-box__item > p {
          font-size: 14px; } }
      .cont-box__item > p:last-child {
        margin-bottom: 0; }
      .cont-box__item > p a {
        color: #27B5B5;
        text-decoration: none;
        font-weight: 500; }
        .cont-box__item > p a:hover {
          text-decoration: underline; }
    .cont-box__item_mb26 {
      margin-bottom: 26px; }
  .cont-box__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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px); }
    @media (max-width: 480px) {
      .cont-box__list {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; } }
    .cont-box__list-item {
      margin-right: 45px;
      width: -moz-calc(100% / 2 - 45px);
      width: calc(100% / 2 - 45px); }
      @media (max-width: 480px) {
        .cont-box__list-item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; }
          .cont-box__list-item:last-child {
            margin-bottom: 0; } }
      .cont-box__list-item h3 {
        font-weight: 700;
        font-size: 14px;
        color: #27B5B5;
        text-transform: uppercase;
        line-height: 1.48;
        margin-bottom: 7px; }
      .cont-box__list-item a {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.48;
        color: #264040; }
  .cont-box__info {
    width: 100%;
    position: relative;
    padding: 13px 13px 13px 47px;
    background-color: rgba(39, 181, 181, 0.1);
    color: #218384;
    font-weight: 400;
    font-size: 12px;
    border-radius: 10px;
    line-height: 1.48; }
    .cont-box__info svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 15px;
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #27B5B5; }
    .cont-box__info a {
      font-weight: 600;
      color: #27B5B5;
      text-decoration: none; }

.cont-soc {
  background-image: url("../img/cont-soc-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 100% 100%;
  border-radius: 38px;
  margin-bottom: 44px;
  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: 34px 48px 26px 33px;
  min-height: 262px; }
  .cont-soc .m-link {
    margin-top: auto;
    margin-bottom: 0;
    color: #fff; }
    .cont-soc .m-link__arrow {
      background-color: rgba(255, 255, 255, 0.2); }
      .cont-soc .m-link__arrow svg {
        fill: #fff; }
  .cont-soc h3 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px; }
  .cont-soc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff; }
  .cont-soc_tg {
    background-image: url(../img/cont-soc-2.png); }

.sign {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/sign-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1762px auto;
  padding: 76px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 991px) {
    .sign {
      padding: 40px 0; } }
  .sign-content {
    max-width: 591px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .sign-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    width: 148px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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; }
    .sign-icon img {
      max-width: 100%; }
  .sign-form {
    width: 100%; }
    .sign-form .m-btn {
      margin-bottom: 28px; }
  .sign-footer {
    margin-top: auto;
    width: 100%; }
    .sign-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: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .sign-footer__links {
          margin-bottom: 20px; } }
      .sign-footer__links a {
        font-weight: 400;
        font-size: 14px;
        color: rgba(38, 64, 64, 0.7);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        margin-right: 18px;
        padding-right: 20px;
        position: relative; }
        .sign-footer__links a:last-child {
          padding-right: 0;
          margin-right: 0; }
          .sign-footer__links a:last-child:after {
            display: none; }
        .sign-footer__links a:hover {
          color: #264040; }
        .sign-footer__links a:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 2px;
          height: 2px;
          border-radius: 50%;
          content: '';
          background-color: #67797A; }
    .sign-footer__copy {
      font-weight: 400;
      font-size: 12px;
      color: #67797A;
      text-align: center; }
  .sign-link {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #67797A;
    line-height: 1.15; }
    .sign-link a {
      font-weight: 600;
      color: #264040;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .sign-link a:hover {
        color: #729F9F; }
  .sign-forgot {
    font-weight: 400;
    font-size: 14px;
    color: #27B5B5;
    text-decoration: none;
    text-align: right;
    display: block;
    margin-bottom: 12px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .sign-forgot:hover {
      color: #264040; }

.stickly {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 100%;
  margin-bottom: 30px; }

.cab {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  padding-left: 284px;
  padding-right: 25px;
  background-image: url(../img/cab-bg.png);
  background-repeat: repeat-y;
  background-size: 708px auto;
  background-position: 0 0; }
  @media (max-width: 1440px) {
    .cab {
      padding-left: 0;
      padding-right: 0; } }
  .cab-wrap {
    background-color: #071215; }
  .cab .col,
  .cab .col-1,
  .cab .col-10,
  .cab .col-11,
  .cab .col-12,
  .cab .col-2,
  .cab .col-3,
  .cab .col-4,
  .cab .col-5,
  .cab .col-6,
  .cab .col-7,
  .cab .col-8,
  .cab .col-9,
  .cab .col-auto,
  .cab .col-lg,
  .cab .col-lg-1,
  .cab .col-lg-10,
  .cab .col-lg-11,
  .cab .col-lg-12,
  .cab .col-lg-2,
  .cab .col-lg-3,
  .cab .col-lg-4,
  .cab .col-lg-5,
  .cab .col-lg-6,
  .cab .col-lg-7,
  .cab .col-lg-8,
  .cab .col-lg-9,
  .cab .col-lg-auto,
  .cab .col-md,
  .cab .col-md-1,
  .cab .col-md-10,
  .cab .col-md-11,
  .cab .col-md-12,
  .cab .col-md-2,
  .cab .col-md-3,
  .cab .col-md-4,
  .cab .col-md-5,
  .cab .col-md-6,
  .cab .col-md-7,
  .cab .col-md-8,
  .cab .col-md-9,
  .cab .col-md-auto,
  .cab .col-sm,
  .cab .col-sm-1,
  .cab .col-sm-10,
  .cab .col-sm-11,
  .cab .col-sm-12,
  .cab .col-sm-2,
  .cab .col-sm-3,
  .cab .col-sm-4,
  .cab .col-sm-5,
  .cab .col-sm-6,
  .cab .col-sm-7,
  .cab .col-sm-8,
  .cab .col-sm-9,
  .cab .col-sm-auto,
  .cab .col-xl,
  .cab .col-xl-1,
  .cab .col-xl-10,
  .cab .col-xl-11,
  .cab .col-xl-12,
  .cab .col-xl-2,
  .cab .col-xl-3,
  .cab .col-xl-4,
  .cab .col-xl-5,
  .cab .col-xl-6,
  .cab .col-xl-7,
  .cab .col-xl-8,
  .cab .col-xl-9,
  .cab .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px; }
  .cab .container,
  .cab .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
  .cab .row {
    margin-left: -12px;
    margin-right: -12px; }
  .cab-side {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    max-width: 284px;
    width: 100%;
    padding: 28px 24px 43px 39px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 100; }
    .cab-side::-webkit-scrollbar {
      width: 2px;
      height: 4px; }
    .cab-side::-webkit-scrollbar-track {
      background: transparent; }
    .cab-side::-webkit-scrollbar-thumb {
      background: #264040;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .cab-side::-webkit-scrollbar-thumb:hover {
      background: #264040; }
    @media (max-width: 1440px) {
      .cab-side {
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        top: 0;
        background-color: #071215;
        background-image: url(../img/cab-bg.png);
        background-repeat: repeat-y;
        background-size: 708px auto;
        background-position: 0 0;
        max-width: 260px;
        padding: 20px; } }
    .cab-side.active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .cab-content {
    padding: 12px 0;
    width: 100%;
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1440px) {
      .cab-content {
        padding-top: 0;
        max-width: 100%; } }
  .cab-head {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 18px 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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 26px; }
    .cab-head__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-head__title h3 {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 1.48;
        margin-right: 18px; }
      .cab-head__title p {
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48; }
  .cab-logo {
    max-width: 153px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer; }
    .cab-logo img {
      width: 100%; }
  .cab-hero {
    width: 100%;
    background-color: rgba(38, 64, 64, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 5px;
    margin-bottom: 15px; }
    .cab-hero__head {
      width: 100%;
      height: 51px;
      background-color: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 14px 14px 8px 8px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
    .cab-hero__ava {
      position: absolute;
      left: 13px;
      bottom: -14px;
      width: 49px;
      height: 49px;
      border-radius: 50%;
      background-color: #FCFDFE;
      border: 4px solid #0A1618;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cab-hero__ava img {
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        border-radius: 50%; }
    .cab-hero__content {
      padding: 16px 17px 10px 17px;
      width: 100%; }
      .cab-hero__content h3 {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        line-height: 1.48; }
      .cab-hero__content p {
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48; }
  .cab-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px; }
    .cab-menu:last-child {
      margin-bottom: 0; }
    .cab-menu__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      color: #9CBBBC;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      min-height: 39px;
      padding: 10px 34px;
      border-radius: 9px;
      margin-bottom: 6px; }
      .cab-menu__item:last-child {
        margin-bottom: 0; }
      .cab-menu__item:hover {
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        box-shadow: 0 2px 0 0 #172224;
        background: rgba(38, 64, 64, 0.1);
        color: #fff; }
        .cab-menu__item:hover .cab-menu__icon svg {
          fill: #27B5B5; }
      .cab-menu__item.active {
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        box-shadow: 0 2px 0 0 #172224;
        background: rgba(38, 64, 64, 0.1);
        color: #fff; }
        .cab-menu__item.active > svg {
          opacity: 1; }
        .cab-menu__item.active .cab-menu__icon svg {
          fill: #27B5B5; }
      .cab-menu__item > svg {
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform: translate(50%, -50%) rotate(-90deg);
           -moz-transform: translate(50%, -50%) rotate(-90deg);
            -ms-transform: translate(50%, -50%) rotate(-90deg);
                transform: translate(50%, -50%) rotate(-90deg);
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 8px;
        height: 8px;
        opacity: 0; }
    .cab-menu__icon {
      position: absolute;
      top: 50%;
      left: 17px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-menu__icon svg {
        fill: #9CBBBC;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 16px;
        height: 16px; }
  .cab-promo-code {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: rgba(38, 64, 64, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 25px;
    background-image: url("../img/cab-promo-code-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 23px 20px 21px 20px; }
    .cab-promo-code h3 {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      margin-bottom: 7px;
      line-height: 1.18; }
      .cab-promo-code h3 span {
        color: #50B833;
        display: block; }
        @supports (-webkit-background-clip: text) {
          .cab-promo-code h3 span {
            background: -moz-linear-gradient(left, #2ab6b0 0%, #6fcd2c 42.5%, #43b038 100%);
            background: linear-gradient(90deg, #2ab6b0 0%, #6fcd2c 42.5%, #43b038 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
    .cab-promo-code p {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      margin-bottom: 19px; }
    .cab-promo-code ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
    .cab-promo-code :-moz-placeholder {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      -moz-transform: translateY(4px);
           transform: translateY(4px); }
    .cab-promo-code ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      -moz-transform: translateY(4px);
           transform: translateY(4px); }
    .cab-promo-code :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      -ms-transform: translateY(4px);
          transform: translateY(4px); }
    .cab-promo-code ::placeholder {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      -webkit-transform: translateY(4px);
         -moz-transform: translateY(4px);
          -ms-transform: translateY(4px);
              transform: translateY(4px); }
    .cab-promo-code input {
      margin-bottom: 11px;
      width: 100%;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 11px;
      height: 48px;
      text-align: center;
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      outline: none;
      letter-spacing: 0.36em; }
    .cab-promo-code button {
      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;
      line-height: 1;
      outline: none;
      cursor: pointer;
      border: none;
      height: 39px;
      background-color: #fff;
      border-radius: 9px;
      font-weight: 500;
      font-size: 14px;
      color: #264040;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-promo-code button:hover {
        background-color: #264040;
        color: #fff; }
  .cab-promo-info {
    border-radius: 11px;
    position: relative;
    padding: 80px 30px 21px;
    position: fixed;
    right: 75px;
    bottom: 15px;
    z-index: 9999999;
    max-width: 255px;
    display: none;
    box-shadow: 0 0 8px 6px rgba(55, 119, 37, 0.6); }
    @media (max-width: 767px) {
      .cab-promo-info {
        right: 15px; } }
    .cab-promo-info:before {
      content: '';
      background: url("../img/cab-ref-link-bg.png");
      background-position: top center;
      background-color: #264040;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      border-radius: 11px; }
    .cab-promo-info.active {
      display: block; }
    .cab-promo-info__close {
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: #b3b8c4;
      font-weight: 500;
      font-size: 27px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      color: #515A72;
      position: absolute;
      right: 0;
      top: -32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      .cab-promo-info__close span {
        position: relative;
        top: -1px; }
      .cab-promo-info__close:hover {
        opacity: 0.8; }
    .cab-promo-info__img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-filter: hue-rotate(68deg) brightness(1);
              filter: hue-rotate(68deg) brightness(1);
      opacity: 0.5; }
    .cab-promo-info__text p {
      margin-bottom: 10px;
      font-size: 11px;
      color: #FFFFFF;
      text-shadow: 2px 1px 3px black; }
      .cab-promo-info__text p:last-child {
        margin-bottom: 0; }
      .cab-promo-info__text p b {
        font-weight: 700;
        font-size: 15px;
        display: block;
        text-align: center; }
  .cab-burger {
    display: none;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 30px;
    height: 20px;
    margin-left: 20px;
    min-width: 30px;
    cursor: pointer; }
    @media (max-width: 1440px) {
      .cab-burger {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    .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: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger.active span {
      display: none; }
    .cab-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
         -moz-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .cab-burger.active:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
         -moz-transform: translate(-50%, -50%) rotate(-135deg);
          -ms-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
  .cab-banner {
    width: 100%;
    background-color: rgba(38, 64, 64, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    margin-bottom: 27px;
    background-image: url("../img/cab-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 20px 22px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-banner__text {
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      margin-bottom: 20px; }
      .cab-banner__text:last-child {
        margin-bottom: 0; }
    .cab-banner__title {
      margin-bottom: 18px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-banner__title p {
        font-weight: 300;
        font-size: 24px;
        color: #264040;
        line-height: 1.48;
        padding: 0px 10px;
        background-color: #fff; }
        .cab-banner__title p:first-child {
          border-radius: 7px 7px 0px 7px; }
        .cab-banner__title p:nth-child(2) {
          margin-left: 51px;
          border-radius: 0 7px 7px 7px; }
        .cab-banner__title p span {
          font-weight: 700; }
    .cab-banner .m-btn {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.1);
      margin-top: auto;
      min-width: 161px; }
      .cab-banner .m-btn:hover {
        background-color: #fff;
        color: #264040;
        border-color: #fff; }
    .cab-banner_sm {
      background-image: url(../img/cab-banner-bg-2.png);
      height: -moz-calc(100% - 27px);
      height: calc(100% - 27px);
      margin-bottom: 27px; }
      .cab-banner_sm .cab-banner__title {
        margin-bottom: 28px; }
        .cab-banner_sm .cab-banner__title p {
          background: -moz-linear-gradient(left, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
          background: linear-gradient(90deg, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
          color: #fff;
          background-position: 0 50%;
          background-size: -moz-calc(100% + 51px) 100%;
          background-size: calc(100% + 51px) 100%; }
          .cab-banner_sm .cab-banner__title p:nth-child(2) {
            background-position: -51px 50%; }
  .cab-bal {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    margin-bottom: 27px;
    padding: 24px 20px;
    position: relative; }
    .cab-bal__set {
      position: absolute;
      top: 18px;
      right: 20px;
      width: 22px;
      height: 22px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      .cab-bal__set:hover svg {
        fill: #fff; }
      .cab-bal__set svg {
        width: 100%;
        height: 100%;
        fill: #729F9F;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-bal .cab-title {
      margin-bottom: 39px; }
      @media (max-width: 480px) {
        .cab-bal .cab-title {
          margin-bottom: 20px; } }
    .cab-bal__row {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 15px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
      margin-bottom: 13px; }
      @media (max-width: 480px) {
        .cab-bal__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-bal__val {
      font-weight: 400;
      font-size: 44px;
      color: #fff;
      line-height: 1.48; }
      @media (max-width: 480px) {
        .cab-bal__val {
          font-size: 36px; } }
      .cab-bal__val span {
        color: #729F9F; }
    .cab-bal__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: right; }
      @media (max-width: 480px) {
        .cab-bal__info {
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }
      .cab-bal__info h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 600;
        font-size: 14px;
        color: #50B833;
        line-height: 1.48; }
        .cab-bal__info h3 svg {
          width: 14px;
          height: 14px;
          min-width: 14px;
          margin-right: 4px;
          fill: #50B833;
          margin-top: -2px; }
        .cab-bal__info h3.red {
          color: #B83333; }
          .cab-bal__info h3.red svg {
            fill: #B83333;
            -webkit-transform: scaleY(-1);
               -moz-transform: scaleY(-1);
                -ms-transform: scaleY(-1);
                    transform: scaleY(-1); }
      .cab-bal__info p {
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48; }
    .cab-bal__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -moz-calc(100% + 7px);
      width: calc(100% + 7px);
      margin-bottom: -7px; }
      .cab-bal__btns .m-btn {
        margin-right: 7px;
        margin-bottom: 7px;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 13px; }
      .cab-bal__btns_start .m-btn {
        -webkit-flex-grow: 0;
           -moz-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
  .cab-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.48;
    padding-left: 22px;
    position: relative; }
    .cab-title svg {
      width: 18px;
      height: 18px;
      min-width: 18px;
      fill: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      margin-top: -1px; }
    .cab-title_mb16 {
      margin-bottom: 16px; }
  .cab-stat {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    width: 100%;
    padding: 24px 5px 5px 5px;
    margin-bottom: 27px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: -moz-calc(100% - 27px);
    height: calc(100% - 27px); }
    @media (max-width: 991px) {
      .cab-stat {
        padding-top: 20px; } }
    .cab-stat .cab-title {
      margin: 0px 15px 23px 15px; }
    .cab-stat__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      background-color: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 15px;
      margin-top: auto; }
    .cab-stat__item {
      width: 50%;
      padding: 20px 37px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-top: 1px solid #1B292A;
      border-right: 1px solid #1B292A; }
      @media (max-width: 480px) {
        .cab-stat__item {
          padding: 20px; } }
      .cab-stat__item:nth-child(even) {
        border-right: none; }
      .cab-stat__item:nth-child(1), .cab-stat__item:nth-child(2) {
        border-top: none; }
      .cab-stat__item h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48;
        margin-bottom: 1px; }
        .cab-stat__item h3 svg {
          width: 12px;
          height: 12px;
          min-width: 12px;
          fill: #56C55C;
          margin-right: 3px;
          margin-top: -2px; }
      .cab-stat__item p {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 1.48; }
        @media (max-width: 480px) {
          .cab-stat__item p {
            font-size: 16px; } }
  .cab-bal-table {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    padding: 21px 20px 10px 20px;
    margin-bottom: 28px; }
    .cab-bal-table .cab-title {
      margin-bottom: 17px; }
  .cab-search {
    margin-bottom: 14px;
    max-width: 176px;
    width: 100%;
    position: relative; }
    @media (max-width: 575px) {
      .cab-search {
        max-width: 100%; } }
    .cab-search ::-webkit-input-placeholder {
      color: rgba(156, 187, 188, 0.2); }
    .cab-search :-moz-placeholder {
      color: rgba(156, 187, 188, 0.2); }
    .cab-search ::-moz-placeholder {
      color: rgba(156, 187, 188, 0.2); }
    .cab-search :-ms-input-placeholder {
      color: rgba(156, 187, 188, 0.2); }
    .cab-search ::placeholder {
      color: rgba(156, 187, 188, 0.2); }
    .cab-search input {
      width: 100%;
      height: 31px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 5px 8px 5px 32px;
      border-radius: 8px;
      outline: none;
      background-color: transparent;
      font-weight: 500;
      font-size: 12px;
      color: #9CBBBC; }
    .cab-search button {
      position: absolute;
      top: 0;
      left: 0;
      width: 32px;
      height: 100%;
      border: none;
      padding: 0;
      outline: none;
      background: transparent;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      .cab-search button:hover svg {
        opacity: 1; }
      .cab-search button svg {
        width: 14px;
        height: 14px;
        fill: #9CBBBC;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-table-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 5px;
    width: -moz-calc(100% + 9px);
    width: calc(100% + 9px); }
    .cab-table-nav label {
      display: block;
      margin-right: 9px;
      margin-bottom: 9px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 575px) {
        .cab-table-nav label {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-table-nav label input {
        display: none; }
        .cab-table-nav label input:checked + p {
          background-color: #fff;
          border-color: #fff;
          color: #0A1618; }
      .cab-table-nav label p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 7px 12px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        font-weight: 500;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1;
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        min-height: 31px;
        width: 100%;
        text-align: center; }
        .cab-table-nav label p:hover {
          background-color: #fff;
          border-color: #fff;
          color: #0A1618; }
  .cab-table {
    width: 100%; }
    .cab-table table {
      width: 100%;
      border-collapse: collapse; }
      @media (max-width: 767px) {
        .cab-table table tr {
          border: none;
          border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
          .cab-table table tr:last-child {
            border-bottom: none; } }
      @media (max-width: 767px) {
        .cab-table table td {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-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-table table td:before {
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        line-height: 1.48; }
      .cab-table table td:last-child {
        width: 1%; }
        @media (max-width: 767px) {
          .cab-table table td:last-child {
            width: 100%; } }
      @media (max-width: 767px) {
        .cab-table table thead {
          display: none; } }
      .cab-table table thead tr {
        position: relative;
        z-index: 1; }
        .cab-table table thead tr:after {
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(38, 64, 64, 0.15);
          border: 1px solid rgba(255, 255, 255, 0.05);
          content: '';
          border-radius: 8px; }
      .cab-table table thead td {
        padding: 10px; }
      .cab-table table tbody tr:last-child td {
        border-bottom: none; }
      .cab-table table tbody td {
        padding: 14px 10px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
        @media (max-width: 767px) {
          .cab-table table tbody td {
            border-bottom: none;
            padding: 10px 0; } }
    .cab-table__title {
      font-weight: 600;
      font-size: 12px;
      color: #fff;
      line-height: 1.48; }
      .cab-table__title span {
        font-weight: 400; }
    .cab-table__chart {
      height: 21px;
      width: 132px; }
    .cab-table__cur {
      position: relative;
      padding-left: 35px; }
      .cab-table__cur > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 23px;
        height: 23px; }
      .cab-table__cur h3 {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        line-height: 1.48; }
      .cab-table__cur p {
        font-weight: 400;
        font-size: 10px;
        color: #9CBBBC;
        line-height: 1.48; }
    .cab-table__val {
      font-weight: 600;
      font-size: 14px;
      color: #fff; }
      .cab-table__val span {
        font-weight: 400; }
      .cab-table__val.green {
        color: #50B833; }
      .cab-table__val.red {
        color: #B83333; }
    .cab-table__type {
      padding: 1px 0;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.05);
      font-weight: 400;
      font-size: 12px;
      color: #9CBBBC;
      border-radius: 20px;
      min-height: 20px;
      line-height: 1; }
    .cab-table__date {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      line-height: 1.48; }
    .cab-table__status {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      line-height: 1;
      background-color: #071214;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      font-weight: 500;
      font-size: 12px;
      color: #EF8335;
      white-space: nowrap;
      padding: 3px 11px 3px 27px;
      min-height: 24px;
      position: relative; }
      .cab-table__status:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        content: '';
        background-color: #EF8335; }
      .cab-table__status-wrap {
        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: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .cab-table__status_1 {
        color: #3DA1A1; }
        .cab-table__status_1:after {
          background-color: #3DA1A1; }
      .cab-table__status_2 {
        color: #EF8335; }
        .cab-table__status_2:after {
          background-color: #EF8335; }
      .cab-table__status_3 {
        color: #50B833; }
        .cab-table__status_3:after {
          background-color: #50B833; }
      .cab-table__status_4 {
        color: #DC4646; }
        .cab-table__status_4:after {
          background-color: #DC4646; }
      .cab-table__status_5 {
        color: #69C0E2; }
        .cab-table__status_5:after {
          background-color: #69C0E2; }
    .cab-table__edit {
      cursor: pointer;
      margin-left: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 1; }
      .cab-table__edit:hover {
        opacity: 0.8; }
      .cab-table__edit svg {
        fill: #ffffff;
        width: 16px;
        height: 16px; }
    .cab-table__mail {
      font-weight: 400;
      font-size: 14px;
      color: #9CBBBC;
      word-break: break-all; }
      .cab-table__mail a {
        color: #9CBBBC; }
    .cab-table__hero {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 45px; }
      .cab-table__hero.active p {
        color: #50B833; }
      .cab-table__hero.active .cab-table__hero-img:after {
        background-color: #50B833; }
      .cab-table__hero h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.48;
        color: #fff;
        line-height: 1.48; }
      .cab-table__hero p {
        font-weight: 400;
        font-size: 10px;
        color: #FF0000FF;
        line-height: 1.48; }
      .cab-table__hero-img {
        position: absolute;
        top: -3px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: 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;
        left: 0; }
        .cab-table__hero-img img {
          width: 36px;
          border-radius: 50%; }
        .cab-table__hero-img:after {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 10px;
          height: 10px;
          content: '';
          border-radius: 50%;
          background-color: #FF0000FF;
          border: 2px solid #0A1618; }
    .cab-table_refs {
      padding-bottom: 10px; }
      @media (max-width: 767px) {
        .cab-table_refs {
          padding-bottom: 0; } }
      .cab-table_refs table thead tr:after {
        display: none; }
      .cab-table_refs table thead td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
        .cab-table_refs table thead td:first-child:after {
          border-radius: 8px 8px 0 0;
          border-top: 1px solid rgba(255, 255, 255, 0.05); }
      .cab-table_refs table tbody tr:last-child td:first-child:after {
        border-radius: 0 0 8px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .cab-table_refs table td {
        position: relative; }
        .cab-table_refs table td:nth-child(2) {
          padding-left: 118px; }
          @media (max-width: 767px) {
            .cab-table_refs table td:nth-child(2) {
              padding-left: 0; } }
        .cab-table_refs table td:first-child {
          width: 238px;
          z-index: 1; }
          @media (max-width: 767px) {
            .cab-table_refs table td:first-child {
              width: 100%; } }
          .cab-table_refs table td:first-child:after {
            width: 100%;
            height: 100%;
            border-right: 1px solid rgba(255, 255, 255, 0.05);
            border-left: 1px solid rgba(255, 255, 255, 0.05);
            background-color: rgba(38, 64, 64, 0.15);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
            @media (max-width: 767px) {
              .cab-table_refs table td:first-child:after {
                display: none; } }
        .cab-table_refs table td:last-child {
          width: auto; }
      .cab-table_refs .cab-table__val span {
        text-transform: uppercase; }
  .cab-ref-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;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    border-radius: 18px;
    margin-bottom: 28px;
    padding: 42px 20px 25px 20px;
    background-image: url("../img/cab-ref-link-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 0;
    height: -moz-calc(100% - 28px);
    height: calc(100% - 28px); }
    .cab-ref-link > h3 {
      font-weight: 500;
      font-size: 24px;
      color: #fff;
      text-align: center;
      line-height: 1.48;
      margin-bottom: 10px; }
    .cab-ref-link > p {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      margin-bottom: 36px;
      text-align: center; }
    .cab-ref-link__icon {
      width: 66px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 44px; }
      .cab-ref-link__icon img {
        width: 100%; }
    .cab-ref-link__box {
      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: 6px 6px 6px 17px;
      background-color: rgba(38, 64, 64, 0.15);
      border-radius: 15px;
      margin-top: auto; }
      .cab-ref-link__box p {
        font-weight: 600;
        font-size: 11px;
        color: #27B5B5;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 17px; }
    .cab-ref-link__copy {
      height: 39px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 16px;
      background-color: #fff;
      border-radius: 9px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 500;
      font-size: 14px;
      color: #112124; }
      .cab-ref-link__copy:hover {
        background-color: #27B5B5;
        color: #fff; }
    .cab-ref-link_ha {
      height: auto; }
  .cab-news {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 28px;
    height: -moz-calc(100% - 28px);
    height: calc(100% - 28px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-news__img {
      background-color: rgba(38, 64, 64, 0.15);
      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: 21px;
      border-radius: 11px;
      overflow: hidden;
      height: 164px; }
      .cab-news__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-news__date {
      margin-bottom: 8px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 3px 6px;
      background-color: rgba(38, 64, 64, 0.15);
      border-radius: 20px;
      font-weight: 500;
      font-size: 10px;
      color: #9CBBBC;
      line-height: 1.48; }
    .cab-news__content {
      padding: 0px 4px 10px 4px;
      width: 100%;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-news__content h3 {
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        margin-bottom: 2px;
        line-height: 1.48; }
        .cab-news__content h3:last-child {
          margin-bottom: 0; }
      .cab-news__content p {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 19px;
        line-height: 1.48; }
    .cab-news__link {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 15px;
      min-width: 143px;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      box-shadow: 0 2px 0 0 #1b292a;
      background: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 9px;
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      cursor: pointer;
      margin-top: auto;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .cab-news__link:hover {
        background-color: #fff;
        color: #264040; }
        .cab-news__link:hover > svg {
          stroke: #264040; }
      .cab-news__link svg {
        width: 8px;
        height: 8px;
        fill: none;
        stroke: #729F9F;
        stroke-linecap: round;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-slider {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(38, 64, 64, 0.1);
    position: relative;
    margin-bottom: 28px;
    height: -moz-calc(100% - 28px);
    height: calc(100% - 28px); }
    .cab-slider .swiper {
      height: 100%; }
    .cab-slider__item {
      width: 100%;
      min-height: 373px;
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      padding: 30px 34px 100px 34px;
      z-index: 1;
      height: 100%; }
      .cab-slider__item > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        z-index: -1; }
      .cab-slider__item h3 {
        font-weight: 600;
        font-size: 24px;
        color: #fff;
        line-height: 1.48;
        margin-bottom: 5px; }
      .cab-slider__item p {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 1.48; }
    .cab-slider__nav {
      position: absolute;
      left: 34px;
      bottom: 31px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-slider__nav .swiper-button-prev, .cab-slider__nav .swiper-button-next {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        outline: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-slider__nav .swiper-button-prev:hover, .cab-slider__nav .swiper-button-next:hover {
          background-color: #fff;
          border-color: #fff; }
          .cab-slider__nav .swiper-button-prev:hover svg, .cab-slider__nav .swiper-button-next:hover svg {
            stroke: #264040; }
        .cab-slider__nav .swiper-button-prev svg, .cab-slider__nav .swiper-button-next svg {
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          width: 10px;
          height: 10px; }
      .cab-slider__nav .swiper-button-prev {
        margin-right: 7px; }
        .cab-slider__nav .swiper-button-prev svg {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .cab-slider__nav .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .cab-text {
    margin-bottom: 22px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-text h3 {
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      margin-bottom: 3px;
      line-height: 1.48; }
      .cab-text h3:last-child {
        margin-bottom: 0; }
    .cab-text p {
      font-weight: 400;
      font-size: 14px;
      color: #9CBBBC;
      line-height: 1.48; }
  .cab-bot {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    padding: 4px;
    margin-bottom: 28px; }
    .cab-bot__left {
      padding: 20px 0px 31px 18px; }
      @media (max-width: 991px) {
        .cab-bot__left {
          padding-right: 18px; } }
      .cab-bot__left .cab-title {
        margin-bottom: 28px; }
      .cab-bot__left .m-btn {
        min-width: 151px; }
    .cab-bot__sticky-wrap {
      position: relative;
      width: 100%;
      height: 100%; }
    .cab-bot .stickly {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%;
      padding-top: 30px; }
    .cab-bot__right {
      width: 100%;
      height: 100%;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 18px;
      background-color: rgba(38, 64, 64, 0.1);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-image: url("../img/cab-bot-right-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-size: 100% auto;
      background-position: 50% 100%; }
      .cab-bot__right-head {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        padding: 20px 24px; }
      .cab-bot__right-content {
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 26px 26px 26px;
        width: 100%;
        position: relative; }
    .cab-bot__amount {
      padding-bottom: 25px;
      margin-bottom: 27px;
      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 dashed rgba(255, 255, 255, 0.1);
      position: relative;
      padding-left: 52px; }
      .cab-bot__amount-icon {
        position: absolute;
        top: 2px;
        left: 0;
        width: 39px;
        height: 39px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        background-color: rgba(38, 64, 64, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.05); }
        .cab-bot__amount-icon img {
          width: 19px; }
      .cab-bot__amount h3 {
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48; }
      .cab-bot__amount p {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        line-height: 1.48; }
    .cab-bot__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 27px; }
      .cab-bot__info h3 {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        line-height: 1.48;
        margin-bottom: 11px; }
      .cab-bot__info p {
        margin-bottom: 9px;
        font-weight: 400;
        font-size: 14px;
        color: #9CBBBC;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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;
        width: 100%; }
        .cab-bot__info p span {
          font-weight: 500;
          color: #fff; }
        .cab-bot__info p:last-child {
          margin-bottom: 0; }
    .cab-bot__total {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      width: 100%;
      margin-top: 40px; }
      .cab-bot__total-arrow {
        position: absolute;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-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-bot__total-arrow svg {
          width: 100%;
          height: 100%;
          fill: #fff; }
        .cab-bot__total-arrow_1 {
          right: 100%;
          bottom: -13px;
          width: 19px;
          height: 19px; }
        .cab-bot__total-arrow_2 {
          top: 33px;
          right: -11px;
          width: 13px;
          height: 13px; }
      .cab-bot__total-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 15px;
        width: 31px;
        height: 31px;
        background-color: #50B833;
        border-radius: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cab-bot__total-icon svg {
          width: 19px;
          height: 19px;
          fill: #fff; }
      .cab-bot__total-item {
        padding: 10px 10px 8px 59px;
        background-color: #fff;
        border-radius: 12px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        width: 100%; }
        .cab-bot__total-item:first-child {
          background-color: rgba(255, 255, 255, 0.8);
          margin-left: auto;
          margin-right: auto;
          max-width: 243px;
          margin-bottom: -10px;
          padding: 8px 10px 15px 49px; }
          .cab-bot__total-item:first-child h3 {
            font-size: 10px;
            color: #075947; }
          .cab-bot__total-item:first-child p {
            font-size: 12px; }
          .cab-bot__total-item:first-child .cab-bot__total-icon {
            width: 26px;
            height: 26px;
            background-color: #fff;
            top: 10px;
            left: 12px;
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0); }
            .cab-bot__total-item:first-child .cab-bot__total-icon svg {
              fill: #50B833;
              width: 16px;
              height: 16px; }
        .cab-bot__total-item h3 {
          font-weight: 400;
          font-size: 12px;
          color: #729F9F;
          line-height: 1.48; }
        .cab-bot__total-item p {
          font-weight: 600;
          font-size: 14px;
          color: #264040;
          line-height: 1.48; }
    .cab-bot_withdraw {
      padding: 24px 22px 26px 22px; }
      .cab-bot_withdraw .cab-title {
        margin-bottom: 22px; }
  .cab-plans {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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-plans label {
      width: -moz-calc(100% / 2 - 8px);
      width: calc(100% / 2 - 8px);
      margin-right: 8px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: block;
      margin-bottom: 7px; }
      @media (max-width: 767px) {
        .cab-plans label {
          width: -moz-calc(100% - 8px);
          width: calc(100% - 8px); } }
      .cab-plans label input {
        display: none; }
        .cab-plans label input:checked + .cab-plans__item {
          background: -moz-linear-gradient(left, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25);
          background: linear-gradient(90deg, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25); }
          .cab-plans label input:checked + .cab-plans__item:after {
            background-color: #50B833; }
          .cab-plans label input:checked + .cab-plans__item h3 {
            color: #fff; }
      .cab-plans label:nth-child(2) .cab-plans__item p {
        box-shadow: inset 0 -3px 7px 0 rgba(114, 217, 253, 0.25);
        background: -moz-linear-gradient(left, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
        background: linear-gradient(90deg, rgba(68, 149, 178, 0.15) 0%, rgba(114, 217, 253, 0.15) 100%);
        color: #72D9FD; }
      .cab-plans label:nth-child(3) .cab-plans__item p {
        box-shadow: inset 0 -3px 7px 0 rgba(238, 138, 66, 0.25);
        background: -moz-linear-gradient(left, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
        background: linear-gradient(90deg, rgba(172, 95, 40, 0.15) 0%, rgba(238, 138, 66, 0.15) 100%);
        color: #EE8A42; }
      .cab-plans label:nth-child(4) .cab-plans__item p {
        box-shadow: inset 0 -3px 7px 0 rgba(230, 22, 22, 0.25);
        background: -moz-linear-gradient(left, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
        background: linear-gradient(90deg, rgba(155, 47, 47, 0.15) 0%, rgba(251, 24, 24, 0.15) 100%);
        color: #DE1F1F; }
    .cab-plans__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 14px 14px 14px 48px;
      background-color: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      position: relative; }
      .cab-plans__item:hover {
        background: -moz-linear-gradient(left, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25);
        background: linear-gradient(90deg, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25); }
        .cab-plans__item:hover:after {
          background-color: #50B833; }
        .cab-plans__item:hover h3 {
          color: #fff; }
      .cab-plans__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 18px;
        width: 15px;
        height: 15px;
        background-color: #223334;
        border-radius: 5px;
        content: '';
        z-index: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-plans__item:before {
        position: absolute;
        left: -moz-calc(18px + 15px / 2);
        left: calc(18px + 15px / 2);
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 50%;
        background-color: #0A1618;
        border-radius: 2px;
        content: '';
        width: 7px;
        height: 7px;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-plans__item > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 25px;
        fill: none;
        stroke: #9CBBBC;
        stroke-linecap: round;
        width: 8px;
        height: 8px; }
      .cab-plans__item > h3 {
        font-weight: 400;
        font-size: 14px;
        color: #9CBBBC;
        margin-right: 10px;
        line-height: 1.48;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-plans__item > span {
        color: #0A1618;
        font-weight: 900;
        font-size: 10px;
        line-height: 1.48;
        text-transform: uppercase;
        padding: 1px 6px 0px 6px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        background: -moz-linear-gradient(left, #fff 0%, #4fb833 58.31%);
        background: linear-gradient(90deg, #fff 0%, #4fb833 58.31%);
        border-radius: 3px; }
        .cab-plans__item > span.blue {
          background: -moz-linear-gradient(left, #fff 0%, #72D9FD 58.31%);
          background: linear-gradient(90deg, #fff 0%, #72D9FD 58.31%); }
        .cab-plans__item > span.orange {
          background: -moz-linear-gradient(left, #fff 0%, #EE8A42 58.31%);
          background: linear-gradient(90deg, #fff 0%, #EE8A42 58.31%); }
        .cab-plans__item > span span {
          color: #fff; }
      .cab-plans__item > p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        box-shadow: inset 0 -3px 7px 0 rgba(86, 197, 92, 0.25);
        background: -moz-linear-gradient(left, rgba(41, 95, 44, 0.15) 0%, rgba(86, 197, 92, 0.15) 100%);
        background: linear-gradient(90deg, rgba(41, 95, 44, 0.15) 0%, rgba(86, 197, 92, 0.15) 100%);
        font-weight: 500;
        font-size: 12px;
        color: #56C55C;
        padding: 6px 9px 6px 32px;
        border-radius: 33px;
        min-height: 26px; }
        .cab-plans__item > p img {
          position: absolute;
          top: 50%;
          left: 16px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          pointer-events: none; }
      .cab-plans__item.best {
        border: 2px solid #50B833;
        padding-right: 58px; }
        .cab-plans__item.best h3 {
          font-size: 18px;
          color: #fff; }
          .cab-plans__item.best h3 span {
            display: block;
            font-size: 12px; }
    .cab-plans__info {
      position: relative;
      padding-left: 18px;
      font-weight: 400;
      font-size: 12px;
      color: #30484A;
      line-height: 1.48;
      margin-bottom: 26px; }
      .cab-plans__info > svg {
        position: absolute;
        top: 1px;
        left: 0;
        width: 14px;
        height: 14px;
        fill: none;
        stroke: #30484A; }
    .cab-plans_pay {
      margin-bottom: 18px; }
      .cab-plans_pay-label {
        width: 100% !important;
        margin-right: 8px;
        margin-bottom: 7px; }
        .cab-plans_pay-label input:checked + .cab-plans__item {
          background: -moz-linear-gradient(left, rgba(80, 184, 51, 0) 0%, rgba(80, 184, 51, 0) 85%, rgba(80, 184, 51, 0.23) 100%), rgba(38, 64, 64, 0.25);
          background: linear-gradient(90deg, rgba(80, 184, 51, 0) 0%, rgba(80, 184, 51, 0) 85%, rgba(80, 184, 51, 0.23) 100%), rgba(38, 64, 64, 0.25); }
          .cab-plans_pay-label input:checked + .cab-plans__item:before {
            right: 22px; }
      .cab-plans_pay .cab-plans__item {
        padding-left: 22px;
        padding-right: 61px;
        text-decoration: none; }
        .cab-plans_pay .cab-plans__item.active {
          background: -moz-linear-gradient(left, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25) !important;
          background: linear-gradient(90deg, rgba(80, 184, 51, 0.23) 0%, rgba(80, 184, 51, 0) 15%), rgba(38, 64, 64, 0.25) !important; }
          .cab-plans_pay .cab-plans__item.active:before {
            right: 22px; }
          .cab-plans_pay .cab-plans__item.active:after {
            background-color: #50B833; }
        .cab-plans_pay .cab-plans__item:hover {
          background: -moz-linear-gradient(left, rgba(80, 184, 51, 0) 0%, rgba(80, 184, 51, 0) 85%, rgba(80, 184, 51, 0.23) 100%), rgba(38, 64, 64, 0.25);
          background: linear-gradient(90deg, rgba(80, 184, 51, 0) 0%, rgba(80, 184, 51, 0) 85%, rgba(80, 184, 51, 0.23) 100%), rgba(38, 64, 64, 0.25); }
        .cab-plans_pay .cab-plans__item:after {
          right: 18px;
          left: auto;
          width: 25px;
          height: 20px; }
        .cab-plans_pay .cab-plans__item:before {
          right: 28px;
          left: auto;
          -webkit-transform: translate(0, -50%);
             -moz-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 10px;
          height: 10px; }
        .cab-plans_pay .cab-plans__item > span {
          text-transform: none;
          border-radius: 20px;
          padding: 5px 10px;
          line-height: 1.15; }
          .cab-plans_pay .cab-plans__item > span span {
            margin-left: 10px; }
  .cab-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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgba(38, 64, 64, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 10px;
    padding-right: 12px; }
    @media (max-width: 1199px) {
      .cab-amount {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .cab-amount {
        padding-right: 20px; } }
    .cab-amount ::-webkit-input-placeholder {
      color: #fff; }
    .cab-amount :-moz-placeholder {
      color: #fff; }
    .cab-amount ::-moz-placeholder {
      color: #fff; }
    .cab-amount :-ms-input-placeholder {
      color: #fff; }
    .cab-amount ::placeholder {
      color: #fff; }
    .cab-amount input {
      height: 53px;
      padding: 10px 20px 10px 22px;
      border: none;
      outline: none;
      background-color: transparent;
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      @media (max-width: 1199px) {
        .cab-amount input {
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .cab-amount__text {
      margin-bottom: 2px;
      text-align: right;
      font-weight: 400;
      font-size: 12px;
      color: #30484A;
      line-height: 1.48; }
      .cab-amount__text span {
        color: #9CBBBC; }
    .cab-amount__val {
      font-weight: 400;
      font-size: 12px;
      color: #9CBBBC;
      line-height: 1.48;
      margin-right: 9px;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      @media (max-width: 1199px) {
        .cab-amount__val {
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          padding-left: 20px;
          -webkit-flex: 1 1 50%;
             -moz-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%; } }
      .cab-amount__val span {
        color: #fff;
        font-weight: 600; }
    .cab-amount__max {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 2px solid #50B833;
      padding: 3px 7px 1px 7px;
      border-radius: 10px;
      font-weight: 600;
      font-size: 10px;
      color: #fff;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      outline: none;
      background: transparent;
      line-height: 1.48;
      cursor: pointer;
      margin-right: 21px;
      position: relative; }
      @media (max-width: 1199px) {
        .cab-amount__max {
          -webkit-order: 4;
             -moz-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          margin-left: auto;
          margin-right: 0; } }
      .cab-amount__max:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -moz-calc(100% + 10px);
        left: calc(100% + 10px);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #334546;
        content: ''; }
        @media (max-width: 1199px) {
          .cab-amount__max:after {
            display: none; } }
      .cab-amount__max:hover {
        background-color: #50B833; }
    .cab-amount__select {
      position: relative;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 0;
      margin-left: auto; }
      @media (max-width: 1199px) {
        .cab-amount__select {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 767px) {
        .cab-amount__select {
          -webkit-flex: 1 1 100%;
             -moz-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-bottom: 20px;
          margin-left: 20px; } }
      .cab-amount__select-btn {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        background-color: rgba(38, 64, 64, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding: 5px 12px 5px 6px;
        border-radius: 20px;
        cursor: pointer;
        gap: 8px; }
        .cab-amount__select-btn > svg {
          width: 8px;
          height: 8px;
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          margin-left: auto; }
        .cab-amount__select-btn > img {
          width: 22px;
          height: 22px; }
      .cab-amount__select-drop {
        position: absolute;
        right: 0;
        width: auto;
        background-color: rgba(38, 64, 64, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        overflow: hidden;
        border-radius: 12px;
        opacity: 0;
        pointer-events: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 10;
        bottom: -moz-calc(100% + 10px);
        bottom: calc(100% + 10px); }
        .cab-amount__select-drop input {
          display: none; }
        .cab-amount__select-drop.bottom {
          bottom: auto;
          top: -moz-calc(100% + 10px);
          top: calc(100% + 10px); }
        .cab-amount__select-drop .cab-search {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: relative;
          top: 15px;
          width: -moz-calc(100% - 28px);
          width: calc(100% - 28px);
          max-width: -moz-calc(100% - 28px);
          max-width: calc(100% - 28px);
          margin-bottom: 25px; }
          .cab-amount__select-drop .cab-search input {
            background-color: rgba(38, 64, 64, 0.25);
            border-color: rgba(255, 255, 255, 0.05);
            display: block;
            color: #9cbbbc;
            height: 32px;
            padding: 5px 8px 5px 32px;
            font-size: 12px; }
            .cab-amount__select-drop .cab-search input::-webkit-input-placeholder {
              color: #9cbbbc; }
            .cab-amount__select-drop .cab-search input:-moz-placeholder {
              color: #9cbbbc; }
            .cab-amount__select-drop .cab-search input::-moz-placeholder {
              color: #9cbbbc; }
            .cab-amount__select-drop .cab-search input:-ms-input-placeholder {
              color: #9cbbbc; }
            .cab-amount__select-drop .cab-search input::placeholder {
              color: #9cbbbc; }
          .cab-amount__select-drop .cab-search svg {
            fill: #9CBBBC; }
      .cab-amount__select-list {
        max-height: 340px;
        overflow-y: auto; }
        .cab-amount__select-list::-webkit-scrollbar {
          width: 2px;
          height: 4px; }
        .cab-amount__select-list::-webkit-scrollbar-track {
          background: transparent; }
        .cab-amount__select-list::-webkit-scrollbar-thumb {
          background: #264040;
          border-radius: 10px;
          cursor: -webkit-grab;
          cursor: grab; }
        .cab-amount__select-list::-webkit-scrollbar-thumb:hover {
          background: #264040; }
      .cab-amount__select-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;
        width: 100%;
        padding: 6px 6px 6px 12px;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        white-space: nowrap; }
        .cab-amount__select-item:hover, .cab-amount__select-item.active {
          background-color: #264040; }
        .cab-amount__select-item img {
          width: 22px;
          min-width: 22px;
          margin-right: 6px; }
      .cab-amount__select.active .cab-amount__select-drop {
        opacity: 1;
        pointer-events: all; }
  .cab-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 8px; }
    @media (max-width: 575px) {
      .cab-tabs {
        width: -moz-calc(100% + 8px);
        width: calc(100% + 8px); } }
    .cab-tabs__item {
      border: 1px solid rgba(255, 255, 255, 0.05);
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 7px 11px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 8px;
      font-weight: 500;
      font-size: 12px;
      color: #9CBBBC;
      cursor: pointer;
      line-height: 1;
      min-height: 31px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none; }
      @media (max-width: 575px) {
        .cab-tabs__item {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-tabs__item:hover, .cab-tabs__item.active {
        background-color: #fff;
        border-color: #fff;
        color: #0A1618; }
  .cab-pag {
    width: 100%;
    margin-bottom: 28px;
    margin-top: 10px; }
    .cab-pag ul {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-pag ul li a {
        font-weight: 500;
        font-size: 16px;
        color: #9CBBBC;
        text-decoration: none;
        border: 1px solid transparent;
        width: 34px;
        height: 34px;
        border-radius: 7px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 1; }
      .cab-pag ul li.prev a, .cab-pag ul li.next a {
        border-color: rgba(255, 255, 255, 0.05);
        font-size: 12px;
        width: auto;
        padding-left: 11px;
        padding-right: 11px; }
        .cab-pag ul li.prev a:hover, .cab-pag ul li.next a:hover {
          background-color: rgba(255, 255, 255, 0.05);
          border-color: transparent; }
      .cab-pag ul li.prev {
        margin-right: auto; }
      .cab-pag ul li.next {
        margin-left: auto; }
      .cab-pag ul li.active a, .cab-pag ul li:hover a {
        border-color: rgba(255, 255, 255, 0.05); }
  .cab-refs__users {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    margin-bottom: 27px;
    height: -moz-calc(100% - 27px);
    height: calc(100% - 27px);
    padding: 5px;
    background-image: url("../img/cab-refs-users-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .cab-refs__users .cab-title {
      margin-bottom: 7px; }
    .cab-refs__users-head {
      padding: 19px 15px 0px 15px;
      width: 100%; }
    .cab-refs__users-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: flex-start;
         -moz-box-align: start;
          -ms-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__users-list {
          -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;
          width: 100%; } }
    .cab-refs__users-icon {
      position: absolute;
      top: 17px;
      right: 18px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 39px;
      height: 39px;
      background-color: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 9px; }
      .cab-refs__users-icon svg {
        width: 20px;
        height: 20px;
        fill: #27B5B5; }
    .cab-refs__users-item {
      padding: 18px 15px;
      min-height: 144px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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; }
      @media (max-width: 480px) {
        .cab-refs__users-item {
          width: 100%;
          min-height: 0; } }
      .cab-refs__users-item:first-child {
        background-color: rgba(38, 64, 64, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        max-width: 219px;
        width: 100%;
        margin-right: 20px;
        padding-bottom: 0; }
        @media (max-width: 480px) {
          .cab-refs__users-item:first-child {
            max-width: 100%;
            margin-right: 0; } }
        .cab-refs__users-item:first-child h3 {
          margin-bottom: 15px; }
        .cab-refs__users-item:first-child p {
          font-size: 64px; }
      .cab-refs__users-item h3 {
        font-weight: 300;
        font-size: 14px;
        color: #9CBBBC;
        line-height: 1.48; }
      .cab-refs__users-item p {
        font-weight: 400;
        font-size: 44px;
        color: #fff;
        line-height: 1.48; }
  .cab-refs-steps {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    border-radius: 18px;
    padding: 24px 20px 33px 20px;
    width: 100%;
    margin-bottom: 26px; }
    .cab-refs-steps .m-text {
      margin-bottom: 28px; }
      .cab-refs-steps .m-text:last-child {
        margin-bottom: 0; }
      .cab-refs-steps .m-text p {
        color: rgba(255, 255, 255, 0.7); }
      .cab-refs-steps .m-text ul li:after {
        background-color: rgba(255, 255, 255, 0.7); }
    .cab-refs-steps .cab-title {
      margin-bottom: 20px; }
    .cab-refs-steps__head {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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(255, 255, 255, 0.05);
      padding-bottom: 13px;
      margin-bottom: 23px; }
      .cab-refs-steps__head h3 {
        font-weight: 500;
        font-size: 10px;
        color: #9CBBBC;
        line-height: 1.48; }
      .cab-refs-steps__head p {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        line-height: 1.48; }
  .cab-pdf {
    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;
    height: -moz-calc(100% - 24px);
    height: calc(100% - 24px);
    margin-bottom: 24px;
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-image: url("../img/cab-pdf-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 24px 20px 29px 20px;
    min-height: 279px; }
    .cab-pdf .m-btn {
      margin-top: auto; }
    .cab-pdf h3 {
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      margin-bottom: 5px;
      line-height: 1.48; }
    .cab-pdf p {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      margin-bottom: 20px; }
    .cab-pdf_2 {
      background-image: url(../img/cab-pdf-2.png); }
  .cab-bounty {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    padding: 5px;
    margin-bottom: 28px; }
    .cab-bounty__left {
      padding: 15px 0px 15px 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%; }
      @media (max-width: 991px) {
        .cab-bounty__left {
          padding: 15px;
          margin-bottom: 5px;
          height: auto; } }
      .cab-bounty__left .cab-title {
        margin-bottom: 10px; }
      .cab-bounty__left .m-text {
        margin-bottom: 20px; }
        .cab-bounty__left .m-text p {
          color: rgba(255, 255, 255, 0.7); }
    .cab-bounty__right {
      border: 3px solid #50B833;
      height: 100%;
      border-radius: 18px;
      background: rgba(38, 64, 64, 0.15);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 168px 52px 39px 52px;
      background-image: url("../img/cab-bounty-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: 50% 0; }
      @media (max-width: 575px) {
        .cab-bounty__right {
          padding: 160px 20px 20px 20px; } }
    .cab-bounty__head {
      margin-top: auto;
      position: relative;
      padding-left: 22px;
      padding-bottom: 10px;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      line-height: 1.48;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      width: 100%;
      margin-bottom: 20px; }
      .cab-bounty__head > svg {
        position: absolute;
        top: 3px;
        left: 0;
        fill: none;
        stroke: #30484A;
        width: 14px;
        height: 14px; }
    .cab-bounty__info {
      position: relative;
      padding: 14px 20px 14px 47px;
      background-color: rgba(39, 181, 181, 0.1);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-radius: 8px; }
      .cab-bounty__info svg {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 14px;
        left: 13px;
        fill: none;
        stroke: #27B5B5; }
      .cab-bounty__info p {
        font-weight: 400;
        font-size: 12px;
        color: #218384;
        line-height: 1.48; }
        .cab-bounty__info p a {
          font-weight: 600;
          text-decoration: none;
          color: #27B5B5; }
          .cab-bounty__info p a:hover {
            text-decoration: underline; }
    .cab-bounty__text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -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: 19px; }
      .cab-bounty__text h3 {
        font-weight: 500;
        font-size: 24px;
        color: #fff;
        margin-bottom: 9px;
        line-height: 1.48; }
      .cab-bounty__text p {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.48; }
    .cab-bounty__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      margin-bottom: 42px; }
      .cab-bounty__val h3 {
        font-weight: 400;
        font-size: 12px;
        color: rgba(80, 184, 51, 0.5);
        line-height: 1.48; }
      .cab-bounty__val p {
        font-weight: 500;
        font-size: 14px;
        color: #50B833;
        line-height: 1.48; }
    .cab-bounty__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: 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;
      margin-bottom: 13px; }
      .cab-bounty__btns .m-btn {
        margin-left: 4px;
        margin-right: 4px;
        width: auto;
        margin-bottom: 9px; }
        @media (max-width: 575px) {
          .cab-bounty__btns .m-btn {
            -webkit-flex-grow: 1;
               -moz-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; } }
        .cab-bounty__btns .m-btn:last-child {
          margin-right: 0; }
    .cab-bounty__footer {
      text-align: center;
      width: 100%;
      max-width: 305px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
      font-size: 10px;
      color: #9CBBBC;
      line-height: 1.48; }
      .cab-bounty__footer a {
        font-weight: 700;
        color: #27B5B5;
        text-decoration: none; }
        .cab-bounty__footer a:hover {
          text-decoration: underline; }
  .cab-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 24px; }
    .cab-list__item {
      position: relative;
      padding-left: 44px;
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 15px;
      line-height: 1.48;
      width: 100%;
      min-height: 34px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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-list__item:last-child {
        margin-bottom: 0; }
        .cab-list__item:last-child:after {
          display: none; }
      .cab-list__item:after {
        width: 1px;
        height: 16px;
        top: 33px;
        left: 12px;
        background-color: rgba(255, 255, 255, 0.05);
        content: '';
        position: absolute; }
      .cab-list__item span {
        position: absolute;
        top: 3px;
        left: 0;
        width: 25px;
        height: 25px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 600;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.3);
        background-color: rgba(38, 64, 64, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        box-shadow: 0 2px 0 0 #172224;
        border-radius: 6px;
        line-height: 1; }
  .cab-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px; }
    .cab-soc h3 {
      font-weight: 400;
      font-size: 10px;
      color: #9CBBBC;
      text-align: center;
      margin-bottom: 9px; }
    .cab-soc__list {
      border: 2px solid rgba(255, 255, 255, 0.05);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 20px;
      padding: 2px; }
      @media (max-width: 575px) {
        .cab-soc__list {
          width: 100%;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .cab-soc__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 7px 8px 7px 10px;
      font-weight: 500;
      font-size: 12px;
      color: #9CBBBC;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-right: 2px;
      border-radius: 20px;
      line-height: 1;
      min-height: 31px;
      cursor: pointer; }
      @media (max-width: 575px) {
        .cab-soc__item {
          width: -moz-calc(100% / 2 - 2px);
          width: calc(100% / 2 - 2px);
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .cab-soc__item:hover, .cab-soc__item.active {
        background-color: rgba(241, 249, 250, 0.05);
        color: #fff; }
      .cab-soc__item:last-child {
        margin-right: 0; }
      .cab-soc__item img {
        width: 15px;
        min-width: 15px;
        margin-right: 4px; }
  .cab-free {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    background-image: url("../img/cab-free-btc-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 100% 0;
    padding: 23px 20px 27px 20px;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .cab-free {
        background-image: none; } }
    .cab-free .cab-title {
      margin-bottom: 10px; }
    .cab-free .m-text {
      margin-bottom: 30px; }
      .cab-free .m-text p {
        color: rgba(255, 255, 255, 0.7); }
    .cab-free__title {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      line-height: 1.48;
      margin-bottom: 28px; }
    .cab-free__wrap {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .cab-free__wrap {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
    .cab-free__check {
      max-width: 175px;
      margin-right: 30px;
      width: 100%;
      display: block; }
      @media (max-width: 991px) {
        .cab-free__check {
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: -moz-calc(100% / 2 - 12px);
          width: calc(100% / 2 - 12px);
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .cab-free__check input {
        display: none; }
        .cab-free__check input:checked + .cab-free__check-wrap p {
          color: #50B833; }
          .cab-free__check input:checked + .cab-free__check-wrap p svg {
            fill: #50B833;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .cab-free__check-wrap {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        background-image: url("../img/cab-free-check-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: rgba(38, 64, 64, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 16px 25px 13px 13px;
        cursor: pointer; }
        .cab-free__check-wrap h3 {
          font-weight: 400;
          font-size: 14px;
          color: #9CBBBC;
          line-height: 1.48; }
        .cab-free__check-wrap p {
          margin-top: auto;
          font-weight: 500;
          font-size: 16px;
          color: #264040;
          line-height: 1.48;
          position: relative;
          padding-left: 33px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .cab-free__check-wrap p svg {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            width: 30px;
            height: 30px;
            fill: #264040;
            -webkit-transform: translateY(-50%) scaleX(-1);
               -moz-transform: translateY(-50%) scaleX(-1);
                -ms-transform: translateY(-50%) scaleX(-1);
                    transform: translateY(-50%) scaleX(-1); }
    .cab-free__lvl {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 18px;
      background-color: rgba(38, 64, 64, 0.1);
      border-radius: 8px;
      margin-left: 30px;
      padding: 18px 20px 15px 20px; }
      @media (max-width: 991px) {
        .cab-free__lvl {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: -moz-calc(100% / 2 - 12px);
          width: calc(100% / 2 - 12px);
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 20px; } }
      .cab-free__lvl h3 {
        font-weight: 400;
        font-size: 14px;
        color: #9CBBBC;
        line-height: 1.48;
        margin-bottom: 4px; }
      .cab-free__lvl p {
        font-weight: 500;
        font-size: 60px;
        color: #50B833;
        line-height: 1.48; }
        @supports (-webkit-background-clip: text) {
          .cab-free__lvl p {
            background: -moz-linear-gradient(left, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
            background: linear-gradient(90deg, #29b6b1 0%, #72ce26 68.17%, #36a83c 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
      .cab-free__lvl-info {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        background-color: rgba(38, 64, 64, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        min-height: 22px;
        padding: 4px 10px 4px 6px;
        font-weight: 600;
        font-size: 10px;
        color: #30484A;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        margin-bottom: 20px; }
        .cab-free__lvl-info:hover {
          color: #fff; }
          .cab-free__lvl-info:hover svg {
            stroke: #fff; }
        .cab-free__lvl-info svg {
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          width: 14px;
          height: 14px;
          min-width: 14px;
          margin-right: 4px;
          fill: none;
          stroke: #30484A; }
      .cab-free__lvl-footer {
        text-align: center;
        font-weight: 400;
        font-size: 10px;
        color: #30484A;
        line-height: 1.48;
        margin-top: auto; }
    .cab-free__center {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .cab-free__center {
          width: 100%;
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .cab-free__timer {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      font-weight: 400;
      font-size: 44px;
      color: #30484A;
      margin-bottom: 17px; }
      .cab-free__timer p {
        width: 91px;
        height: 114px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-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;
        box-shadow: 0 2px 0 0 #172224;
        border-radius: 9px;
        background-color: rgba(38, 64, 64, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.05);
        font-weight: 600;
        font-size: 100px;
        color: #fff; }
        @media (max-width: 767px) {
          .cab-free__timer p {
            font-size: 70px;
            width: 65px;
            height: 90px; } }
        @media (max-width: 575px) {
          .cab-free__timer p {
            width: 45px;
            height: 60px;
            font-size: 40px; } }
        @media (max-width: 480px) {
          .cab-free__timer p {
            width: 35px;
            height: 50px;
            font-size: 35px; } }
    .cab-free__range {
      padding: 10px 14px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: rgba(38, 64, 64, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 8px; }
      @media (max-width: 767px) {
        .cab-free__range {
          -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-free__range .m-btn {
        width: 140px; }
        @media (max-width: 767px) {
          .cab-free__range .m-btn {
            margin: 20px 0; } }
      .cab-free__range-left {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left;
        width: -moz-calc(100% / 2 - 140px / 2);
        width: calc(100% / 2 - 140px / 2); }
        @media (max-width: 767px) {
          .cab-free__range-left {
            width: 100%;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center; } }
        .cab-free__range-left h3 {
          font-weight: 400;
          font-size: 12px;
          color: #9CBBBC;
          line-height: 1.48;
          margin-bottom: 3px; }
        .cab-free__range-left p {
          font-weight: 400;
          font-size: 18px;
          color: #50B833;
          line-height: 1.48; }
          .cab-free__range-left p span {
            font-size: 12px;
            color: rgba(80, 184, 51, 0.5); }
      .cab-free__range-right {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: right;
        width: -moz-calc(100% / 2 - 140px / 2);
        width: calc(100% / 2 - 140px / 2); }
        @media (max-width: 767px) {
          .cab-free__range-right {
            text-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
        .cab-free__range-right h3 {
          font-weight: 400;
          font-size: 12px;
          color: #9CBBBC;
          line-height: 1.48;
          margin-bottom: 3px; }
        .cab-free__range-right p {
          font-weight: 400;
          font-size: 18px;
          color: #9CBBBC;
          line-height: 1.48; }
          .cab-free__range-right p span {
            color: #30484A;
            font-size: 14px; }
          .cab-free__range-right p sub {
            font-size: 12px;
            text-transform: none; }
  .cab-input {
    width: 100%;
    margin-bottom: 24px;
    display: block; }
    .cab-input ::-webkit-input-placeholder {
      color: rgba(156, 187, 188, 0.23); }
    .cab-input :-moz-placeholder {
      color: rgba(156, 187, 188, 0.23); }
    .cab-input ::-moz-placeholder {
      color: rgba(156, 187, 188, 0.23); }
    .cab-input :-ms-input-placeholder {
      color: rgba(156, 187, 188, 0.23); }
    .cab-input ::placeholder {
      color: rgba(156, 187, 188, 0.23); }
    .cab-input input {
      background-color: rgba(38, 64, 64, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.25);
      height: 53px;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      font-weight: 400;
      font-size: 14px;
      outline: none;
      border-radius: 12px;
      width: 100%; }
    .cab-input_select {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 0;
      background-color: rgba(38, 64, 64, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px; }
      @media (max-width: 480px) {
        .cab-input_select {
          -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-input_select input {
        padding-left: 10px;
        background: transparent;
        border: none; }
        @media (max-width: 480px) {
          .cab-input_select input {
            padding-left: 20px; } }
      .cab-input_select .cab-amount__select {
        margin: 10px;
        z-index: 10;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
        @media (max-width: 480px) {
          .cab-input_select .cab-amount__select {
            width: -moz-calc(100% - 20px);
            width: calc(100% - 20px); } }
        .cab-input_select .cab-amount__select-drop {
          right: auto;
          left: 0;
          z-index: 10; }
          @media (max-width: 480px) {
            .cab-input_select .cab-amount__select-drop {
              width: 100%; } }
    .cab-input_soc {
      position: relative; }
      .cab-input_soc > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 16px;
        width: 23px; }
      .cab-input_soc input {
        padding-right: 55px; }
  .cab-set {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background-color: rgba(38, 64, 64, 0.1);
    margin-bottom: 25px;
    padding: 24px 22px 28px 22px; }
    .cab-set .cab-title {
      margin-bottom: 5px; }
    .cab-set__wrap {
      padding: 14px 25px 30px 16px;
      width: 100%; }
      @media (max-width: 991px) {
        .cab-set__wrap {
          padding: 15px; }
          .cab-set__wrap .m-btn {
            margin-bottom: 30px; } }
    .cab-set__qr {
      background-color: rgba(38, 64, 64, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 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;
      padding: 20px;
      max-width: 342px;
      width: 100%; }
      @media (max-width: 991px) {
        .cab-set__qr {
          max-width: 100%; } }
      .cab-set__qr img {
        max-width: 208px;
        width: 100%; }
    .cab-set_qr {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 4px; }
      @media (max-width: 991px) {
        .cab-set_qr {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-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-file {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
    .cab-file input {
      display: none; }
    .cab-file__wrap {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: rgba(38, 64, 64, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.05);
      padding: 17px 17px 17px 27px;
      border-radius: 1000px;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      .cab-file__wrap:hover p span {
        text-decoration: none; }
      .cab-file__wrap:after {
        width: -moz-calc(100% + 6px);
        width: calc(100% + 6px);
        height: -moz-calc(100% + 6px);
        height: calc(100% + 6px);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 1000px;
        content: '';
        z-index: -1;
        pointer-events: none;
        border: 1px dashed rgba(255, 255, 255, 0.05); }
      .cab-file__wrap img {
        width: 36px;
        min-width: 36px;
        margin-right: 11px;
        border-radius: 50%; }
      .cab-file__wrap p {
        font-weight: 400;
        font-size: 14px;
        color: #30484A;
        line-height: 1.48; }
        .cab-file__wrap p span {
          color: #27B5B5;
          text-decoration: underline;
          text-underline-offset: 2px; }
  .cab-ava {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 21px);
    width: calc(100% + 21px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -21px; }
    @media (max-width: 991px) {
      .cab-ava {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: -11px; } }
    .cab-ava label {
      margin-right: 21px;
      margin-bottom: 21px; }
      .cab-ava label input {
        display: none; }
        .cab-ava label input:checked + .cab-ava__item img {
          opacity: 1; }
        .cab-ava label input:checked + .cab-ava__item:after {
          background-color: #50B833; }
    .cab-ava__item {
      width: 76px;
      height: 76px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      cursor: pointer;
      position: relative; }
      .cab-ava__item:after {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 23px;
        height: 23px;
        border: 4px solid #0A1618;
        border-radius: 8px;
        content: '';
        background-color: #223334;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1; }
      .cab-ava__item:before {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #0A1618;
        width: 7px;
        height: 7px;
        border-radius: 2px;
        z-index: 2; }
      .cab-ava__item:hover img {
        opacity: 1; }
      .cab-ava__item img {
        width: 91px;
        opacity: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-ava__more {
      margin-right: 21px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      cursor: pointer;
      margin-bottom: 21px;
      text-decoration: none; }
      .cab-ava__more:hover p {
        color: #fff; }
      .cab-ava__more:hover .cab-ava__more-icon {
        background-color: #fff; }
        .cab-ava__more:hover .cab-ava__more-icon svg {
          fill: #264040; }
      .cab-ava__more-icon {
        width: 76px;
        height: 76px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        background-color: #27B5B5;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 11px; }
        .cab-ava__more-icon svg {
          width: 24px;
          height: 24px;
          fill: #071214;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-ava__more p {
        font-weight: 400;
        font-size: 12px;
        color: #9CBBBC;
        line-height: 1.48;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-2fa {
    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;
    position: relative;
    padding-left: 48px; }
    .cab-2fa:focus-within .cab-2fa__num {
      border-color: #50B833;
      box-shadow: 0 2px 0 0 #50b833;
      color: #50B833; }
    .cab-2fa > h3 {
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      line-height: 1.48; }
    .cab-2fa > p {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.48;
      margin-bottom: 19px; }
    .cab-2fa__num {
      position: absolute;
      top: 2px;
      left: 0;
      width: 34px;
      height: 34px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 600;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.3);
      background-color: rgba(38, 64, 64, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.05);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      box-shadow: 0 2px 0 0 #172224;
      border-radius: 6px;
      line-height: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-2fa__app {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .cab-2fa__app a {
        width: -moz-calc(100% / 2 - 11px / 2);
        width: calc(100% / 2 - 11px / 2);
        height: 115px;
        background-color: #182527;
        border-radius: 9px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-2fa__app a:hover {
          background-color: #729F9F; }
    .cab-2fa__input {
      width: 100%; }
      .cab-2fa__input input {
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        background: transparent;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        outline: none;
        width: 100%; }
    .cab-2fa__code {
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 7px 19px 8px 19px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 12px;
      width: 100%; }
      .cab-2fa__code h3 {
        font-weight: 400;
        font-size: 10px;
        color: #30484A;
        line-height: 1.48; }
      .cab-2fa__code p {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        line-height: 1.48;
        word-break: break-all; }
  .cab-heroes {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 9px);
    width: calc(100% + 9px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 18px;
    max-width: 240px; }
    @media (max-width: 575px) {
      .cab-heroes {
        max-width: -moz-calc(100% + 9px);
        max-width: calc(100% + 9px);
        margin-top: 30px; } }
    .cab-heroes label {
      margin-bottom: 9px;
      margin-right: 9px; }
      .cab-heroes label input {
        display: none; }
        .cab-heroes label input:checked + .cab-heroes__item {
          border-color: #264040;
          box-shadow: 0px 0px 20px 0px rgba(38, 64, 64, 0.3); }
          .cab-heroes label input:checked + .cab-heroes__item .cab-heroes__check {
            opacity: 1; }
    .cab-heroes__item {
      width: 65px;
      height: 65px;
      border: 1px solid #202020;
      border-radius: 9px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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;
      overflow: hidden;
      position: relative;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .cab-heroes__item:hover {
        border-color: #264040; }
    .cab-heroes__check {
      position: absolute;
      top: 4px;
      right: 4px;
      background-color: #264040;
      border-radius: 5px;
      width: 14px;
      height: 14px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0; }
      .cab-heroes__check svg {
        width: 8px;
        height: 8px;
        fill: #fff; }
    .cab-heroes__more {
      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;
      border-bottom: 1px dashed #B83333;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-bottom: 5px;
      line-height: 1; }
      .cab-heroes__more:hover {
        border-bottom-color: transparent; }
      .cab-heroes__more img {
        margin-right: 5px; }
  .cab-modal {
    padding: 36px 41px 40px 41px;
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
    background-color: #151515;
    border: 1px solid #1A1A1A;
    border-radius: 22px;
    text-align: center;
    position: relative; }
    @media (max-width: 575px) {
      .cab-modal {
        padding: 30px 15px; } }
    .cab-modal .mfp-close {
      position: absolute;
      top: 20px;
      right: 20px;
      -webkit-transform: translate(0) rotate(0deg);
         -moz-transform: translate(0) rotate(0deg);
          -ms-transform: translate(0) rotate(0deg);
              transform: translate(0) rotate(0deg);
      padding: 0;
      width: 10px;
      height: 10px;
      cursor: pointer;
      opacity: 1;
      line-height: 0;
      z-index: 2; }
      .cab-modal .mfp-close:hover svg {
        stroke: #B83333; }
      .cab-modal .mfp-close svg {
        width: 100%;
        height: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        stroke: #fff;
        fill: none; }
    .cab-modal .nicescroll-rails {
      background-color: #1A1A1A;
      border-radius: 10px; }
    .cab-modal .m-title {
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -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-modal .m-title p {
        font-weight: 700;
        font-size: 22px;
        color: #ffffff; }
    .cab-modal .cab-heroes {
      max-width: -moz-calc(100% + 33px);
      max-width: calc(100% + 33px);
      width: -moz-calc(100% + 33px);
      width: calc(100% + 33px);
      margin-bottom: -11px;
      padding-right: 11px;
      margin-top: 0;
      height: 270px;
      overflow-y: auto;
      margin-bottom: 30px;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .cab-modal .cab-heroes::-webkit-scrollbar {
        width: 4px; }
      .cab-modal .cab-heroes::-webkit-scrollbar-track {
        background: #1A1A1A; }
      .cab-modal .cab-heroes::-webkit-scrollbar-thumb {
        background: #848484;
        border-radius: 10px; }
      .cab-modal .cab-heroes::-webkit-scrollbar-thumb:hover {
        background: #848484; }
      .cab-modal .cab-heroes label {
        margin-bottom: 11px;
        margin-right: 11px; }
      .cab-modal .cab-heroes__item {
        width: 82px;
        height: 82px; }
        .cab-modal .cab-heroes__item img {
          width: 70px; }
    .cab-modal .nicescroll-box {
      max-height: 270px;
      margin-bottom: 30px;
      width: -moz-calc(100% + 32px);
      width: calc(100% + 32px);
      padding-right: 32px; }
      @media (max-width: 575px) {
        .cab-modal .nicescroll-box {
          width: -moz-calc(100% + 15px);
          width: calc(100% + 15px);
          padding-right: 15px; } }
      .cab-modal .nicescroll-box .wrap {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .cab-modal-autoreinvest {
      max-width: 825px; }
