/*! 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: 'Estricta';
  src: url("../fonts/Estricta/EstrictaLightItalic.eot");
  src: local("Estricta Light Italic"), local("EstrictaLightItalic"), url("../fonts/Estricta/EstrictaLightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Estricta/EstrictaLightItalic.woff2") format("woff2"), url("../fonts/Estricta/EstrictaLightItalic.woff") format("woff"), url("../fonts/Estricta/EstrictaLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

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

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

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

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

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

@font-face {
  font-family: 'Estricta';
  src: url("../fonts/Estricta/EstrictaRegularItalic.eot");
  src: local("Estricta Regular Italic"), local("EstrictaRegularItalic"), url("../fonts/Estricta/EstrictaRegularItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Estricta/EstrictaRegularItalic.woff2") format("woff2"), url("../fonts/Estricta/EstrictaRegularItalic.woff") format("woff"), url("../fonts/Estricta/EstrictaRegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Pancetta Pro';
  src: url("../fonts/PancettaPro/PancettaPro-ExtraLightItalic.eot");
  src: url("../fonts/PancettaPro/PancettaPro-ExtraLightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PancettaPro/PancettaPro-ExtraLightItalic.woff2") format("woff2"), url("../fonts/PancettaPro/PancettaPro-ExtraLightItalic.woff") format("woff"), url("../fonts/PancettaPro/PancettaPro-ExtraLightItalic.ttf") format("truetype"), url("../fonts/PancettaPro/PancettaPro-ExtraLightItalic.svg#PancettaPro-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Pancetta Pro';
  src: url("../fonts/PancettaPro/PancettaPro-SemiBoldItalic.eot");
  src: url("../fonts/PancettaPro/PancettaPro-SemiBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PancettaPro/PancettaPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/PancettaPro/PancettaPro-SemiBoldItalic.woff") format("woff"), url("../fonts/PancettaPro/PancettaPro-SemiBoldItalic.ttf") format("truetype"), url("../fonts/PancettaPro/PancettaPro-SemiBoldItalic.svg#PancettaPro-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Pancetta Pro';
  src: url("../fonts/PancettaPro/PancettaPro-ThinItalic.eot");
  src: url("../fonts/PancettaPro/PancettaPro-ThinItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PancettaPro/PancettaPro-ThinItalic.woff2") format("woff2"), url("../fonts/PancettaPro/PancettaPro-ThinItalic.woff") format("woff"), url("../fonts/PancettaPro/PancettaPro-ThinItalic.ttf") format("truetype"), url("../fonts/PancettaPro/PancettaPro-ThinItalic.svg#PancettaPro-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@-webkit-keyframes scene1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-15px, -5px);
            transform: translate(-15px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-moz-keyframes scene1 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }
  50% {
    -moz-transform: translate(-15px, -5px);
         transform: translate(-15px, -5px); }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@keyframes scene1 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-15px, -5px);
       -moz-transform: translate(-15px, -5px);
            transform: translate(-15px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes scene2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, -15px);
            transform: translate(-10px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-moz-keyframes scene2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }
  50% {
    -moz-transform: translate(-10px, -15px);
         transform: translate(-10px, -15px); }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@keyframes scene2 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, -15px);
       -moz-transform: translate(-10px, -15px);
            transform: translate(-10px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes scene3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(5px, -15px);
            transform: translate(5px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-moz-keyframes scene3 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }
  50% {
    -moz-transform: translate(5px, -15px);
         transform: translate(5px, -15px); }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@keyframes scene3 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(5px, -15px);
       -moz-transform: translate(5px, -15px);
            transform: translate(5px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes scene4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(15px, -5px);
            transform: translate(15px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-moz-keyframes scene4 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }
  50% {
    -moz-transform: translate(15px, -5px);
         transform: translate(15px, -5px); }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@keyframes scene4 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(15px, -5px);
       -moz-transform: translate(15px, -5px);
            transform: translate(15px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); } }

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

html, body {
  font-family: "Estricta", sans-serif;
  background-color: #F7F7F8; }

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

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

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

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

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

textarea: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-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #F7F7F8; }
  .wrapper:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    background-image: url(../img/main-line.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: auto;
    content: ''; }

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

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

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

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

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

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

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

@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 #0B969F; }
  .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: #0B969F;
    width: 50%;
    height: 50%; }

.header {
  position: relative;
  z-index: 10;
  min-height: 1169px;
  pointer-events: none; }
  .header * {
    pointer-events: all; }
  @media (max-width: 1199px) {
    .header {
      min-height: 1049px; } }
  @media (max-width: 991px) {
    .header {
      min-height: 0; } }
  .header-top {
    z-index: 10;
    position: relative;
    width: 100%; }
  .header:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -2;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center bottom;
    min-width: 1920px;
    content: '';
    pointer-events: none; }
    @media (max-width: 991px) {
      .header:after {
        background: -moz-linear-gradient(283.27deg, #18AE96 25.64%, #125EA7 79.46%);
        background: linear-gradient(166.73deg, #18AE96 25.64%, #125EA7 79.46%); } }
  .header-logo {
    padding-left: 45px;
    margin-left: -45px;
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px);
    min-height: 120px;
    background-image: url("../img/logo-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center bottom;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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-bottom: 20px;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .header-logo {
        padding-bottom: 30px; } }
    .header-logo img {
      max-width: 100%; }
  .header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      .header-nav {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .header-nav {
        padding-right: 0; } }
  .header-lang {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-right: 27px;
    cursor: pointer;
    z-index: 10; }
    @media (max-width: 991px) {
      .header-lang {
        margin-right: 15px; } }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all !important; }
      .header-lang:hover .header-lang__hide * {
        pointer-events: all !important; }
    .header-lang:last-child {
      margin-right: 0; }
    .header-lang__arrow {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-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: 14px;
      height: 14px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 10px; }
      .header-lang__arrow svg {
        width: 5px;
        height: 5px;
        fill: #fff; }
    .header-lang__icon {
      width: 33px;
      height: 25px;
      overflow: hidden; }
      .header-lang__icon svg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .header-lang__hide {
      position: absolute;
      right: 0;
      top: -moz-calc(100% + 10px);
      top: calc(100% + 10px);
      opacity: 0;
      pointer-events: none !important;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-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;
      z-index: 10;
      height: 90px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: auto;
      white-space: nowrap;
      min-width: 112.5px; }
      .header-lang__hide * {
        pointer-events: none !important; }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 100%;
        height: 10px;
        content: ''; }
      .header-lang__hide a {
        margin: 0 2.5px 5px 2.5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: block; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          opacity: 1;
          opacity: 0.7; }
        .header-lang__hide a:last-child {
          margin-bottom: 0; }
  .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;
    padding-right: 40px; }
    @media (max-width: 1199px) {
      .header-btns {
        padding-right: 0; } }
    @media (max-width: 991px) {
      .header-btns {
        display: none; } }
    .header-btns .main-btn {
      margin-right: 10px; }
      .header-btns .main-btn:last-child {
        margin-right: 0; }
  .header-side {
    padding-left: 45px;
    margin-left: -45px;
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px);
    position: relative;
    z-index: 1;
    min-height: 613px;
    margin-top: -120px;
    background-image: url("../img/header-side-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center bottom;
    padding-top: 140px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .header-side {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        opacity: 0;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        background: -moz-linear-gradient(283.27deg, #18AE96 25.64%, #125EA7 79.46%);
        background: linear-gradient(166.73deg, #18AE96 25.64%, #125EA7 79.46%);
        max-width: 260px;
        width: 100%;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin: 0;
        padding: 0;
        pointer-events: none; } }
    .header-side.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      pointer-events: all; }
    .header-side .nicescroll-box {
      width: 100%;
      overflow: visible !important;
      cursor: default !important; }
      @media (max-width: 991px) {
        .header-side .nicescroll-box {
          height: -moz-calc(var(--vh, 1vh) * 100);
          height: calc(var(--vh, 1vh) * 100); } }
      .header-side .nicescroll-box .wrap {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media (max-width: 991px) {
          .header-side .nicescroll-box .wrap {
            padding: 32px 15px 15px 15px;
            min-height: 100%; } }
    .header-side .header-btns {
      display: none;
      margin-top: auto;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      padding-right: 0; }
      .header-side .header-btns .main-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px; }
        .header-side .header-btns .main-btn:last-child {
          margin-bottom: 0; }
      @media (max-width: 991px) {
        .header-side .header-btns {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; } }
  .header-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .header-menu {
        margin-bottom: 30px; } }
    .header-menu__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;
      text-decoration: none;
      font-family: "Estricta", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.57);
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 100%;
      position: relative;
      padding-right: 45px;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .header-menu__item {
          padding-right: 0; } }
      .header-menu__item:last-child {
        margin-bottom: 0; }
      .header-menu__item:hover span {
        color: #F67942; }
      .header-menu__item span {
        font-family: "Fester", sans-serif;
        font-weight: 900;
        font-size: 17px;
        color: #fff;
        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;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        white-space: nowrap;
        position: relative; }
        .header-menu__item span sup {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #F67942;
          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: 900;
          font-size: 7px;
          color: #fff;
          margin-left: -5px;
          margin-right: -6px; }
        .header-menu__item span:before {
          width: -moz-calc(100% - 45px);
          width: calc(100% - 45px);
          height: 1px;
          margin-right: 10px;
          content: '';
          background-color: rgba(255, 255, 255, 0.1);
          display: none; }
          @media (max-width: 991px) {
            .header-menu__item span:before {
              width: 100%; } }
        .header-menu__item span:after {
          width: -moz-calc(100% + 45px);
          width: calc(100% + 45px);
          margin-right: -45px;
          height: 1px;
          margin-left: 10px;
          content: '';
          background-color: rgba(255, 255, 255, 0.1);
          display: none; }
          @media (max-width: 991px) {
            .header-menu__item span:after {
              width: 100%;
              margin-right: 0; } }
      .header-menu__item.active span {
        color: #F67942; }
        .header-menu__item.active span:after, .header-menu__item.active span:before {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .header-menu__item.active .header-menu__icon {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .header-menu__icon {
      width: 28px;
      height: 28px;
      position: absolute;
      top: -moz-calc(50% - 8px);
      top: calc(50% - 8px);
      left: 100%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1;
      display: none; }
      @media (max-width: 991px) {
        .header-menu__icon {
          display: none !important; } }
      .header-menu__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) skewY(-12deg);
           -moz-transform: translate(-50%, -50%) skewY(-12deg);
            -ms-transform: translate(-50%, -50%) skewY(-12deg);
                transform: translate(-50%, -50%) skewY(-12deg);
        background-color: #fff;
        border-radius: 2px;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1; }
      .header-menu__icon:before {
        position: absolute;
        top: -moz-calc(50% + 3px);
        top: calc(50% + 3px);
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 100%;
        height: 1px;
        content: '';
        background-color: #fff;
        width: 15px; }
      .header-menu__icon svg {
        width: 8px;
        height: 8px;
        fill: #0B969F;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .header-contacts {
    width: 138px;
    height: 121px;
    background-image: url(../img/header-contacts-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Estricta", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: -45px;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .header-contacts {
        margin-left: 0; } }
    .header-contacts:hover span, .header-contacts.active span {
      color: #F67942; }
    .header-contacts img {
      margin-bottom: 10px; }
    .header-contacts span {
      font-family: "Fester", sans-serif;
      font-weight: 900;
      font-size: 18px;
      color: #30BEA7;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .header-burger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: none; }
    @media (max-width: 991px) {
      .header-burger {
        display: block; } }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .header-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header-burger.active:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      bottom: auto; }
    .header-burger.active span {
      width: 0; }
  .header-content {
    padding-top: 220px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 1199px) {
      .header-content {
        padding-top: 120px; } }
    @media (max-width: 991px) {
      .header-content {
        padding-left: 0;
        padding-top: 30px;
        margin-bottom: 20px;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 480px) {
      .header-content {
        padding-top: 10px; } }
  .header-title {
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
    margin-left: -33px;
    text-align: center;
    max-width: 440px; }
    @media (max-width: 1199px) {
      .header-title {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .header-title {
        font-size: 34px;
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .header-title {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .header-title {
        font-size: 14px;
        max-width: 320px; } }
  .header-text {
    max-width: 260px;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .header-text {
        max-width: 400px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    .header-text p {
      font-weight: 300;
      color: #fff;
      line-height: 1.1; }
      .header-text p b {
        font-weight: 700; }
  .header-soc {
    position: relative;
    padding-top: 48px; }
    @media (max-width: 991px) {
      .header-soc {
        margin-bottom: -50px; } }
    .header-soc:after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      border: 1px solid rgba(255, 255, 255, 0.17);
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
      border-radius: 14px;
      height: 100%;
      opacity: 0.5; }
    .header-soc__title {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 22px;
      width: -moz-calc(100% - 44px);
      width: calc(100% - 44px);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      border: 1px solid rgba(255, 255, 255, 0.17);
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
      border-radius: 14px;
      height: 100%;
      text-align: center;
      padding: 7px;
      font-weight: 500;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.155em;
      text-transform: uppercase;
      z-index: 2;
      opacity: 0.8; }
    .header-soc__box {
      padding: 20px 30px 120px 30px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 25.56%, rgba(255, 255, 255, 0) 79.33%);
      border: 1px solid rgba(255, 255, 255, 0.17);
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
      border-radius: 14px;
      position: relative;
      z-index: 3;
      width: 100%; }
      @media (max-width: 991px) {
        .header-soc__box {
          padding-bottom: 20px; } }
    .header-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: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 15px; }
      .header-soc__list a {
        text-decoration: none;
        display: block;
        margin-right: 5px; }
        .header-soc__list a:hover svg {
          fill: #F67942; }
        .header-soc__list a:last-child {
          margin-right: 0; }
        .header-soc__list a svg {
          fill: #fff;
          width: 20px;
          height: 20px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .header-soc__links {
      background: rgba(20, 163, 233, 0.53);
      border-radius: 5px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      .header-soc__links: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%);
        content: '';
        width: 1px;
        height: 16px;
        background-color: rgba(255, 255, 255, 0.1); }
      .header-soc__links a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 500;
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
        min-height: 30px;
        width: 50%;
        text-decoration: none; }
        .header-soc__links a:hover {
          text-decoration: underline; }
        .header-soc__links a svg {
          width: 12px;
          height: 12px;
          fill: #fff;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          margin-right: 11px; }
  .header-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-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-top: 68px; }
    @media (max-width: 991px) {
      .header-stat {
        padding-top: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 15px; } }
    .header-stat__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 48px; }
      @media (max-width: 1199px) {
        .header-stat__item {
          padding-left: 0; } }
      @media (max-width: 991px) {
        .header-stat__item {
          margin-bottom: 15px;
          padding-right: 15px; }
          .header-stat__item:last-child {
            padding-right: 0; } }
      .header-stat__item span {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        margin-bottom: 8px; }
        @media (max-width: 480px) {
          .header-stat__item span {
            font-size: 24px; } }
        .header-stat__item span img {
          margin-left: 17px;
          opacity: 0.1; }
      .header-stat__item p {
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.155em;
        max-width: 145px;
        line-height: 1.2; }
        @media (max-width: 480px) {
          .header-stat__item p {
            font-size: 10px;
            letter-spacing: 0.04em; } }
      .header-stat__item:nth-child(2) {
        margin-top: 59px; }
        @media (max-width: 1199px) {
          .header-stat__item:nth-child(2) {
            margin-top: 40px; } }
        @media (max-width: 991px) {
          .header-stat__item:nth-child(2) {
            margin-top: 0; } }
      .header-stat__item:nth-child(1) {
        margin-top: 124px; }
        @media (max-width: 1199px) {
          .header-stat__item:nth-child(1) {
            margin-top: 100px; } }
        @media (max-width: 991px) {
          .header-stat__item:nth-child(1) {
            margin-top: 0; } }
  .header-scene {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .header-scene {
        top: -120px;
        right: -80px; } }
    @media (max-width: 991px) {
      .header-scene {
        display: none; } }
    .header-scene__item {
      position: absolute; }
      .header-scene__item:nth-child(1) {
        right: 430px;
        top: 120px;
        -webkit-animation: scene1 4s infinite ease-in-out;
           -moz-animation: scene1 4s infinite ease-in-out;
                animation: scene1 4s infinite ease-in-out; }
      .header-scene__item:nth-child(2) {
        right: 340px;
        top: 40px;
        -webkit-animation: scene2 4s infinite ease-in-out;
           -moz-animation: scene2 4s infinite ease-in-out;
                animation: scene2 4s infinite ease-in-out;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .header-scene__item:nth-child(3) {
        right: 150px;
        top: -40px;
        -webkit-animation: scene3 4s infinite ease-in-out;
           -moz-animation: scene3 4s infinite ease-in-out;
                animation: scene3 4s infinite ease-in-out;
        -webkit-animation-delay: 2s;
           -moz-animation-delay: 2s;
                animation-delay: 2s; }
      .header-scene__item:nth-child(4) {
        right: -30px;
        top: 120px;
        -webkit-animation: scene4 4s infinite ease-in-out;
           -moz-animation: scene4 4s infinite ease-in-out;
                animation: scene4 4s infinite ease-in-out;
        -webkit-animation-delay: 3s;
           -moz-animation-delay: 3s;
                animation-delay: 3s; }
  .header_page {
    min-height: 0; }
    .header_page:after {
      display: none; }
    .header_page .header-logo {
      background-image: url(../img/header-logo-bg.png);
      padding-top: 15px;
      padding-bottom: 15px; }
    .header_page .header-side {
      background-image: url(../img/header-side-bage-bg.png);
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .header_page .header-side {
          margin-bottom: 0; } }
    .header_page .header-contacts {
      background-image: url(../img/header-contacts-page-bg.png); }
    .header_page:before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 120px;
      background-image: url("../img/header-top-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      z-index: -1;
      pointer-events: none; }
    .header_page .header-nav {
      padding-bottom: 0; }

.main-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Floripa", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
  min-height: 49px;
  min-width: 210px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1;
  padding: 3px 15px 0px 15px;
  text-align: center; }
  .main-btn:hover:after {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .main-btn:hover:before {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .main-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: #5CD4C1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .main-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-image: url("../img/btn-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn img {
    margin-right: 14px;
    margin-top: -3px; }
  .main-btn_gray {
    min-width: 148px;
    border: 1px solid #E6EAEE;
    color: #565F77; }
    .main-btn_gray:before {
      background-color: #E6EAEE; }
    .main-btn_gray:after {
      background-image: url(../img/btn-bg-gray.png); }
  .main-btn_line {
    min-width: 148px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .main-btn_line:before {
      background-color: rgba(255, 255, 255, 0.1); }
    .main-btn_line:after {
      background-image: url(../img/btn-bg-line.png); }
  .main-btn_green {
    min-width: 114px; }
    .main-btn_green:before {
      background-color: #6EDB99; }
    .main-btn_green:after {
      background-image: url(../img/btn-bg-green.png); }
  .main-btn_orange:before {
    background-color: #FEA47D; }
  .main-btn_orange:after {
    background-image: url(../img/btn-bg-orange.png); }
  .main-btn_big {
    min-height: 60px;
    min-width: 260px; }
  .main-btn_m {
    margin-bottom: 30px; }
  .main-btn_sm {
    font-size: 11px; }
  .main-btn_col {
    -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;
    font-size: 11px; }
    @media (max-width: 1199px) {
      .main-btn_col {
        font-size: 10px; } }
    .main-btn_col span {
      font-family: "Estricta", sans-serif;
      font-weight: 700;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      text-transform: none; }

.main-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .main-title:after {
    position: absolute;
    bottom: -80px;
    left: 280px;
    content: attr(data-text);
    font-size: 90px;
    color: #EDEEEE;
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
    font-family: "Floripa", sans-serif; }
    @media (max-width: 767px) {
      .main-title:after {
        display: none; } }
  .main-title__num {
    position: absolute;
    top: -70px;
    left: -45px;
    overflow: hidden;
    z-index: -1;
    pointer-events: none; }
    .main-title__num span {
      margin-left: -40px;
      font-weight: 900;
      font-size: 160px;
      color: #ECF0F3;
      display: block;
      line-height: 1; }
      @supports (-webkit-text-stroke: 1px #ECF0F3) {
        .main-title__num span {
          -webkit-text-stroke: 1px #ECF0F3;
          color: transparent; } }
  .main-title__top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px; }
    .main-title__top > span {
      font-weight: 400;
      font-size: 12px;
      color: #BCCBDA;
      letter-spacing: 0.155em;
      text-transform: uppercase; }
    .main-title__top img {
      margin-right: 10px; }
      .main-title__top img:last-child {
        margin-right: 0;
        margin-left: 10px; }
  .main-title__text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Floripa", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    color: #0B969F;
    line-height: 1.2;
    width: 100%; }
    @media (max-width: 767px) {
      .main-title__text {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .main-title__text {
        font-size: 14px; } }
    .main-title__text p {
      font-size: 50px;
      color: #565F77;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .main-title__text p {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .main-title__text p {
          font-size: 20px; } }
      .main-title__text p span {
        color: #F67942; }
  .main-title_right {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; }
    .main-title_right .main-title__num {
      left: auto;
      right: -45px; }
      .main-title_right .main-title__num span {
        margin-left: 0;
        margin-right: -40px; }
    .main-title_right .main-title__text {
      text-align: right;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .main-title_page {
    margin-bottom: 25px; }
    .main-title_page .main-title__text {
      font-size: 24px; }
      @media (max-width: 480px) {
        .main-title_page .main-title__text {
          font-size: 16px; } }
      .main-title_page .main-title__text p {
        font-size: 24px; }
        @media (max-width: 480px) {
          .main-title_page .main-title__text p {
            font-size: 16px; } }
  @media (max-width: 480px) {
    .main-title_sm .main-title__text {
      font-size: 12px; } }
  .main-title_sm .main-title__text p {
    font-size: 35px; }
    @media (max-width: 767px) {
      .main-title_sm .main-title__text p {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .main-title_sm .main-title__text p {
        font-size: 14px; } }
  .main-title_center {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .main-title_center:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -moz-calc(100% - 20px);
      top: calc(100% - 20px); }
    .main-title_center .main-title__num {
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .main-title_center .main-title__num span {
        margin-left: 0; }
    .main-title_center .main-title__text {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.main-text {
  z-index: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px; }
  .main-text h3 {
    font-weight: 900;
    font-size: 18px;
    color: #1B88B5;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .main-text h4 {
    font-weight: 900;
    font-size: 18px;
    color: #565F77;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1; }
    .main-text h4 span {
      display: block;
      font-weight: 400;
      font-size: 12px;
      margin-bottom: 2px; }
  .main-text p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #6D7578;
    margin-bottom: 15px;
    line-height: 1.2; }
    .main-text p:last-child {
      margin-bottom: 0; }
    .main-text p b {
      font-weight: 700; }
    .main-text p i {
      font-weight: 500;
      font-style: italic; }
    .main-text p span {
      color: #0B969F; }
  .main-text_about {
    padding-right: 42px; }
    @media (max-width: 991px) {
      .main-text_about {
        padding-right: 0; } }
    .main-text_about img {
      float: left;
      margin-right: 5px; }

.invest {
  margin-top: -150px;
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .invest {
      margin-top: 0;
      padding-top: 100px; } }
  .invest-wrap {
    padding-left: 30px; }
    @media (max-width: 991px) {
      .invest-wrap {
        padding-left: 0; } }
  .invest-tabs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: 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: 37px; }
    .invest-tabs__title {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      max-width: 250px;
      white-space: nowrap;
      font-weight: 500;
      font-size: 10px;
      color: rgba(86, 95, 119, 0.4);
      letter-spacing: 0.155em;
      text-transform: uppercase;
      margin-bottom: 45px; }
      .invest-tabs__title:after {
        width: 100%;
        height: 1px;
        margin-left: 15px;
        content: '';
        display: inline-block;
        background-color: #EAECED; }
      .invest-tabs__title img {
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .invest-tabs__title svg {
        width: 6px;
        height: 6px;
        fill: #B4B8C3;
        margin-left: 10px; }
    .invest-tabs__item {
      width: -moz-calc(100% / 2 - 45px);
      width: calc(100% / 2 - 45px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: 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: 20px 10px 20px 54px;
      min-height: 68px;
      background-image: url(../img/invest-tabs-bg.png);
      background-repeat: repeat-x;
      background-position: 0 center;
      background-size: auto;
      cursor: pointer;
      margin-bottom: -1px; }
      @media (max-width: 1199px) {
        .invest-tabs__item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px); } }
      @media (max-width: 480px) {
        .invest-tabs__item {
          width: 100%; } }
      .invest-tabs__item:hover:before, .invest-tabs__item.active:before {
        opacity: 1; }
      .invest-tabs__item:hover:after, .invest-tabs__item.active:after {
        opacity: 0; }
      .invest-tabs__item:hover svg, .invest-tabs__item.active svg {
        stroke: #0B969F; }
      .invest-tabs__item:hover p, .invest-tabs__item:hover span, .invest-tabs__item.active p, .invest-tabs__item.active span {
        color: #0B969F; }
      .invest-tabs__item: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: -moz-calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 4px;
        z-index: -1;
        background-color: rgba(11, 150, 159, 0.1);
        content: '';
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-tabs__item:after {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 27px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 4px;
        background-color: rgba(11, 150, 159, 0.7);
        content: '';
        z-index: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-tabs__item svg {
        position: absolute;
        top: 50%;
        left: 27px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: none;
        stroke: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        stroke-width: 1px;
        width: 12px;
        height: 12px;
        z-index: 2; }
      .invest-tabs__item p {
        font-weight: 700;
        font-size: 10px;
        color: rgba(11, 150, 159, 0.7);
        letter-spacing: 0.155em;
        margin-bottom: 4px;
        text-transform: uppercase; }
      .invest-tabs__item span {
        font-family: "Floripa", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 11px;
        color: rgba(11, 150, 159, 0.7);
        line-height: 1; }
      .invest-tabs__item:nth-child(2) P, .invest-tabs__item:nth-child(2) span {
        color: rgba(20, 109, 189, 0.7); }
      .invest-tabs__item:nth-child(2):after {
        background-color: rgba(20, 109, 189, 0.7); }
      .invest-tabs__item:nth-child(2):before {
        background-color: rgba(20, 109, 189, 0.1); }
      .invest-tabs__item:nth-child(2):hover svg, .invest-tabs__item:nth-child(2).active svg {
        stroke: #146DBD; }
      .invest-tabs__item:nth-child(3) P, .invest-tabs__item:nth-child(3) span {
        color: rgba(246, 121, 66, 0.7); }
      .invest-tabs__item:nth-child(3):after {
        background-color: rgba(246, 121, 66, 0.7); }
      .invest-tabs__item:nth-child(3):before {
        background-color: rgba(246, 121, 66, 0.1); }
      .invest-tabs__item:nth-child(3):hover svg, .invest-tabs__item:nth-child(3).active svg {
        stroke: #F67942; }
      .invest-tabs__item:nth-child(4) P, .invest-tabs__item:nth-child(4) span {
        color: rgba(27, 168, 83, 0.7); }
      .invest-tabs__item:nth-child(4):after {
        background-color: rgba(27, 168, 83, 0.7); }
      .invest-tabs__item:nth-child(4):before {
        background-color: rgba(27, 168, 83, 0.1); }
      .invest-tabs__item:nth-child(4):hover svg, .invest-tabs__item:nth-child(4).active svg {
        stroke: #1BA853; }
  .invest-text {
    min-height: 303px;
    width: 100%;
    padding-top: 116px;
    padding-left: 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;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .invest-text {
        min-height: 0;
        padding-top: 0;
        padding-left: 0; } }
    @media (max-width: 575px) {
      .invest-text {
        margin-bottom: 30px; } }
    .invest-text:after {
      position: absolute;
      left: -45px;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/invest-text-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      content: '';
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .invest-text:after {
          display: none; } }
    .invest-text p {
      max-width: 330px;
      font-weight: 500;
      font-size: 16px;
      color: #565F77;
      line-height: 1.2; }
      .invest-text p b {
        font-weight: 700; }
      .invest-text p span {
        font-weight: 700;
        color: #F67942; }
      .invest-text p i {
        font-style: italic; }
  .invest-plan {
    position: relative;
    z-index: 1;
    width: 100%; }
    @media (max-width: 991px) {
      .invest-plan {
        margin-top: 0; } }
    .invest-plan:after {
      position: absolute;
      top: 0;
      right: -15px;
      width: 601px;
      height: 650px;
      background-image: url(../img/invest-plan-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      z-index: -1;
      pointer-events: none;
      content: ''; }
      @media (max-width: 1199px) {
        .invest-plan:after {
          display: none; } }
    .invest-plan__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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: -moz-calc(100% + 60px);
      width: calc(100% + 60px);
      margin-left: -45px; }
      @media (max-width: 1199px) {
        .invest-plan__list {
          width: 100%;
          margin-left: 0; } }
      @media (max-width: 575px) {
        .invest-plan__list {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .invest-plan__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      z-index: 1;
      padding: 45px 40px 30px 40px;
      min-height: 560px; }
      @media (max-width: 1199px) {
        .invest-plan__item {
          padding-left: 25px;
          padding-right: 25px;
          padding-bottom: 20px;
          padding-top: 0;
          min-height: 0;
          margin-top: 0; } }
      @media (max-width: 991px) {
        .invest-plan__item {
          margin-top: 0 !important; } }
      @media (max-width: 575px) {
        .invest-plan__item {
          width: 50%;
          padding-left: 15px;
          padding-right: 15px; }
          .invest-plan__item:last-child {
            width: 100%; } }
      .invest-plan__item:hover:before {
        opacity: 1; }
      .invest-plan__item:hover:after {
        opacity: 1; }
      .invest-plan__item:hover .invest-plan__bot {
        opacity: 1;
        pointer-events: all; }
      .invest-plan__item:hover .invest-plan__title {
        color: #98F1F6 !important; }
        @supports (-webkit-text-stroke: 1px #98F1F6) {
          .invest-plan__item:hover .invest-plan__title {
            -webkit-text-stroke: 1px #98F1F6 !important;
            color: transparent !important; } }
      .invest-plan__item:hover .invest-plan__info-item span {
        color: #fff; }
        @media (max-width: 575px) {
          .invest-plan__item:hover .invest-plan__info-item span {
            color: #565F77; } }
      .invest-plan__item:hover .invest-plan__info-item p {
        color: #98F1F6; }
        .invest-plan__item:hover .invest-plan__info-item p img {
          opacity: 0; }
        .invest-plan__item:hover .invest-plan__info-item p:after {
          opacity: 1; }
      .invest-plan__item:after {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 468px;
        z-index: -2;
        pointer-events: none;
        content: '';
        background-image: url(../img/invest-plan-hover.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 1199px) {
          .invest-plan__item:after {
            height: 358px; } }
        @media (max-width: 991px) {
          .invest-plan__item:after {
            height: 348px; } }
        @media (max-width: 767px) {
          .invest-plan__item:after {
            height: 335px; } }
        @media (max-width: 575px) {
          .invest-plan__item:after {
            display: none; } }
      .invest-plan__item:nth-child(1) {
        margin-top: 80px; }
        .invest-plan__item:nth-child(1) .invest-plan__percent span {
          color: rgba(20, 109, 189, 0.7); }
        .invest-plan__item:nth-child(1) .invest-plan__title {
          color: rgba(20, 109, 189, 0.7); }
          @supports (-webkit-text-stroke: 1px rgba(20, 109, 189, 0.7)) {
            .invest-plan__item:nth-child(1) .invest-plan__title {
              -webkit-text-stroke: 1px rgba(20, 109, 189, 0.7);
              color: transparent; } }
      .invest-plan__item:nth-child(2) {
        margin-top: 40px; }
        .invest-plan__item:nth-child(2) .invest-plan__percent span {
          color: rgba(27, 168, 83, 0.7); }
        .invest-plan__item:nth-child(2) .invest-plan__title {
          color: rgba(27, 168, 83, 0.7); }
          @supports (-webkit-text-stroke: 1px rgba(27, 168, 83, 0.7)) {
            .invest-plan__item:nth-child(2) .invest-plan__title {
              -webkit-text-stroke: 1px rgba(27, 168, 83, 0.7);
              color: transparent; } }
      .invest-plan__item .main-btn {
        margin-bottom: 14px;
        width: 100%;
        min-width: 0; }
    .invest-plan__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: 700;
      font-size: 10px;
      color: #fff; }
      @media (max-width: 575px) {
        .invest-plan__link {
          color: #565F77; } }
      .invest-plan__link:hover {
        text-decoration: underline; }
      .invest-plan__link img {
        margin-right: 7px; }
        @media (max-width: 575px) {
          .invest-plan__link img {
            -webkit-filter: invert(1);
                    filter: invert(1);
            opacity: 0.6; } }
    .invest-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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 100px; }
      @media (max-width: 1199px) {
        .invest-plan__head {
          margin-bottom: 20px; } }
    .invest-plan__percent {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .invest-plan__percent > span {
        font-weight: 900;
        font-size: 40px;
        color: #F67942; }
        .invest-plan__percent > span sub {
          font-size: 18px; }
      .invest-plan__percent p {
        padding: 2px 5px;
        border-radius: 10px;
        background-color: #B4C5D6;
        display: inline-block;
        font-weight: 900;
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.155em;
        position: relative; }
        .invest-plan__percent p span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 18px;
          height: 18px;
          font-size: 16px;
          left: -moz-calc(100% + 5px);
          left: calc(100% + 5px);
          border-radius: 50%;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #fff;
          letter-spacing: 0;
          text-align: center;
          text-transform: none;
          background-color: #F67942;
          padding-left: 1px;
          cursor: pointer; }
          .invest-plan__percent p span:hover:after {
            opacity: 1; }
          .invest-plan__percent p span:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: -moz-calc(100% + 10px);
            bottom: calc(100% + 10px);
            background-color: #fff;
            padding: 5px 10px;
            content: attr(data-text);
            font-weight: 400;
            color: #000;
            width: 140px;
            box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            opacity: 0;
            pointer-events: none;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-size: 12px; }
    .invest-plan__title {
      position: absolute;
      right: 5px;
      top: 125px;
      color: #F67942;
      font-family: "Floripa", sans-serif;
      font-weight: 400;
      font-size: 30px;
      text-transform: uppercase;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 1199px) {
        .invest-plan__title {
          top: 65px;
          right: 0;
          font-size: 26px; } }
      @supports (-webkit-text-stroke: 1px #F67942) {
        .invest-plan__title {
          -webkit-text-stroke: 1px #F67942;
          color: transparent; } }
    .invest-plan__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin-bottom: 35px; }
      @media (max-width: 1199px) {
        .invest-plan__info {
          margin-bottom: 20px; } }
      .invest-plan__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;
        background-image: url(../img/plan-info-dots.png);
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-size: auto;
        padding-bottom: 28px;
        margin-bottom: 20px; }
        @media (max-width: 1199px) {
          .invest-plan__info-item {
            padding-bottom: 20px;
            margin-bottom: 10px; } }
        .invest-plan__info-item:nth-child(1) p:after {
          background-image: url(../img/plan-info-1-active.svg); }
        .invest-plan__info-item:last-child {
          background-image: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .invest-plan__info-item p {
          padding-left: 22px;
          position: relative;
          font-weight: 500;
          font-size: 12px;
          color: #BCCBDA;
          letter-spacing: 0.155em;
          text-transform: uppercase;
          max-width: 120px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .invest-plan__info-item p img {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
          .invest-plan__info-item p:after {
            width: 20px;
            height: 20px;
            background-image: url(../img/plan-info-2-active.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: auto;
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            opacity: 0;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
        .invest-plan__info-item span {
          font-weight: 900;
          font-size: 20px;
          color: #565F77;
          margin-bottom: 6px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 1199px) {
            .invest-plan__info-item span {
              margin-bottom: 4px; } }
    .invest-plan__bot {
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      pointer-events: none;
      width: 100%; }
      @media (max-width: 575px) {
        .invest-plan__bot {
          opacity: 1;
          pointer-events: all; } }
    .invest-plan__icon {
      margin-left: 5px;
      margin-top: -5px; }
      @media (max-width: 991px) {
        .invest-plan__icon {
          margin-top: 0; } }
  .invest-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 25px;
    padding-right: 65px;
    z-index: 10;
    position: relative; }
    @media (max-width: 1199px) {
      .invest-nav {
        padding-left: 60px; } }
    @media (max-width: 991px) {
      .invest-nav {
        padding: 0 40px;
        margin: 30px 0; } }
    .invest-nav__arrow {
      width: 50px;
      height: 50px;
      background-image: url(../img/invest-plan-arrow.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .invest-nav__arrow.prev {
        -webkit-transform: translateY(70px) rotate(90deg);
           -moz-transform: translateY(70px) rotate(90deg);
            -ms-transform: translateY(70px) rotate(90deg);
                transform: translateY(70px) rotate(90deg); }
        @media (max-width: 1199px) {
          .invest-nav__arrow.prev {
            -webkit-transform: translateY(40px) rotate(90deg);
               -moz-transform: translateY(40px) rotate(90deg);
                -ms-transform: translateY(40px) rotate(90deg);
                    transform: translateY(40px) rotate(90deg); } }
        @media (max-width: 991px) {
          .invest-nav__arrow.prev {
            -webkit-transform: translateY(0) rotate(90deg);
               -moz-transform: translateY(0) rotate(90deg);
                -ms-transform: translateY(0) rotate(90deg);
                    transform: translateY(0) rotate(90deg); } }
        .invest-nav__arrow.prev:hover {
          -webkit-transform: translateY(70px) rotate(90deg) scale(1.1);
             -moz-transform: translateY(70px) rotate(90deg) scale(1.1);
              -ms-transform: translateY(70px) rotate(90deg) scale(1.1);
                  transform: translateY(70px) rotate(90deg) scale(1.1); }
          @media (max-width: 1199px) {
            .invest-nav__arrow.prev:hover {
              -webkit-transform: translateY(40px) rotate(90deg) scale(1.1);
                 -moz-transform: translateY(40px) rotate(90deg) scale(1.1);
                  -ms-transform: translateY(40px) rotate(90deg) scale(1.1);
                      transform: translateY(40px) rotate(90deg) scale(1.1); } }
          @media (max-width: 991px) {
            .invest-nav__arrow.prev:hover {
              -webkit-transform: translateY(0) rotate(90deg) scale(1.1);
                 -moz-transform: translateY(0) rotate(90deg) scale(1.1);
                  -ms-transform: translateY(0) rotate(90deg) scale(1.1);
                      transform: translateY(0) rotate(90deg) scale(1.1); } }
      .invest-nav__arrow.next {
        -webkit-transform: translateY(-10px) rotate(-90deg);
           -moz-transform: translateY(-10px) rotate(-90deg);
            -ms-transform: translateY(-10px) rotate(-90deg);
                transform: translateY(-10px) rotate(-90deg); }
        @media (max-width: 1199px) {
          .invest-nav__arrow.next {
            -webkit-transform: translateY(-20px) rotate(-90deg);
               -moz-transform: translateY(-20px) rotate(-90deg);
                -ms-transform: translateY(-20px) rotate(-90deg);
                    transform: translateY(-20px) rotate(-90deg); } }
        @media (max-width: 991px) {
          .invest-nav__arrow.next {
            -webkit-transform: translateY(0) rotate(-90deg);
               -moz-transform: translateY(0) rotate(-90deg);
                -ms-transform: translateY(0) rotate(-90deg);
                    transform: translateY(0) rotate(-90deg); } }
        .invest-nav__arrow.next:hover {
          -webkit-transform: translateY(-10px) rotate(-90deg) scale(1.1);
             -moz-transform: translateY(-10px) rotate(-90deg) scale(1.1);
              -ms-transform: translateY(-10px) rotate(-90deg) scale(1.1);
                  transform: translateY(-10px) rotate(-90deg) scale(1.1); }
          @media (max-width: 1199px) {
            .invest-nav__arrow.next:hover {
              -webkit-transform: translateY(-20px) rotate(-90deg) scale(1.1);
                 -moz-transform: translateY(-20px) rotate(-90deg) scale(1.1);
                  -ms-transform: translateY(-20px) rotate(-90deg) scale(1.1);
                      transform: translateY(-20px) rotate(-90deg) scale(1.1); } }
          @media (max-width: 991px) {
            .invest-nav__arrow.next:hover {
              -webkit-transform: translateY(0) rotate(-90deg) scale(1.1);
                 -moz-transform: translateY(0) rotate(-90deg) scale(1.1);
                  -ms-transform: translateY(0) rotate(-90deg) scale(1.1);
                      transform: translateY(0) rotate(-90deg) scale(1.1); } }

.about {
  min-height: 1296px;
  background-image: url(../img/about-bg.png);
  padding-top: 211px;
  margin-top: -322px;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 380px; }
  @media (max-width: 1800px) {
    .about {
      padding-top: 20px;
      margin-top: -120px;
      min-height: 800px; } }
  @media (max-width: 1199px) {
    .about {
      background-size: cover;
      margin-top: 0; } }
  @media (max-width: 991px) {
    .about {
      background-image: none;
      padding-top: 0;
      min-height: 0; } }
  .about .main-title:after {
    top: 210px;
    right: auto;
    left: -374px; }
  .about-note {
    font-weight: 900;
    font-size: 18px;
    color: #6D7578;
    font-style: italic;
    margin-bottom: 85px; }
    @media (max-width: 575px) {
      .about-note {
        margin-bottom: 40px; } }
  .about-text {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
    max-width: 216px; }
    @media (max-width: 575px) {
      .about-text {
        max-width: 100%;
        margin-bottom: 20px; } }
    .about-text p {
      font-weight: 400;
      font-size: 16px;
      color: #6D7578;
      line-height: 1.2;
      margin-bottom: 15px; }
      .about-text p:last-child {
        margin-bottom: 0; }
      .about-text p b {
        font-weight: 700; }
      .about-text p span {
        color: #0B969F; }
    .about-text_icon {
      padding-top: 80px; }
      .about-text_icon:after {
        width: 35px;
        height: 44px;
        background-image: url(../img/about-text-arrow.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
    .about-text_m {
      padding-top: 60px; }
      @media (max-width: 767px) {
        .about-text_m {
          padding-top: 0; } }
  .about-video {
    padding-right: 25px;
    padding-top: 117px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
    @media (max-width: 991px) {
      .about-video {
        padding-top: 0;
        padding-right: 0;
        margin-top: -100px;
        pointer-events: none;
        z-index: 3;
        position: relative; } }
    @media (max-width: 480px) {
      .about-video {
        margin-top: 0;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .about-video a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: right;
      min-height: 215px;
      background-image: url(../img/about-video-bg.svg);
      background-repeat: no-repeat;
      background-position: right center;
      pointer-events: all;
      min-width: 176px;
      padding-right: 39px;
      text-decoration: none;
      padding-top: 35px; }
      .about-video a:hover p span {
        color: #F67942; }
      .about-video a:hover > svg {
        stroke: #F67942; }
      .about-video a > svg {
        width: 11px;
        height: 11px;
        fill: none;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        stroke: #C7D3DC;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .about-video a p {
        font-family: "Floripa", sans-serif;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        color: #F67942;
        margin-bottom: 18px; }
        .about-video a p span {
          color: #565F77;
          display: block;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .about-video__head {
      max-width: 85px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-weight: 400;
      font-size: 10px;
      color: #BCCBDA;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      margin-bottom: 20px; }
      .about-video__head img {
        margin-left: 20px; }
  .about-page-box-1 {
    padding-right: 45px;
    margin-top: -30px;
    margin-bottom: 20px; }
    .about-page-box-1 .main-text {
      margin-bottom: 20px; }
    @media (max-width: 991px) {
      .about-page-box-1 {
        padding-right: 0;
        margin-top: 0; } }
  .about-page-box-2 {
    margin-top: 30px;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .about-page-box-2 {
        margin-top: 0;
        padding-left: 0; } }
  .about-page-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-left: 50px;
    margin-bottom: 60px;
    padding-right: 45px;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      .about-page-info {
        margin-top: 0;
        margin-bottom: 30px; } }
    .about-page-info img {
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .about-page-info h3 {
      font-weight: 900;
      font-size: 14px;
      color: #565F77;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .about-page-info p {
      font-weight: 400;
      font-size: 13px;
      color: #6D7578;
      line-height: 1.2; }
    .about-page-info-2 {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 24px; }
      .about-page-info-2 p {
        position: relative;
        padding-left: 36px;
        font-weight: 700;
        font-size: 12px;
        color: #6D7578;
        line-height: 1.1;
        margin-bottom: 24px; }
        .about-page-info-2 p:last-child {
          margin-bottom: 0; }
        .about-page-info-2 p:after {
          position: absolute;
          width: 17px;
          height: 17px;
          top: -7px;
          left: 0;
          background-image: url(../img/about-page-dots.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          content: ''; }
  .about-page-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    .about-page-list p {
      position: relative;
      padding-left: 53px;
      margin-bottom: 18px;
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      line-height: 1.2; }
      .about-page-list p:last-child {
        margin-bottom: 0; }
      .about-page-list p span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 32px;
        height: 32px;
        background-color: #F6F6F7;
        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 #E9EBEC;
        font-weight: 900;
        font-size: 12px;
        color: #565F77; }
  .about-page-stat {
    position: relative;
    z-index: 1;
    min-height: 460px;
    padding-right: 50px;
    margin-top: -195px;
    pointer-events: none; }
    @media (max-width: 991px) {
      .about-page-stat {
        margin-top: -150px; } }
    @media (max-width: 767px) {
      .about-page-stat {
        margin-top: 0;
        min-height: 0;
        padding-right: 0; } }
    .about-page-stat * {
      pointer-events: none; }
    .about-page-stat:after {
      position: absolute;
      left: -45px;
      bottom: 0;
      pointer-events: none;
      width: 1088px;
      height: 540px;
      background-image: url(../img/about-stat-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      z-index: -1;
      content: ''; }
      @media (max-width: 1199px) {
        .about-page-stat:after {
          left: -165px; } }
      @media (max-width: 767px) {
        .about-page-stat:after {
          display: none; } }
    .about-page-stat .header-stat {
      padding-top: 0; }
      @media (max-width: 1199px) {
        .about-page-stat .header-stat {
          padding-left: 0; } }
      .about-page-stat .header-stat__item {
        margin-top: 0;
        padding-left: 20px; }
        @media (max-width: 1199px) {
          .about-page-stat .header-stat__item {
            padding-left: 0; } }
        @media (max-width: 767px) {
          .about-page-stat .header-stat__item {
            margin-top: 0 !important;
            margin-left: 0 !important; } }
        .about-page-stat .header-stat__item:nth-child(1) {
          margin-top: 300px; }
          @media (max-width: 1199px) {
            .about-page-stat .header-stat__item:nth-child(1) {
              margin-top: 280px; } }
        .about-page-stat .header-stat__item:nth-child(2) {
          margin-top: 220px; }
          @media (max-width: 1199px) {
            .about-page-stat .header-stat__item:nth-child(2) {
              margin-left: -50px; } }
        @media (max-width: 767px) {
          .about-page-stat .header-stat__item span {
            color: #0B969F; } }
        @media (max-width: 767px) {
          .about-page-stat .header-stat__item p {
            color: #565F77; } }
  .about-page-quote {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    margin-bottom: 60px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      .about-page-quote {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .about-page-quote {
        margin-bottom: 30px; } }
    .about-page-quote:after {
      width: 4px;
      height: 121px;
      background-image: url(../img/about-page-dots-2.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 16px; }
    .about-page-quote img {
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      height: 35px; }
    .about-page-quote p {
      font-weight: 400;
      font-style: italic;
      color: #6D7578;
      font-size: 30px;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .about-page-quote p {
          font-size: 20px; } }
    .about-page-quote h3 {
      font-weight: 500;
      font-size: 10px;
      color: rgba(86, 95, 119, 0.4);
      margin-bottom: 5px;
      letter-spacing: 0.155em;
      text-transform: uppercase; }
      .about-page-quote h3 span {
        font-weight: 700; }
    .about-page-quote i {
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      color: #565F77; }
  .about-page-title {
    white-space: nowrap;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    font-weight: 500;
    font-size: 10px;
    color: rgba(86, 95, 119, 0.4);
    letter-spacing: 0.155em;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .about-page-title:after {
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #EAECED;
      margin-left: 14px;
      content: ''; }
  .about-page-num {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 30px;
    margin-left: -30px;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    background-image: url("../img/about-page-bg-dots.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 300px;
    border-top: 1px solid #EAECED;
    border-bottom: 1px solid #EAECED;
    margin-top: 5px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .about-page-num {
        margin-left: -15px;
        max-width: -moz-calc(100% + 30px);
        max-width: calc(100% + 30px); } }
    .about-page-num > img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(100% - 51px);
      left: calc(100% - 51px);
      pointer-events: none; }
      @media (max-width: 480px) {
        .about-page-num > img {
          display: none; } }
    .about-page-num p {
      font-weight: 500;
      font-size: 10px;
      color: #565F77;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      margin-bottom: 4px; }
    .about-page-num span {
      letter-spacing: 0.23em;
      font-weight: 900;
      font-size: 24px;
      color: #2CC067; }
  .about-cert {
    min-height: 654px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 100px 40px;
    position: relative;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    background-image: url(../img/about-cert-bg.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 300px;
    margin: 0 auto 30px auto; }
    .about-cert__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 500;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      letter-spacing: 0.155em;
      margin-bottom: 25px; }
      .about-cert__title svg {
        width: 27px;
        height: 27px;
        margin-right: 20px;
        fill: #000;
        opacity: 0.2; }
    .about-cert > p {
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      line-height: 1.2;
      width: 100%;
      margin-bottom: 20px; }
      .about-cert > p:last-child {
        margin-bottom: 0; }
    .about-cert__view {
      position: absolute;
      right: 43px;
      bottom: 78px;
      padding-bottom: 73px;
      cursor: pointer;
      text-decoration: none; }
      .about-cert__view:hover span {
        color: #fff; }
      .about-cert__view:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        width: 42px;
        height: 42px;
        z-index: 1;
        content: ''; }
      .about-cert__view svg {
        position: absolute;
        left: 50%;
        bottom: 21px;
        -webkit-transform: translate(-50%, 50%);
           -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        fill: #fff;
        width: 18px;
        height: 18px; }
      .about-cert__view span {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
            -ms-transform: scale(-1);
                transform: scale(-1);
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.155em;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .about-cert__img {
      pointer-events: none;
      position: absolute;
      top: 130px;
      left: -moz-calc(50% - 70px);
      left: calc(50% - 70px);
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .about-cert__img img {
        pointer-events: none; }

.cert {
  margin-top: -440px;
  position: relative;
  z-index: 2; }
  @media (max-width: 575px) {
    .cert {
      margin-top: -360px; } }
  .cert-wrap {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    width: 100%;
    padding-right: 103px;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .cert-wrap {
        padding-top: 130px; } }
    @media (max-width: 991px) {
      .cert-wrap {
        padding-top: 170px; } }
    @media (max-width: 767px) {
      .cert-wrap {
        padding-top: 115px; } }
    @media (max-width: 480px) {
      .cert-wrap {
        padding-top: 100px; } }
    .cert-wrap:after {
      width: 1028px;
      height: 695px;
      background-image: url(../img/cert-bg.png);
      background-repeat: no-repeat;
      background-position: right 0;
      content: '';
      position: absolute;
      top: 0;
      right: 12px;
      z-index: -2;
      pointer-events: none; }
  .cert-img {
    position: absolute;
    top: 0;
    right: -176px;
    top: -130px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 480px) {
      .cert-img {
        top: 0;
        right: 0; } }
    .cert-img > img {
      pointer-events: none; }
      @media (max-width: 480px) {
        .cert-img > img {
          display: none; } }
    .cert-img__icon {
      pointer-events: all;
      width: 42px;
      height: 42px;
      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(26, 135, 181, 0.1);
      position: absolute;
      z-index: 2;
      top: 280px;
      right: 280px; }
      @media (max-width: 480px) {
        .cert-img__icon {
          background-color: rgba(255, 255, 255, 0.2);
          top: 20px;
          right: 25px; } }
      .cert-img__icon:hover {
        background-color: rgba(246, 121, 66, 0.1); }
        .cert-img__icon:hover svg {
          fill: #F67942; }
      .cert-img__icon svg {
        width: 18px;
        height: 18px;
        fill: #1A87B5;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 480px) {
          .cert-img__icon svg {
            fill: #fff; } }
  .cert-sub {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.155em;
    margin-bottom: 18px; }
    .cert-sub img {
      margin-left: 14px; }
  .cert-title {
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    max-width: 270px;
    margin-bottom: 24px; }
    @media (max-width: 480px) {
      .cert-title {
        font-size: 24px;
        margin-bottom: 15px; } }
  .cert-logo {
    position: absolute;
    top: 150px;
    right: 160px;
    z-index: -1;
    pointer-events: none; }
  .cert .main-text p {
    color: #fff; }
    @media (max-width: 480px) {
      .cert .main-text p {
        font-size: 12px; } }
  .cert-num {
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    top: 0;
    right: 12px;
    width: 68px;
    min-height: 410px; }
    .cert-num > span {
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      font-weight: 900;
      font-size: 24px;
      color: rgba(0, 0, 0, 0.3);
      letter-spacing: 0.155em; }
    .cert-num 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: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 500;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.2);
      letter-spacing: 0.155em;
      text-transform: uppercase;
      margin-top: 30px; }
      .cert-num p img {
        opacity: 0.15;
        margin-top: 20px; }
      .cert-num p span {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
            -ms-transform: scale(-1);
                transform: scale(-1);
        max-height: 60px; }

.wallets {
  margin-top: -120px;
  position: relative;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .wallets {
      display: none; } }
  .wallets-slider {
    position: relative;
    width: 100%; }
    .wallets-slider:after {
      position: absolute;
      left: 50%;
      bottom: 40px;
      width: -moz-calc(100% + 118px);
      width: calc(100% + 118px);
      -webkit-transform-origin: 50% 50%;
         -moz-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.03);
      content: '';
      -webkit-transform: translateX(-50%) rotate(-11.56deg);
         -moz-transform: translateX(-50%) rotate(-11.56deg);
          -ms-transform: translateX(-50%) rotate(-11.56deg);
              transform: translateX(-50%) rotate(-11.56deg); }
    .wallets-slider .swiper {
      min-height: 220px;
      position: relative; }
      @media (max-width: 1199px) {
        .wallets-slider .swiper {
          min-height: 180px; } }
      .wallets-slider .swiper-slide {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-top: 0; }
        .wallets-slider .swiper-slide-active {
          margin-top: 180px; }
          @media (max-width: 1199px) {
            .wallets-slider .swiper-slide-active {
              margin-top: 120px; } }
        .wallets-slider .swiper-slide-next {
          margin-top: 120px; }
          @media (max-width: 1199px) {
            .wallets-slider .swiper-slide-next {
              margin-top: 80px; } }
        .wallets-slider .swiper-slide-next + .swiper-slide {
          margin-top: 60px; }
          @media (max-width: 1199px) {
            .wallets-slider .swiper-slide-next + .swiper-slide {
              margin-top: 40px; } }
      .wallets-slider .swiper-button-prev, .wallets-slider .swiper-button-next {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin: 0;
        -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;
        outline: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: 1px solid #E9EBEC;
        background-color: #F6F6F7;
        top: 54%; }
        .wallets-slider .swiper-button-prev:hover svg, .wallets-slider .swiper-button-next:hover svg {
          fill: #565F77; }
        .wallets-slider .swiper-button-prev:before, .wallets-slider .swiper-button-next:before {
          background-color: #fff;
          box-shadow: 0px 6px 20px rgba(180, 197, 214, 0.19);
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 1;
          content: '';
          width: -moz-calc(100% - 14px);
          width: calc(100% - 14px);
          height: -moz-calc(100% - 14px);
          height: calc(100% - 14px);
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .wallets-slider .swiper-button-prev svg, .wallets-slider .swiper-button-next svg {
          z-index: 2;
          position: relative;
          width: 10px;
          height: 10px;
          fill: #B4C5D6;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .wallets-slider .swiper-button-prev {
        left: 23%;
        bottom: -44px;
        top: auto;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        @media (max-width: 1199px) {
          .wallets-slider .swiper-button-prev {
            left: 18%; } }
        .wallets-slider .swiper-button-prev svg {
          margin-left: -2px; }
      .wallets-slider .swiper-button-next {
        left: 77.2%; }
        @media (max-width: 1199px) {
          .wallets-slider .swiper-button-next {
            left: 82.4%;
            top: 43%; } }
        .wallets-slider .swiper-button-next svg {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          margin-right: -2px; }
  .wallets-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; }
  .wallets_about {
    margin-top: -170px;
    margin-bottom: -130px; }
    @media (max-width: 1199px) {
      .wallets_about {
        margin-top: -150px; } }
    .wallets_about .swiper-button-prev {
      left: 31.3%;
      bottom: -14px; }
    .wallets_about .swiper-button-next {
      top: 68%;
      left: 67.2%; }
    .wallets_about .wallets-slider:after {
      width: -moz-calc(100% + 98px);
      width: calc(100% + 98px); }

.refs {
  margin-top: -80px;
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .refs {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .refs-bg {
    position: relative;
    z-index: 1; }
    .refs-bg:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -448px;
      background-image: url("../img/refs-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-size: auto;
      height: 1591px;
      content: '';
      min-width: 1920px;
      width: 100%;
      pointer-events: none;
      z-index: -1; }
  .refs-arrow {
    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;
    margin-bottom: 40px; }
    .refs-arrow img {
      max-width: 100%; }
  .refs .main-text {
    max-width: 213px; }
    @media (max-width: 1199px) {
      .refs .main-text {
        max-width: 100%; } }
  .refs-right {
    text-align: 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; }
    .refs-right .refs-arrow {
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .refs-right .refs-arrow img {
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
  .refs-lvl {
    background-image: url(../img/refs-img.png);
    background-repeat: no-repeat;
    background-position: center 70px;
    background-size: auto auto;
    min-height: 435px; }
    @media (max-width: 1199px) {
      .refs-lvl {
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .refs-lvl {
        background-image: none;
        min-height: 0; } }
    .refs-lvl__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;
      font-weight: 400;
      font-size: 12px;
      color: #565F77;
      letter-spacing: 0.155em;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 130px; }
      @media (max-width: 480px) {
        .refs-lvl__title {
          margin-bottom: 30px; } }
      .refs-lvl__title span {
        font-weight: 900;
        font-size: 18px; }
        @media (max-width: 480px) {
          .refs-lvl__title span {
            font-size: 14px; } }
      .refs-lvl__title_right {
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right;
        padding-right: 30px; }
        .refs-lvl__title_right img {
          position: absolute;
          right: 0;
          bottom: 4px; }
    .refs-lvl__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;
      padding-top: 5px; }
      .refs-lvl__list_right {
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right; }
        .refs-lvl__list_right .refs-lvl__item:after {
          right: auto;
          left: -moz-calc(100% + 20px);
          left: calc(100% + 20px);
          -webkit-transform: translateY(-50%) scaleX(-1);
             -moz-transform: translateY(-50%) scaleX(-1);
              -ms-transform: translateY(-50%) scaleX(-1);
                  transform: translateY(-50%) scaleX(-1); }
    .refs-lvl__item {
      font-weight: 900;
      font-size: 30px;
      color: #1BA853;
      margin-bottom: 31px;
      position: relative; }
      .refs-lvl__item img {
        margin: 0 10px 0px 10px;
        height: 22px; }
      .refs-lvl__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 30px;
        background-image: url(../img/refs-arrow-1.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        content: '';
        background-size: 100% 100%;
        right: -moz-calc(100% + 20px);
        right: calc(100% + 20px); }
      .refs-lvl__item span {
        font-size: 16px; }
      .refs-lvl__item:nth-child(2) {
        color: #0B969F; }
        .refs-lvl__item:nth-child(2):after {
          background-image: url(../img/refs-arrow-2.svg); }
      .refs-lvl__item:nth-child(3) {
        color: #1C88B5; }
        .refs-lvl__item:nth-child(3):after {
          background-image: url(../img/refs-arrow-3.svg); }
      .refs-lvl__item:nth-child(4) {
        color: #C2CDD5; }
        .refs-lvl__item:nth-child(4):after {
          background-image: url(../img/refs-arrow-4.svg); }
  .refs-img {
    margin-top: -50px;
    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: 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; }
    .refs-img img {
      max-width: 100%; }

.why {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: -30px; }
  @media (max-width: 991px) {
    .why {
      margin-top: 0; } }
  .why:after {
    width: 100%;
    max-width: 1920px;
    height: 1397px;
    background-image: url("../img/why-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center top;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -255px;
    z-index: -1;
    pointer-events: none;
    content: ''; }
    @media (max-width: 991px) {
      .why:after {
        display: none; } }
  .why-text {
    z-index: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .why-text {
        margin-bottom: 20px; } }
    .why-text h3 {
      font-weight: 900;
      font-size: 18px;
      color: #1B88B5;
      text-transform: uppercase;
      margin-bottom: 13px; }
      .why-text h3 span {
        color: #26B961; }
    .why-text p {
      width: 100%;
      font-weight: 400;
      font-size: 14px;
      color: #6D7578;
      margin-bottom: 15px;
      line-height: 1.2; }
      .why-text p:last-child {
        margin-bottom: 0; }
      .why-text p b {
        font-weight: 700; }
      .why-text p i {
        font-style: italic; }
    .why-text-2 {
      font-weight: 400;
      font-size: 16px;
      color: #6D7578;
      line-height: 1.2;
      padding-bottom: 36px;
      margin-bottom: 30px;
      background-image: url(../img/plan-info-dots.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: auto;
      max-width: 200px; }
      @media (max-width: 575px) {
        .why-text-2 {
          max-width: 100%;
          padding-bottom: 26px;
          margin-bottom: 20px; } }
    .why-text-3 {
      margin-bottom: 40px;
      font-weight: 900;
      font-size: 12px;
      color: #6D7578;
      line-height: 1.2;
      max-width: 200px; }
      @media (max-width: 575px) {
        .why-text-3 {
          max-width: 100%; } }
  .why-percent {
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 378px;
    z-index: 1;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .why-percent {
        margin-top: 0; } }
    .why-percent: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: 378px;
      height: 378px;
      z-index: -1;
      pointer-events: none;
      background-image: url(../img/why-percent-bg-1.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% 100%;
      content: ''; }
    .why-percent__icon {
      position: absolute;
      top: 20px;
      left: -moz-calc(50% - 60px);
      left: calc(50% - 60px);
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .why-percent__box {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -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; }
      .why-percent__box > img {
        position: absolute;
        top: -15px;
        left: -11px; }
      .why-percent__box > span {
        font-weight: 900;
        font-size: 80px;
        color: #1B88B5;
        line-height: 1; }
      .why-percent__box 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: 900;
        font-size: 16px;
        color: #565F77;
        margin-bottom: -6px;
        letter-spacing: 0.155em; }
        .why-percent__box p > span {
          font-size: 10px;
          text-transform: uppercase;
          color: #1B88B5;
          margin-bottom: 3px; }
        .why-percent__box p sub {
          font-weight: 900;
          font-size: 30px;
          margin: 0;
          line-height: 1;
          color: #1B88B5;
          position: relative;
          top: auto;
          bottom: auto; }
    .why-percent_2 {
      margin-top: -60px; }
      @media (max-width: 991px) {
        .why-percent_2 {
          margin-top: 0; } }
      .why-percent_2:after {
        background-image: url(../img/why-percent-bg-2.png); }
      .why-percent_2 .why-percent__icon {
        top: auto;
        bottom: 20px;
        left: -moz-calc(50% + 60px);
        left: calc(50% + 60px); }
      .why-percent_2 .why-percent__box > img {
        top: auto;
        bottom: -20px;
        left: -30px; }
      .why-percent_2 .why-percent__box > span {
        color: #26B961; }
      .why-percent_2 .why-percent__box p span, .why-percent_2 .why-percent__box p sub {
        color: #26B961; }
  .why-box-top {
    padding-top: 60px;
    padding-left: 40px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .why-box-top {
        padding-left: 0;
        padding-top: 0; } }
  .why-box-bot {
    padding-top: 100px;
    margin-left: -65px;
    width: -moz-calc(100% + 65px);
    width: calc(100% + 65px); }
    @media (max-width: 991px) {
      .why-box-bot {
        width: 100%;
        margin-left: 0;
        padding-top: 0; } }
  .why-list {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 575px) {
      .why-list {
        margin-bottom: 20px; } }
    .why-list__item {
      margin-bottom: 35px;
      position: relative;
      padding-left: 53px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575px) {
        .why-list__item {
          margin-bottom: 20px; } }
      .why-list__item:before {
        position: absolute;
        left: 16px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 50%;
        height: -moz-calc(100% + 35px);
        height: calc(100% + 35px);
        width: 1px;
        background-color: #E9EBEC;
        content: '';
        z-index: 1; }
      .why-list__item:after {
        z-index: 2;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        content: attr(data-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;
        border: 1px solid #E9EBEC;
        background-color: #F6F6F7;
        font-weight: 900;
        font-size: 16px;
        color: #565F77; }
      .why-list__item:last-child {
        margin-bottom: 0; }
        .why-list__item:last-child:before {
          display: none; }
      .why-list__item h3 {
        font-weight: 900;
        font-size: 12px;
        color: #565F77;
        letter-spacing: 0.155em;
        margin-bottom: 7px;
        text-transform: uppercase; }
      .why-list__item p {
        font-weight: 400;
        font-size: 12px;
        color: #6D7578;
        line-height: 1.2; }
  .why-bot {
    margin-top: -60px; }
    @media (max-width: 991px) {
      .why-bot {
        margin-top: 20px; } }
  .why-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #0B969F;
    text-transform: uppercase;
    max-width: 200px;
    margin-bottom: 30px;
    position: relative; }
    .why-title:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 43px);
      right: calc(100% + 43px);
      width: 3px;
      height: 65px;
      background-color: #0B969F;
      content: ''; }
    .why-title img {
      margin-right: 20px; }
  .why-rate {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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/why-rate-dots.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto auto;
    margin-bottom: 20px; }
    .why-rate__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: 60px; }
      .why-rate__item:last-child {
        margin-bottom: 0; }
      .why-rate__item p {
        max-width: 87px;
        width: 100%;
        margin-right: 27px;
        font-weight: 500;
        font-size: 12px;
        color: #565F77;
        letter-spacing: 0.155em;
        text-transform: uppercase;
        line-height: 1.2; }
      .why-rate__item span {
        font-weight: 900;
        font-size: 16px;
        color: #26B961; }
    .why-rate__people {
      max-width: 109px;
      width: 100%;
      margin-right: 18px; }
      .why-rate__people img {
        max-width: 100%; }
    .why-rate__arrow {
      max-width: 25px;
      width: 100%;
      margin-right: 20px; }
      .why-rate__arrow img {
        max-width: 100%; }

.partners {
  position: relative;
  z-index: 2;
  padding-top: 35px; }
  @media (max-width: 991px) {
    .partners {
      padding-top: 0; } }
  .partners-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 12px;
    color: rgba(86, 95, 119, 0.3);
    letter-spacing: 0.155em;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .partners-title {
        margin-bottom: 40px; } }
    .partners-title:after {
      width: 94px;
      height: 1px;
      background-color: #EAECED;
      content: '';
      display: inline-block;
      margin-left: 13px; }
    .partners-title img {
      margin-right: 13px; }
  .partners-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;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .partners-item {
        margin-bottom: 40px; } }
    .partners-item img {
      max-width: 100%; }

.project {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 93px;
  margin-bottom: 150px; }
  .project:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    max-width: 1427px;
    width: 100%;
    min-height: 543px;
    background-image: url("../img/project-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    z-index: -1;
    pointer-events: none; }
  .project .main-title {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 50px;
    width: 100%; }
    @media (max-width: 575px) {
      .project .main-title {
        margin-bottom: 30px; } }
    .project .main-title__num {
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0.1; }
      .project .main-title__num span {
        margin-left: 0; }
    .project .main-title__text {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #F67942;
      font-size: 20px;
      max-width: 726px; }
      @media (max-width: 575px) {
        .project .main-title__text {
          font-size: 12px; } }
      .project .main-title__text p {
        font-size: 21px;
        color: #fff; }
        @media (max-width: 575px) {
          .project .main-title__text p {
            font-size: 14px; } }
  .project-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 45px; }
    .project-nav .swiper-button-prev, .project-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;
      margin: 0 18px;
      -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;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.1);
      width: 42px;
      height: 42px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .project-nav .swiper-button-prev:hover svg, .project-nav .swiper-button-next:hover svg {
        opacity: 1; }
      .project-nav .swiper-button-prev svg, .project-nav .swiper-button-next svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0.2; }
    .project-nav .swiper-button-prev svg {
      -webkit-transform: translate(0, 0) rotate(90deg);
         -moz-transform: translate(0, 0) rotate(90deg);
          -ms-transform: translate(0, 0) rotate(90deg);
              transform: translate(0, 0) rotate(90deg);
      margin-left: -3px;
      margin-top: -2px; }
    .project-nav .swiper-button-next svg {
      -webkit-transform: translate(0, 0) rotate(-90deg);
         -moz-transform: translate(0, 0) rotate(-90deg);
          -ms-transform: translate(0, 0) rotate(-90deg);
              transform: translate(0, 0) rotate(-90deg);
      margin-right: -3px;
      margin-bottom: -2px; }
    .project-nav .swiper-pagination {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      margin: 0;
      width: auto;
      font-weight: 500;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.37);
      letter-spacing: 0.155em;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      min-width: 46px;
      text-align: center; }
      .project-nav .swiper-pagination .total {
        font-size: 18px;
        color: #F67942;
        font-weight: 900; }
  .project-slider {
    margin-bottom: -100px; }
  .project-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4px 28px 48px 28px;
    width: 100%;
    background-image: url(../img/project-item-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    max-width: 209px;
    min-height: 293px; }
    @media (max-width: 480px) {
      .project-item {
        margin: 0 auto; } }
    .project-item_2 {
      background-image: url(../img/project-item-bg-2.png); }
    .project-item_3 {
      background-image: url(../img/project-item-bg-3.png); }
    .project-item_4 {
      background-image: url(../img/project-item-bg-4.png); }
    .project-item__icon {
      width: 50px;
      height: 55px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-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/project-icon-bg.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% 100%;
      margin-bottom: 15px; }
      .project-item__icon img {
        max-width: 24px; }
    .project-item__head {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 18px;
      margin-bottom: 18px;
      background-image: url(../img/project-dots.png);
      background-repeat: repeat-x;
      background-position: 0 100%;
      background-size: auto;
      width: 100%;
      font-weight: 500;
      font-size: 10px;
      color: #6ED3E9;
      letter-spacing: 0.155em;
      text-transform: uppercase; }
      .project-item__head span {
        letter-spacing: 0;
        font-weight: 900;
        font-size: 16px;
        color: #fff; }
    .project-item__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin-bottom: 30px; }
      .project-item__info-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: 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%;
        margin-bottom: 13px; }
        .project-item__info-item:last-child {
          margin-bottom: 0; }
        .project-item__info-item p {
          font-weight: 500;
          font-size: 10px;
          color: #6ED3E9;
          text-transform: uppercase;
          letter-spacing: 0.155em; }
        .project-item__info-item span {
          font-weight: 900;
          font-size: 14px;
          color: #fff;
          text-align: right; }
    .project-item__val {
      font-weight: 900;
      font-size: 20px;
      color: #2ADC72; }

.team {
  padding: 30px 0; }
  .team-hero {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .team-hero {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    .team-hero__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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-left: 193px;
      min-height: 160px; }
      @media (max-width: 480px) {
        .team-hero__item {
          padding-left: 90px;
          min-height: 70px; } }
      .team-hero__item h3 {
        font-family: "Floripa", sans-serif;
        font-weight: 400;
        margin-bottom: 10px;
        color: #565F77;
        text-transform: uppercase;
        font-size: 15px; }
        @media (max-width: 480px) {
          .team-hero__item h3 {
            font-size: 12px;
            margin-bottom: 5px; } }
      .team-hero__item p {
        font-weight: 700;
        font-size: 10px;
        color: #565F77;
        text-transform: uppercase;
        letter-spacing: 0.155em; }
    .team-hero__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #565F77; }
      @media (max-width: 480px) {
        .team-hero__img {
          width: 70px;
          height: 70px; } }
      .team-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
  .team-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px; }
    .team-nav:before {
      width: 100%;
      margin-right: 30px;
      height: 1px;
      background-color: #EAECED;
      display: inline-block;
      content: ''; }
    .team-nav .swiper-button-prev, .team-nav .swiper-button-next {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      margin: 0;
      outline: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 42px;
      height: 42px;
      min-width: 42px;
      border: 1px solid rgba(86, 95, 119, 0.1);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      margin-right: 13px; }
      .team-nav .swiper-button-prev:hover svg, .team-nav .swiper-button-next:hover svg {
        opacity: 1; }
      .team-nav .swiper-button-prev:last-child, .team-nav .swiper-button-next:last-child {
        margin-right: 0; }
      .team-nav .swiper-button-prev svg, .team-nav .swiper-button-next svg {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 12px;
        height: 12px;
        fill: #565F77;
        opacity: 0.2; }
    .team-nav .swiper-button-prev svg {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: -2px;
      margin-left: -3px; }
    .team-nav .swiper-button-next svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-bottom: -2px;
      margin-right: -3px; }
  .team-content {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .team-content {
        margin-bottom: 30px; } }
    .team-content:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -140px;
      width: 504px;
      height: 381px;
      content: '';
      z-index: -1;
      pointer-events: none;
      background-image: url(../img/team-content-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%; }
    .team-content .swiper {
      overflow: visible; }
  .team-text {
    width: 100%;
    position: relative;
    padding: 45px 0px 17px 0;
    text-align: center;
    z-index: 1; }
    @media (max-width: 575px) {
      .team-text {
        padding-top: 30px; } }
    .team-text:after {
      position: absolute;
      top: 0;
      left: 40px;
      pointer-events: none;
      width: 35px;
      height: 35px;
      background-image: url(../img/quote-1.svg);
      content: '';
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: 50% 50%;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 575px) {
        .team-text:after {
          left: 0; } }
    .team-text:before {
      position: absolute;
      bottom: 0;
      right: 40px;
      pointer-events: none;
      width: 35px;
      height: 35px;
      background-image: url(../img/quote-2.svg);
      content: '';
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: 50% 50%;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 575px) {
        .team-text:before {
          right: 0; } }
    .team-text span {
      position: absolute;
      top: 0;
      left: -76px;
      color: rgba(223, 229, 234, 0.4);
      font-weight: 900;
      font-size: 180px;
      z-index: -1; }
    .team-text p {
      font-weight: 700;
      font-size: 24px;
      color: #565F77;
      width: 100%;
      text-align: center;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .team-text p {
          font-size: 18px; } }
  .team-item {
    position: relative;
    padding-left: 160px;
    min-height: 118px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .team-item {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .team-item {
        padding-left: 0; } }
    .team-item > p {
      font-weight: 400;
      font-size: 16px;
      color: #6D7578;
      line-height: 1.2; }
    .team-item__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 118px;
      height: 118px;
      border-radius: 50%;
      border: 2px solid #fff; }
      @media (max-width: 480px) {
        .team-item__img {
          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);
          margin-bottom: 30px; } }
      .team-item__img > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        border-radius: 50%; }
      .team-item__img:after {
        position: absolute;
        right: 13px;
        bottom: -6px;
        border-radius: 50%;
        background-color: #fff;
        content: '';
        width: 30px;
        height: 30px;
        background-image: url(../img/quote-1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 14px 14px; }
    .team-item__head {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 20px; }
      .team-item__head h3 {
        font-family: "Floripa", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #565F77;
        margin-bottom: 8px; }
      .team-item__head p {
        font-weight: 700;
        font-size: 10px;
        color: #565F77;
        text-transform: uppercase;
        letter-spacing: 0.155em; }
  .team-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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 30px; }
    @media (max-width: 991px) {
      .team-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-top: 0; } }
    .team-list .team-item {
      padding-left: 0;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% / 4 - 60px);
      width: calc(100% / 4 - 60px); }
      @media (max-width: 991px) {
        .team-list .team-item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px);
          margin-top: 0 !important; } }
      @media (max-width: 480px) {
        .team-list .team-item {
          width: 100%; } }
      .team-list .team-item:nth-child(2) {
        margin-top: -60px; }
      .team-list .team-item:nth-child(3) {
        margin-top: -120px; }
      .team-list .team-item:nth-child(4) {
        margin-top: -180px; }
      .team-list .team-item__img {
        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);
        margin-bottom: 35px; }

.stat {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  position: relative; }
  .stat .main-title {
    margin-bottom: 30px;
    z-index: 0; }
    .stat .main-title__text p {
      font-size: 40px; }
      @media (max-width: 991px) {
        .stat .main-title__text p {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .stat .main-title__text p {
          font-size: 14px; } }
  .stat .container {
    position: relative;
    z-index: 1; }
  .stat-img {
    position: absolute;
    top: -40px;
    left: 25px;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 767px) {
      .stat-img {
        display: none; } }
  .stat-total {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      .stat-total {
        margin-bottom: 30px; } }
    .stat-total__box {
      padding-left: 124px;
      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;
      min-height: 104px; }
      @media (max-width: 480px) {
        .stat-total__box {
          padding-left: 0;
          padding-top: 124px;
          width: 100%; } }
      .stat-total__box > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        max-width: 104px; }
        @media (max-width: 480px) {
          .stat-total__box > img {
            top: 0;
            left: 0;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .stat-total__box h3 {
        position: relative;
        padding-left: 18px;
        font-family: "Floripa", sans-serif;
        text-transform: uppercase;
        color: #565F77;
        margin-bottom: 7px;
        font-size: 13px; }
        .stat-total__box h3:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #F67942;
          content: ''; }
      .stat-total__box p {
        font-weight: 900;
        font-size: 50px;
        color: #565F77; }
        @media (max-width: 767px) {
          .stat-total__box p {
            font-size: 50px; } }
        @media (max-width: 480px) {
          .stat-total__box p {
            font-size: 40px; } }
        .stat-total__box p sup {
          font-weight: 700;
          font-size: 16px;
          color: rgba(86, 95, 119, 0.2);
          text-transform: uppercase;
          top: -35px;
          margin-left: 17px; }
          @media (max-width: 767px) {
            .stat-total__box p sup {
              top: -25px; } }
          @media (max-width: 480px) {
            .stat-total__box p sup {
              top: -15px; } }
  .stat-link {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    color: #0B969F;
    text-decoration: none;
    padding: 2px 0;
    border-bottom: 1px dotted #0B969F;
    margin-left: 60px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
    margin-bottom: 40px; }
    .stat-link:hover {
      border-bottom-color: transparent; }
    .stat-link img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 12px);
      right: calc(100% + 12px);
      width: 21px;
      height: 21px; }
  .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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .stat-list__item {
      max-width: 196px;
      width: -moz-calc(100% / 4 - 15px);
      width: calc(100% / 4 - 15px);
      min-height: 165px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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(255, 255, 255, 0.53);
      -webkit-backdrop-filter: blur(6px);
              backdrop-filter: blur(6px);
      border-radius: 11px;
      margin-bottom: 30px;
      padding: 24px 12px 24px 24px; }
      @media (max-width: 991px) {
        .stat-list__item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px);
          max-width: 100%; } }
      @media (max-width: 480px) {
        .stat-list__item {
          width: 100%; } }
      .stat-list__item:nth-child(2) {
        margin-top: -90px; }
        @media (max-width: 991px) {
          .stat-list__item:nth-child(2) {
            margin-top: 0; } }
      .stat-list__item:nth-child(3) {
        margin-top: -180px; }
        @media (max-width: 991px) {
          .stat-list__item:nth-child(3) {
            margin-top: 0; } }
      .stat-list__item:nth-child(4) {
        margin-top: -270px; }
        @media (max-width: 991px) {
          .stat-list__item:nth-child(4) {
            margin-top: 0; } }
      .stat-list__item img {
        width: 35px;
        height: 35px;
        margin-bottom: 32px; }
      .stat-list__item span {
        font-weight: 500;
        font-size: 30px;
        color: #565F77;
        margin-bottom: 3px; }
      .stat-list__item p {
        font-weight: 700;
        font-size: 12px;
        color: #565F77;
        text-transform: uppercase;
        letter-spacing: 0.155em; }

.footer {
  position: relative;
  z-index: 0;
  margin-top: auto;
  width: 100%; }
  @media (max-width: 991px) {
    .footer {
      background-color: #555E76;
      padding-top: 30px; } }
  .footer:after {
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    content: '';
    background-image: url(../img/footer-bg.png);
    height: 1083px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none; }
    @media (max-width: 991px) {
      .footer:after {
        display: none; } }
  .footer-wallets {
    width: 100%;
    position: relative;
    padding: 0 60px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-wallets {
        margin-bottom: 30px; } }
    .footer-wallets .swiper-button-prev, .footer-wallets .swiper-button-next {
      background-image: url(../img/footer-arrow-bg.svg);
      width: 40px;
      height: 40px;
      background-size: 100% 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      outline: none;
      border: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer-wallets .swiper-button-prev:hover svg, .footer-wallets .swiper-button-next:hover svg {
        fill: #fff; }
      .footer-wallets .swiper-button-prev svg, .footer-wallets .swiper-button-next svg {
        width: 6px;
        height: 6px;
        fill: #C2CDD5;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .footer-wallets .swiper-button-prev {
      left: 0; }
      .footer-wallets .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .footer-wallets .swiper-button-next {
      right: 0; }
      .footer-wallets .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .footer-wallets__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; }
      .footer-wallets__item img {
        max-width: 100%; }
  .footer-title {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.155em;
    margin-top: 16px; }
    @media (max-width: 991px) {
      .footer-title {
        margin-top: 0;
        margin-bottom: 20px; } }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .footer-menu {
        margin-bottom: 30px; } }
    .footer-menu a {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-bottom: 15px; }
      .footer-menu a:last-child {
        margin-bottom: 0; }
      .footer-menu a:hover, .footer-menu a.active {
        color: #fff; }
  .footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-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: 60px; }
    @media (max-width: 991px) {
      .footer-links {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .footer-links {
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .footer-links .main-btn {
      margin-bottom: 20px;
      max-width: 210px;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      min-width: 0; }
    .footer-links .header-soc__links {
      max-width: 210px;
      background-color: #14A3E9; }
      .footer-links .header-soc__links a {
        min-height: 49px;
        font-size: 8px; }
  .footer-contacts {
    background-image: url(../img/footer-contacts-bg.svg);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto auto;
    padding-top: 44px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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-top: 24px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .footer-contacts {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .footer-contacts {
        margin-top: 0; } }
    .footer-contacts a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      position: relative;
      padding-left: 28px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      margin-bottom: 20px; }
      .footer-contacts a:hover {
        text-decoration: underline; }
      .footer-contacts a:last-child {
        margin-bottom: 0; }
      .footer-contacts a img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
  .footer-bg {
    margin-left: -45px;
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px);
    padding: 88px 55px 55px 45px;
    min-height: 322px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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/footer-logo-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    pointer-events: none;
    margin-top: -80px; }
    @media (max-width: 991px) {
      .footer-bg {
        margin-top: 0;
        padding-bottom: 20px;
        min-height: 0; } }
    .footer-bg .footer-text {
      margin-bottom: 55px; }
      @media (max-width: 991px) {
        .footer-bg .footer-text {
          margin-bottom: 30px; } }
    .footer-bg * {
      pointer-events: all; }
  .footer-logo {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    .footer-logo img {
      max-width: 100%; }
  .footer-text {
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .footer-text {
        margin-bottom: 20px; } }
    .footer-text h3 {
      position: relative;
      padding-left: 60px;
      font-weight: 700;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .footer-text h3 {
          margin-bottom: 30px; } }
      .footer-text h3 img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
    .footer-text p {
      font-weight: 500;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.2; }
  .footer-copy {
    font-weight: 400;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5); }
  .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; }
    @media (max-width: 991px) {
      .footer-soc {
        margin-bottom: 30px; } }
    .footer-soc-title {
      min-height: 17px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-image: url(../img/footer-soc-bg.svg);
      background-repeat: no-repeat;
      background-position: 100% 50%;
      background-size: 17px 17px;
      font-weight: 400;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .footer-soc-title {
          margin-bottom: 20px; } }
    .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: 32px;
      height: 32px;
      border-radius: 50%;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: rgba(255, 255, 255, 0.1);
      margin-right: 7px; }
      .footer-soc a:last-child {
        margin-right: 0; }
      .footer-soc a:hover {
        background-color: rgba(255, 255, 255, 0.5); }
      .footer-soc a svg {
        width: 14px;
        height: 14px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .footer-bot {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .footer-bot {
        margin-bottom: 20px; } }
  .footer-rules {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .footer-rules {
        margin-bottom: 20px; } }
    .footer-rules a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      line-height: 1;
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      font-size: 10px;
      margin-right: 30px;
      padding-left: 22px;
      position: relative;
      z-index: 1; }
      .footer-rules a:hover {
        text-decoration: underline; }
      .footer-rules a img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: -1; }
      .footer-rules a:last-child {
        margin-right: 0; }

.news-side {
  width: 100%;
  padding-right: 45px;
  padding-top: 8px; }
  @media (max-width: 991px) {
    .news-side {
      padding-right: 0;
      padding-top: 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (max-width: 575px) {
    .news-side {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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) {
    .news-side .news-item {
      width: -moz-calc(100% / 3 - 15px);
      width: calc(100% / 3 - 15px); } }
  @media (max-width: 575px) {
    .news-side .news-item {
      width: 100%; } }
  .news-side .main-btn {
    width: 100%; }
    @media (max-width: 991px) {
      .news-side .main-btn {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 575px) {
      .news-side .main-btn {
        margin-left: 0; } }

.news-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  color: rgba(86, 95, 119, 0.3);
  letter-spacing: 0.155em;
  text-transform: uppercase;
  margin-bottom: 35px;
  white-space: nowrap;
  width: -moz-calc(100% + 45px);
  width: calc(100% + 45px); }
  @media (max-width: 991px) {
    .news-title {
      width: 100%; } }
  @media (max-width: 480px) {
    .news-title {
      margin-bottom: 20px; } }
  .news-title:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #EAECED;
    content: '';
    margin-left: 27px; }
  .news-title img {
    width: 40px;
    height: 40px;
    margin-right: 20px; }

.news-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;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .news-item {
      margin-bottom: 30px; } }
  .news-item:hover .news-item__img {
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.05); }
  .news-item:hover .news-item__btn {
    opacity: 1; }
  .news-item__img {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 3px solid #fff;
    margin-bottom: 20px;
    height: 224px; }
    @media (max-width: 480px) {
      .news-item__img {
        height: 180px; } }
    .news-item__img > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      z-index: 1; }
  .news-item__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Floripa", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #0B969F;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    white-space: nowrap;
    line-height: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0; }
    .news-item__btn img {
      margin-left: 20px;
      width: 27px;
      height: 27px; }
  .news-item__content {
    min-height: 90px;
    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; }
    .news-item__content h3 {
      font-weight: 900;
      font-size: 18px;
      color: #565F77;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .news-item__content h3 {
          font-size: 16px; } }
    .news-item__content p {
      margin-top: 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: 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; }
      .news-item__content p span {
        padding-right: 12px;
        margin-right: 10px;
        position: relative;
        font-weight: 500;
        font-size: 12px;
        color: rgba(86, 95, 119, 0.4);
        line-height: 1; }
        .news-item__content p span: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: #B4B8C3; }
        .news-item__content p span:last-child {
          margin-right: 0;
          padding-right: 0; }
          .news-item__content p span:last-child:after {
            display: none; }
  .news-item_sm {
    margin-bottom: 35px; }
    .news-item_sm .news-item__img {
      height: 117px; }
      @media (max-width: 575px) {
        .news-item_sm .news-item__img {
          height: 180px; } }
    .news-item_sm .news-item__btn {
      padding: 10px 15px;
      font-size: 8px; }
      .news-item_sm .news-item__btn img {
        margin-left: 15px; }
    .news-item_sm .news-item__content {
      min-height: 0; }
      .news-item_sm .news-item__content h3 {
        font-size: 14px;
        margin-bottom: 12px; }

.page-head {
  width: -moz-calc(100% + 75px);
  width: calc(100% + 75px);
  margin-left: -30px;
  border-bottom: 1px solid #EAECED;
  padding: 20px 45px 20px 30px;
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    .page-head {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .page-head {
      padding: 10px 0; } }

.page-bread {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .page-bread {
      margin-bottom: 10px; } }
  .page-bread a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.155em;
    color: rgba(86, 95, 119, 0.5);
    text-transform: uppercase;
    margin-right: 10px; }
    .page-bread a:hover {
      text-decoration: underline; }
    .page-bread a:last-child {
      margin-right: 0;
      pointer-events: none !important; }
      .page-bread a:last-child * {
        pointer-events: none; }
    .page-bread a svg {
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-right: 10px;
      fill: #B4B8C3; }

.page-soc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }
  @media (max-width: 480px) {
    .page-soc {
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .page-soc p {
    margin-right: auto;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.155em;
    color: rgba(86, 95, 119, 0.5);
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .page-soc p {
        display: none; } }
  .page-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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 20px;
    font-weight: 500;
    font-size: 8px;
    color: #37AEE3;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none; }
    @media (max-width: 480px) {
      .page-soc a {
        margin-right: 0; } }
    .page-soc a:hover {
      text-decoration: underline; }
      .page-soc a:hover img {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
    .page-soc a img {
      margin-right: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .page-soc a img:last-child {
        margin-right: 0; }
    .page-soc a:last-child {
      margin-right: 0; }

.page-wrap {
  background-color: #F7F7F8;
  z-index: 1;
  position: relative;
  width: 100%;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-wrap .footer {
    margin-top: 350px; }
    @media (max-width: 991px) {
      .page-wrap .footer {
        margin-top: 30px; } }
  .page-wrap_news {
    background-image: url(../img/news-bg.png); }
  .page-wrap_team {
    background-image: url(../img/team-bg.png); }
    .page-wrap_team .footer {
      margin-top: 200px; }
      @media (max-width: 991px) {
        .page-wrap_team .footer {
          margin-top: 0; } }
  .page-wrap_about {
    background-image: url(../img/about-page-bg.png); }
    .page-wrap_about .footer {
      margin-top: 0; }

.page-pag {
  width: 100%;
  margin-bottom: 30px; }
  .page-pag ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
    .page-pag ul a {
      font-weight: 400;
      font-size: 14px;
      color: #565F77;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .page-pag ul a:hover {
        color: #0B969F; }
    .page-pag ul li {
      margin-right: 20px; }
      .page-pag ul li.active a {
        color: #0B969F;
        font-weight: 900; }
      .page-pag ul li:last-child {
        margin-right: 0; }

.page-stat {
  padding-top: 40px;
  padding-bottom: 30px; }
  .page-stat .main-title {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .page-stat .main-title {
        margin-bottom: 20px; } }
    .page-stat .main-title:after {
      top: -20px;
      bottom: auto;
      color: rgba(86, 95, 119, 0.03); }
  .page-stat .stat-total {
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 991px) {
      .page-stat .stat-total {
        margin-bottom: 30px; } }

.faq-tabs {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 115px; }
  @media (max-width: 991px) {
    .faq-tabs {
      margin-bottom: 20px;
      margin-top: 50px; } }
  .faq-tabs__item {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    color: #565F77;
    text-transform: uppercase;
    letter-spacing: 0.155em;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 65px;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 991px) {
      .faq-tabs__item {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .faq-tabs__item {
        padding: 0px 5px 30px 5px; } }
    .faq-tabs__item:hover, .faq-tabs__item.active {
      color: #0B969F; }
      .faq-tabs__item:hover .faq-tabs__icon svg, .faq-tabs__item.active .faq-tabs__icon svg {
        fill: #0B969F; }
    .faq-tabs__item:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 101px;
      height: 11px;
      content: '';
      background-image: url(../img/faq-tabs-arrow.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .faq-tabs__item.active:after {
      opacity: 1; }
    .faq-tabs__item > img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -13px;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 480px) {
        .faq-tabs__item > img {
          display: none; } }
  .faq-tabs__icon {
    height: 24px;
    margin-bottom: 26px; }
    .faq-tabs__icon svg {
      max-width: 100%;
      height: 24px;
      fill: #565F77;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.faq-text {
  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: 110px;
  min-height: 93px;
  margin-bottom: 16px;
  max-width: 760px; }
  .faq-text img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    max-width: 94px; }
  .faq-text h3 {
    font-weight: 900;
    font-size: 18px;
    color: #565F77;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .faq-text p {
    font-weight: 400;
    font-size: 14px;
    color: #6D7578;
    line-height: 1.2; }

.faq-content {
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 45px; }
  @media (max-width: 991px) {
    .faq-content {
      width: 100%;
      margin-left: 0; } }
  .faq-content .accordion {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid #EAECED; }
    @media (max-width: 991px) {
      .faq-content .accordion {
        border-left: 1px solid #EAECED;
        border-right: 1px solid #EAECED; } }
    .faq-content .accordion__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-bottom: 1px solid #EAECED;
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: cover; }
      .faq-content .accordion__item:hover .accordion__head {
        border-left-color: #0B969F; }
      .faq-content .accordion__item.active {
        background-image: url(../img/faq-active-bg.png); }
        .faq-content .accordion__item.active .accordion__head {
          border-bottom-color: #EAECED;
          border-left-color: #0B969F; }
        .faq-content .accordion__item.active .accordion__icon svg {
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          fill: #0B969F; }
    .faq-content .accordion__icon {
      background-image: url(../img/faq-arrow-bg.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% 100%;
      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-left: auto;
      min-width: 40px; }
      .faq-content .accordion__icon svg {
        width: 6px;
        height: 6px;
        fill: #C2CDD5;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .faq-content .accordion__head {
      border-bottom: 1px solid transparent;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 100%;
      cursor: pointer;
      padding: 24px 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;
      font-weight: 900;
      font-size: 18px;
      color: #565F77;
      border-left: 4px solid transparent; }
      @media (max-width: 991px) {
        .faq-content .accordion__head {
          padding: 20px;
          font-size: 16px; } }
      @media (max-width: 480px) {
        .faq-content .accordion__head {
          font-size: 14px; } }
      .faq-content .accordion__head:before {
        width: 24px;
        height: 24px;
        margin-right: 17px;
        border-radius: 50%;
        content: attr(data-num);
        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: #0B969F;
        font-weight: 900;
        font-size: 12px;
        color: #fff;
        min-width: 24px; }
    .faq-content .accordion__title {
      padding-left: 30px;
      position: relative;
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 8px;
      color: rgba(86, 95, 119, 0.3);
      text-transform: uppercase;
      letter-spacing: 0.155em; }
      .faq-content .accordion__title:after {
        width: 17px;
        height: 17px;
        background-image: url(../img/faq-title-bg.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
    .faq-content .accordion__body {
      display: none;
      padding: 30px 40px; }
      @media (max-width: 991px) {
        .faq-content .accordion__body {
          padding: 20px; } }
      .faq-content .accordion__body .main-text {
        margin-bottom: 0; }

.office-address {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 900;
  font-size: 16px;
  color: #6D7578;
  margin-bottom: 30px;
  text-decoration: none;
  max-width: 420px;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 575px) {
    .office-address {
      font-size: 14px; } }
  .office-address:hover {
    color: #0B969F; }
  .office-address svg {
    width: 22px;
    height: 22px;
    min-width: 22px;
    fill: #0B969F;
    margin-right: 18px;
    margin-top: -2px; }

.office-text .main-text {
  padding-right: 40px;
  width: 100%; }
  @media (max-width: 991px) {
    .office-text .main-text {
      padding-right: 0; } }

.office-text-line {
  position: relative;
  margin-bottom: 20px; }
  .office-text-line p {
    position: relative; }
    .office-text-line p:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 36px);
      right: calc(100% + 36px);
      width: 4px;
      height: 100%;
      background-color: #0B969F;
      content: ''; }

.office-img-text {
  position: relative;
  padding-left: 45px;
  max-width: 272px;
  margin-left: auto;
  font-weight: 300;
  font-style: italic;
  color: #6D7578;
  margin-bottom: 30px;
  margin-top: -200px; }
  @media (max-width: 1199px) {
    .office-img-text {
      margin-top: -140px; } }
  @media (max-width: 991px) {
    .office-img-text {
      margin-top: -100px; } }
  @media (max-width: 575px) {
    .office-img-text {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: -50px;
      max-width: 240px; } }
  .office-img-text span {
    font-weight: 700;
    color: #1A87B5; }
  .office-img-text:after {
    width: 29px;
    height: 36px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    content: '';
    background-image: url(../img/office-icon-1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%; }

.office-img-1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  margin-right: -20px;
  margin-bottom: 90px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .office-img-1 {
      margin-right: -100px; } }
  @media (max-width: 991px) {
    .office-img-1 {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px; } }
  @media (max-width: 575px) {
    .office-img-1 {
      margin-bottom: -30px; } }
  .office-img-1 img {
    pointer-events: none; }
  .office-img-1 span {
    position: absolute;
    top: -moz-calc(100% - 15px);
    top: calc(100% - 15px);
    left: 128px;
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    color: #EDEEEE;
    text-transform: uppercase;
    font-size: 90px;
    pointer-events: none;
    z-index: -1; }
    @media (max-width: 575px) {
      .office-img-1 span {
        display: none; } }

.office-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 588px;
  z-index: 1;
  padding: 13px 0;
  margin-bottom: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .office-info {
      margin-bottom: 50px; } }
  .office-info > 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%);
    pointer-events: none;
    z-index: -1;
    margin-left: -15px; }
    @media (max-width: 1199px) {
      .office-info > img {
        margin-left: -30px; } }
    @media (max-width: 991px) {
      .office-info > img {
        margin-left: 0; } }
  .office-info__item {
    width: -moz-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px);
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 575px) {
      .office-info__item {
        width: -moz-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px); } }
    .office-info__item:last-child {
      margin-top: 0; }
    .office-info__item > img {
      margin-bottom: 18px; }
    .office-info__item > p {
      font-weight: 400;
      font-size: 16px;
      color: #6D7578;
      line-height: 1.2; }
      @media (max-width: 575px) {
        .office-info__item > p {
          font-size: 14px; } }
    .office-info__item .office-address {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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: 190px; }
      .office-info__item .office-address:hover {
        color: #F67942; }
      .office-info__item .office-address svg {
        fill: #F67942;
        margin-right: 0;
        margin-bottom: 24px; }
  .office-info_right {
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 140px; }
    @media (max-width: 991px) {
      .office-info_right {
        margin-bottom: 40px; } }
    .office-info_right > img {
      margin-left: 15px; }
      @media (max-width: 1199px) {
        .office-info_right > img {
          margin-left: 40px; } }
      @media (max-width: 991px) {
        .office-info_right > img {
          margin-left: 0; } }
    .office-info_right .office-address svg {
      fill: #0B969F; }

.office-bot {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .office-bot {
      padding-left: 0; } }

.office-about {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px; }
  .office-about > img {
    position: absolute;
    top: -33px;
    left: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }
    @media (max-width: 575px) {
      .office-about > img {
        left: 15px; } }
  .office-about p {
    font-weight: 400;
    font-size: 16px;
    color: #6D7578;
    line-height: 1.1;
    margin-bottom: 15px; }
    .office-about p:last-child {
      margin-bottom: 0; }
    .office-about p span {
      font-weight: 900;
      color: #26B961; }

.office-text-arrow {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative; }
  .office-text-arrow > img {
    position: absolute;
    top: 0;
    left: 0; }
  .office-text-arrow p {
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    color: #565F77;
    line-height: 1.1;
    margin-bottom: 15px; }
    .office-text-arrow p:last-child {
      margin-bottom: 0; }

.contacts-partners {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  width: -moz-calc(100% + 45px);
  width: calc(100% + 45px);
  margin-left: -45px; }
  @media (max-width: 991px) {
    .contacts-partners {
      width: 100%;
      margin-left: 0; } }
  .contacts-partners > img {
    width: 40px;
    height: 40px;
    margin-bottom: 30px; }
  .contacts-partners > h3 {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.155em;
    color: rgba(86, 95, 119, 0.3);
    text-transform: uppercase;
    margin-bottom: 35px; }
  .contacts-partners .swiper {
    width: 100%;
    margin-bottom: 35px; }
    .contacts-partners .swiper-wrapper {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .contacts-partners__nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .contacts-partners__nav .swiper-button-prev, .contacts-partners__nav .swiper-button-next {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      margin: 0;
      width: 42px;
      height: 42px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-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-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      border-radius: 50%;
      cursor: pointer;
      outline: none;
      border: 1px solid rgba(86, 95, 119, 0.1);
      margin-right: 13px; }
      .contacts-partners__nav .swiper-button-prev:last-child, .contacts-partners__nav .swiper-button-next:last-child {
        margin-right: 0; }
      .contacts-partners__nav .swiper-button-prev svg, .contacts-partners__nav .swiper-button-next svg {
        width: 12px;
        height: 12px;
        fill: #565F77;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .contacts-partners__nav .swiper-button-prev:hover svg, .contacts-partners__nav .swiper-button-next:hover svg {
        opacity: 1; }
    .contacts-partners__nav .swiper-button-prev svg {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-left: -2px;
      margin-top: -2px; }
    .contacts-partners__nav .swiper-button-next svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-right: -2px;
      margin-bottom: -2px; }
  .contacts-partners__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%; }
    .contacts-partners__item img {
      max-width: 100%; }

.contacts-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;
  padding-top: 70px;
  background-image: url(../img/contacts-dots.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 30px; }
  .contacts-links__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .contacts-links__item:last-child {
      margin-bottom: 0; }
    .contacts-links__item h3 {
      position: relative;
      margin-bottom: 12px;
      font-weight: 500;
      font-size: 12px;
      color: #F67942;
      letter-spacing: 0.155em;
      text-transform: uppercase; }
      .contacts-links__item h3:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -moz-calc(100% + 18px);
        right: calc(100% + 18px);
        width: 11px;
        height: 30px;
        background-image: url(../img/contacts-arrow-1.svg);
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 100% 100%;
        content: '';
        pointer-events: none; }
    .contacts-links__item:nth-child(2):after {
      background-image: url(../img/contacts-arrow-2.svg); }
    .contacts-links__item:nth-child(2) h3 {
      color: #0B969F; }
    .contacts-links__item a {
      font-weight: 700;
      font-size: 16px;
      color: #6D7578;
      text-decoration: none;
      margin-bottom: 25px; }
      .contacts-links__item a:last-child {
        margin-bottom: 0; }
      .contacts-links__item a:hover {
        text-decoration: underline; }

.contacts-form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -moz-calc(100% + 55px);
  width: calc(100% + 55px);
  margin-left: -15px;
  background-color: #F6F7F8;
  margin-top: -55px;
  padding: 10px 45px 45px 45px;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .contacts-form {
      margin-left: 0;
      width: 100%; } }
  @media (max-width: 991px) {
    .contacts-form {
      margin-top: 0; } }
  .contacts-form__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #6D7578; }
    .contacts-form__head img {
      margin-bottom: -20px;
      pointer-events: none;
      max-width: 100%; }
  .contacts-form__inputs {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 120px; }
  .contacts-form__input {
    width: 100%;
    display: block;
    border-bottom: 1px solid #EAECED; }
    .contacts-form__input input, .contacts-form__input textarea {
      width: 100%;
      border: none;
      outline: none;
      resize: none;
      background-color: transparent;
      min-height: 60px;
      padding: 10px 45px;
      font-weight: 500;
      font-size: 12px;
      color: #565F77;
      border-left: 4px solid transparent;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .contacts-form__input input:focus, .contacts-form__input textarea:focus {
        border-left-color: #1A85B1;
        background-image: url(../img/input-bg.png); }
    .contacts-form__input textarea {
      padding-top: 25px; }
    .contacts-form__input ::-webkit-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.4); }
    .contacts-form__input :-moz-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.4); }
    .contacts-form__input ::-moz-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.4); }
    .contacts-form__input :-ms-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.4); }
    .contacts-form__input ::placeholder {
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.4); }
    .contacts-form__input:last-child {
      border-bottom: none; }
    .contacts-form__input_icon {
      position: relative; }
      .contacts-form__input_icon input {
        padding-right: 90px; }
        .contacts-form__input_icon input:focus + svg {
          opacity: 1; }
      .contacts-form__input_icon svg {
        position: absolute;
        top: 50%;
        right: 45px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #565F77;
        opacity: 0.2;
        width: 16px;
        height: 16px; }

.sign {
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-image: url("../img/sign-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .sign .container {
    width: 100%; }
  .sign-footer {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: auto;
    z-index: 2;
    position: relative; }
  .sign-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 45px 0;
    margin-bottom: 45px; }
  .sign-box {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 70px 45px 45px 45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1; }
    .sign-box:after {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1480px;
      pointer-events: none;
      background: -moz-linear-gradient(top, rgba(246, 247, 248, 0) 0%, #F6F7F8 11.23%);
      background: linear-gradient(180deg, rgba(246, 247, 248, 0) 0%, #F6F7F8 11.23%);
      content: ''; }
    .sign-box:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -114px;
      pointer-events: none;
      width: 528px;
      height: 238px;
      background-image: url(../img/sign-img.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      content: '';
      pointer-events: none; }
  .sign-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }
  .sign-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    width: 100%;
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #565F77;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .sign-title {
        font-size: 30px; } }
    .sign-title p {
      margin-top: 10px;
      font-family: "Estricta", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      text-transform: none;
      line-height: 1.2; }
  .sign-bot {
    font-weight: 700;
    font-size: 10px;
    color: #000; }
    .sign-bot a {
      text-decoration: none;
      color: #26B961; }
      .sign-bot a:hover {
        text-decoration: underline; }
  .sign-link {
    text-decoration: none;
    font-weight: 400;
    font-size: 10px;
    color: #000;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 25px; }
    .sign-link:hover {
      color: #0B969F; }
  .sign .contacts-form__input input:focus {
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03); }
  .sign .contacts-form__inputs {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: 0;
    border-top: 1px solid #EAECED;
    border-bottom: 1px solid #EAECED;
    margin-bottom: 30px; }
  .sign-sponsor {
    width: 100%;
    min-height: 60px;
    padding: 10px 45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #26B961;
    letter-spacing: 0.155em;
    background-image: url("../img/sign-sponsor.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .sign-sponsor span {
      font-weight: 900; }
  .sign-check {
    display: block;
    margin-bottom: 45px; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span:before {
        opacity: 1; }
      .sign-check input:checked + span:after {
        opacity: 0; }
    .sign-check span {
      font-weight: 400;
      font-size: 10px;
      color: #000;
      padding-left: 18px;
      position: relative;
      cursor: pointer;
      display: inline-block;
      line-height: 1.2; }
      .sign-check span:after {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        content: '';
        z-index: 1;
        position: absolute;
        top: 0px;
        left: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border: 1px solid #565F77; }
      .sign-check span:before {
        width: 12px;
        height: 12px;
        content: '';
        z-index: 2;
        position: absolute;
        top: 0px;
        left: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-image: url(../img/sign-check.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% 100%;
        opacity: 0; }

.cab {
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-position: 50% 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-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: 1;
  position: relative; }
  @media (max-width: 1199px) {
    .cab {
      background-color: #F6F6F7; } }
  .cab:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 100%;
    min-width: 1920px;
    background-image: url("../img/cab-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    z-index: -1;
    pointer-events: none; }
  .cab .footer {
    margin-top: 300px; }
    @media (max-width: 991px) {
      .cab .footer {
        margin-top: 0; } }
  .cab-head {
    background-image: url("../img/cab-head-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 10;
    padding-bottom: 108px;
    margin-bottom: auto; }
    @media (max-width: 767px) {
      .cab-head {
        padding-bottom: 30px; } }
    .cab-head-top {
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding: 30px 30px 30px 0;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .cab-head-top {
          width: 100%;
          padding-right: 0; } }
      @media (max-width: 767px) {
        .cab-head-top {
          padding: 20px 0; } }
    .cab-head .page-bread {
      margin-bottom: 30px; }
      .cab-head .page-bread a {
        color: rgba(255, 255, 255, 0.3);
        font-size: 10px; }
        .cab-head .page-bread a svg {
          fill: #fff;
          opacity: 0.1; }
    .cab-head-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: 30px; }
      .cab-head-title h3 {
        font-family: "Floripa", sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        margin-bottom: 3px; }
        @media (max-width: 575px) {
          .cab-head-title h3 {
            font-size: 20px; } }
        .cab-head-title h3 span {
          color: #F67942; }
        .cab-head-title h3 img {
          bottom: -2px;
          right: -20px;
          position: absolute;
          z-index: -1;
          pointer-events: none; }
      .cab-head-title p {
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5); }
    .cab-head-btns {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .cab-head-btns {
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .cab-head-btns {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-head-btns .main-btn {
        max-width: 230px;
        width: 100%; }
        @media (max-width: 1199px) {
          .cab-head-btns .main-btn {
            max-width: 220px; } }
        @media (max-width: 767px) {
          .cab-head-btns .main-btn {
            width: -moz-calc(100% / 3 - 5px);
            width: calc(100% / 3 - 5px);
            min-width: 0; } }
        @media (max-width: 480px) {
          .cab-head-btns .main-btn {
            width: 100%;
            margin-bottom: 10px;
            max-width: 100%; }
            .cab-head-btns .main-btn:last-child {
              margin-bottom: 0; } }
    .cab-head-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: 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: 32px; }
      .cab-head-total h3 {
        position: relative;
        padding-right: 32px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.3);
        text-transform: uppercase;
        letter-spacing: 0.155em;
        margin-bottom: 23px; }
        .cab-head-total h3:after {
          width: 17px;
          height: 17px;
          background-image: url(../img/cab-total-title.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          content: '';
          position: absolute;
          right: 0;
          top: 3px; }
      .cab-head-total p {
        font-weight: 700;
        font-size: 50px;
        color: #fff; }
        .cab-head-total p sup {
          font-weight: 500;
          opacity: 0.2;
          font-size: 20px;
          top: -30px; }
    .cab-head-nav {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .cab-head-nav {
          margin-top: 20px;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .cab-head-info {
      padding: 35px 45px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      z-index: 1;
      max-width: 386px; }
      @media (max-width: 991px) {
        .cab-head-info {
          max-width: 100%;
          padding: 0; } }
      .cab-head-info:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        pointer-events: none;
        width: 386px;
        height: 308px;
        background-image: url(../img/cab-head-info.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto;
        content: ''; }
        @media (max-width: 991px) {
          .cab-head-info:after {
            display: none; } }
      .cab-head-info h3 {
        font-weight: 900;
        font-size: 30px;
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .cab-head-info h3 {
            margin-bottom: 10px; } }
      .cab-head-info p {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        max-width: 150px;
        line-height: 1.2; }
        @media (max-width: 991px) {
          .cab-head-info p {
            max-width: 100%; } }
        .cab-head-info p span {
          font-weight: 900;
          color: #28CDB3; }
    .cab-head .header-lang__hide {
      right: auto;
      left: 2.5px; }
  .cab-hero {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 10px; }
    .cab-hero__out {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-weight: 900;
      font-size: 10px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      opacity: 0.2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .cab-hero__out:hover {
        opacity: 1; }
      .cab-hero__out img {
        margin-left: 12px; }
    .cab-hero__info {
      position: relative;
      padding-right: 30px;
      margin-right: 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-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: right; }
      @media (max-width: 480px) {
        .cab-hero__info {
          padding-right: 20px;
          margin-right: 20px; } }
      .cab-hero__info: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: 42px;
        background-color: rgba(255, 255, 255, 0.05);
        content: ''; }
      .cab-hero__info h3 {
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        letter-spacing: 0.155em;
        margin-bottom: 2px; }
      .cab-hero__info p {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px; }
        @media (max-width: 480px) {
          .cab-hero__info p {
            max-width: 120px; } }
  .cab-content {
    width: 100%;
    padding: 60px 0;
    margin-bottom: auto;
    z-index: 2;
    background-image: url(../img/cab-content-bg.png);
    background-repeat: no-repeat;
    background-position: 50% -400px;
    background-size: auto; }
    @media (max-width: 767px) {
      .cab-content {
        padding: 30px 0; } }
  .cab-menu {
    width: 100%;
    position: relative;
    min-height: 68px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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: -142px;
    margin-top: 75px; }
    @media (max-width: 767px) {
      .cab-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        max-width: 240px;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0;
        z-index: 1000;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0; } }
    .cab-menu.active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .cab-menu:after {
      width: 1356px;
      height: 162px;
      background-image: url(../img/cab-menu-bg.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% 100%;
      content: '';
      position: absolute;
      top: -moz-calc(50% + 17px);
      top: calc(50% + 17px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 767px) {
        .cab-menu:after {
          display: none; } }
    .cab-menu__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: 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%; }
      @media (max-width: 767px) {
        .cab-menu__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; } }
      .cab-menu__list a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 500;
        font-size: 16px;
        color: #565F77;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        padding: 25px 0 20px 0;
        border-bottom: 5px solid transparent; }
        @media (max-width: 991px) {
          .cab-menu__list a {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .cab-menu__list a {
            font-size: 16px;
            width: 100%;
            padding: 15px 0; } }
        .cab-menu__list a:hover {
          color: #1A83AE; }
          .cab-menu__list a:hover svg {
            fill: #1A83AE; }
        .cab-menu__list a.active {
          font-weight: 900;
          color: #1A83AE;
          border-bottom-color: #1A83AE; }
          .cab-menu__list a.active svg {
            fill: #1A83AE; }
          .cab-menu__list a.active:after {
            display: block; }
        .cab-menu__list a:after {
          display: inline-block;
          width: 13px;
          height: 16px;
          content: '';
          margin-left: 8px;
          background-image: url(../img/cab-menu-arrow.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          display: none; }
          @media (max-width: 767px) {
            .cab-menu__list a:after {
              margin-left: auto; } }
        .cab-menu__list a svg {
          width: 16px;
          height: 16px;
          fill: #565F77;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          margin-right: 10px; }
          @media (max-width: 991px) {
            .cab-menu__list a svg {
              margin-right: 5px; } }
    .cab-menu__bounty {
      margin-left: 80px;
      position: relative;
      z-index: 1;
      width: 62px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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: 500;
      font-size: 16px;
      color: #F67942;
      text-decoration: none;
      padding-top: 25px;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .cab-menu__bounty {
          margin-top: auto;
          margin-left: 0;
          width: 100%; } }
      .cab-menu__bounty span {
        font-size: 10px;
        color: #4F5870;
        display: none;
        white-space: nowrap; }
      .cab-menu__bounty.soon {
        pointer-events: none; }
        .cab-menu__bounty.soon span {
          display: block; }
      .cab-menu__bounty:after {
        position: absolute;
        z-index: -1;
        top: -moz-calc(50% + 17px);
        top: calc(50% + 17px);
        left: -moz-calc(50% + 6px);
        left: calc(50% + 6px);
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        width: 290px;
        height: 162px;
        background-image: url(../img/cab-bounty-bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        pointer-events: none; }
        @media (max-width: 767px) {
          .cab-menu__bounty:after {
            display: none; } }
      .cab-menu__bounty svg {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -moz-calc(100% + 20px);
        left: calc(100% + 20px);
        fill: #F67942; }
        @media (max-width: 767px) {
          .cab-menu__bounty svg {
            right: 0;
            left: auto; } }
      .cab-menu__bounty.active {
        color: #fff; }
        @media (max-width: 767px) {
          .cab-menu__bounty.active {
            color: #F67942; } }
        .cab-menu__bounty.active svg {
          fill: #fff; }
          @media (max-width: 767px) {
            .cab-menu__bounty.active svg {
              fill: #F67942; } }
        .cab-menu__bounty.active:after {
          background-image: url(../img/cab-bounty-bg-active.png); }
  .cab-burger {
    width: 30px;
    height: 20px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    display: none; }
    @media (max-width: 767px) {
      .cab-burger {
        display: block; } }
    .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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .cab-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .cab-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .cab-burger.active:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      bottom: auto; }
    .cab-burger.active span {
      width: 0; }
  .cab-title {
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #565F77;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-title img {
      width: 31px;
      height: 31px;
      margin-right: 13px; }
    @media (max-width: 575px) {
      .cab-title {
        font-size: 12px; } }
    .cab-title span {
      color: #F67942; }
  .cab-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: 20px; }
    .cab-text p {
      width: 100%;
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      line-height: 1.2; }
      .cab-text p:last-child {
        margin-bottom: 0; }
  .cab-bal {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #E7E9EB;
    margin-bottom: 20px;
    border-left: 1px solid #E7E9EB; }
    @media (max-width: 1199px) {
      .cab-bal {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-bal__item {
      padding: 30px 45px;
      position: relative;
      z-index: 1;
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      border-bottom: 1px solid #E7E9EB;
      border-right: 1px solid #E7E9EB; }
      @media (max-width: 1199px) {
        .cab-bal__item {
          padding: 30px 15px; } }
      @media (max-width: 991px) {
        .cab-bal__item {
          width: -moz-calc(100% / 3);
          width: calc(100% / 3); } }
      @media (max-width: 767px) {
        .cab-bal__item {
          width: 50%;
          padding: 15px; } }
      .cab-bal__item:nth-child(even):after {
        -webkit-transform: scaleY(-1);
           -moz-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1); }
      .cab-bal__item:hover {
        z-index: 3; }
        .cab-bal__item:hover:after {
          background-color: #F6F7F8;
          height: -moz-calc(100% + 50px);
          height: calc(100% + 50px);
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
          background-image: none; }
        .cab-bal__item:hover .main-btn {
          opacity: 1;
          pointer-events: all;
          border-radius: 0; }
      .cab-bal__item:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-image: url("../img/cab-bal-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-bal__item .main-btn {
        position: absolute;
        pointer-events: none;
        top: 100%;
        left: 0;
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        background-color: #F6F7F8;
        min-height: 50px; }
    .cab-bal__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;
      font-weight: 900;
      font-size: 16px;
      color: #565F77;
      margin-bottom: 20px;
      line-height: 1; }
      @media (max-width: 480px) {
        .cab-bal__head {
          font-size: 12px; } }
      .cab-bal__head span {
        font-weight: 400;
        font-size: 10px;
        color: rgba(86, 95, 119, 0.5);
        text-transform: uppercase;
        margin-left: 5px; }
        @media (max-width: 480px) {
          .cab-bal__head span {
            font-size: 8px; } }
      .cab-bal__head img {
        width: 31px;
        height: 31px;
        margin-right: 13px; }
        @media (max-width: 480px) {
          .cab-bal__head img {
            width: 20px;
            height: 20px;
            margin-right: 5px; } }
    .cab-bal__info {
      position: relative;
      padding-left: 44px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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: 12px; }
      .cab-bal__info:last-child {
        margin-bottom: 0; }
      .cab-bal__info:after {
        position: absolute;
        top: -11px;
        left: 13px;
        width: 17px;
        height: 17px;
        content: '';
        background-image: url(../img/cab-bal-dots.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
      .cab-bal__info p {
        font-weight: 500;
        font-size: 10px;
        color: rgba(86, 95, 119, 0.3);
        text-transform: uppercase;
        letter-spacing: 0.155em;
        margin-bottom: 5px; }
      .cab-bal__info span {
        font-weight: 900;
        font-size: 16px;
        color: #565F77; }
        @media (max-width: 480px) {
          .cab-bal__info span {
            font-size: 12px; } }
    .cab-bal .cab-refs {
      padding: 30px 45px 0 45px;
      margin-bottom: 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 991px) {
        .cab-bal .cab-refs {
          margin-top: 30px;
          padding: 0;
          width: 100%;
          padding: 0 15px; } }
      .cab-bal .cab-refs__box {
        width: -moz-calc(100% + 90px);
        width: calc(100% + 90px);
        margin-top: auto;
        margin-left: -45px; }
        @media (max-width: 991px) {
          .cab-bal .cab-refs__box {
            width: -moz-calc(100% + 30px);
            width: calc(100% + 30px);
            margin-left: -15px; } }
  .cab-refs {
    width: 50%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .cab-refs {
        width: 100%; } }
    .cab-refs .cab-text {
      max-width: 400px; }
    .cab-refs__box {
      background-image: url("../img/cab-refs-box-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: -moz-calc(100% + 45px);
      width: calc(100% + 45px);
      margin-left: -45px;
      padding: 20px 50px 20px 40px;
      border-left: 4px solid #1A85B1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .cab-refs__box {
          padding-right: 15px;
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px;
          padding-left: 15px; } }
      .cab-refs__box p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        font-size: 16px;
        color: #1A85B1; }
    .cab-refs__copy {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-family: "Floripa", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #1A85B1;
      font-size: 10px;
      line-height: 1;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-left: 10px; }
      .cab-refs__copy:hover {
        color: #F67942; }
        .cab-refs__copy:hover svg {
          fill: #F67942; }
      .cab-refs__copy svg {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 16px;
        height: 16px;
        fill: #1A85B1;
        margin-left: 10px;
        margin-top: -4px; }
    .cab-refs-page {
      width: -moz-calc(100% + 90px);
      width: calc(100% + 90px);
      margin-left: -45px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .cab-refs-page {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px; } }
      @media (max-width: 767px) {
        .cab-refs-page {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-refs-page .cab-refs__box {
        width: 50%;
        margin: 0; }
        @media (max-width: 767px) {
          .cab-refs-page .cab-refs__box {
            width: 100%; } }
    .cab-refs-sponsor {
      background-color: #1A85B1;
      background-image: url("../img/cab-sponsor-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%;
      padding: 0 45px;
      min-height: 60px;
      position: relative; }
      @media (max-width: 1199px) {
        .cab-refs-sponsor {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .cab-refs-sponsor {
          width: 100%; } }
      .cab-refs-sponsor:after {
        width: 64px;
        height: 62px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        background-image: url(../img/cab-sponsor-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% 100%;
        pointer-events: none; }
        @media (max-width: 767px) {
          .cab-refs-sponsor:after {
            left: 50%;
            top: 0;
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
               -moz-transform: translate(-50%, -50%) rotate(90deg);
                -ms-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg); } }
      .cab-refs-sponsor 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;
        margin-right: 10px;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.155em; }
        .cab-refs-sponsor p img {
          width: 18px;
          margin-right: 13px; }
      .cab-refs-sponsor span {
        text-align: right;
        font-weight: 900;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.155em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .cab-refs-stat {
      width: -moz-calc(100% + 90px);
      width: calc(100% + 90px);
      margin-left: -45px;
      background-color: #fff;
      border-left: 1px solid #E7E9EB;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .cab-refs-stat {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px; } }
      .cab-refs-stat__head {
        width: 100%;
        padding: 25px 45px;
        border-bottom: 1px solid #E7E9EB;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        color: rgba(86, 95, 119, 0.5);
        letter-spacing: 0.155em; }
        @media (max-width: 1199px) {
          .cab-refs-stat__head {
            padding: 20px 15px; } }
      .cab-refs-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: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .cab-refs-stat__item {
        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: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media (max-width: 767px) {
          .cab-refs-stat__item {
            width: 100%; } }
      .cab-refs-stat__col {
        width: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 25px 45px;
        border-bottom: 1px solid #E7E9EB;
        border-right: 1px solid #E7E9EB; }
        @media (max-width: 1199px) {
          .cab-refs-stat__col {
            padding: 20px 15px; } }
        .cab-refs-stat__col:first-child {
          background-color: #FCFCFC; }
      .cab-refs-stat__wallet {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 500;
        font-size: 12px;
        color: rgba(86, 95, 119, 0.5);
        text-transform: uppercase;
        letter-spacing: 0.155em; }
        .cab-refs-stat__wallet img {
          width: 15px;
          height: 15px;
          margin-right: 10px; }
      .cab-refs-stat__val {
        font-weight: 700;
        font-size: 16px;
        color: #A9ADB9; }
        .cab-refs-stat__val sup {
          font-size: 7px;
          text-transform: uppercase;
          margin-left: 5px; }
  .cab-stat {
    margin-bottom: -350px;
    margin-top: 100px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .cab-stat {
        margin-top: 0;
        margin-bottom: 0; } }
    .cab-stat__title {
      bottom: -moz-calc(100% + 320px);
      bottom: calc(100% + 320px);
      position: absolute;
      left: 100%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      color: rgba(86, 95, 119, 0.03);
      font-family: "Floripa", sans-serif;
      font-size: 90px;
      text-transform: uppercase;
      font-weight: 400;
      z-index: -1;
      pointer-events: none; }
  .cab-wallets {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 20px;
    border-top: 1px solid #E7E9EB;
    border-left: 1px solid #E7E9EB; }
    @media (max-width: 1199px) {
      .cab-wallets {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-wallets label {
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      border-bottom: 1px solid #E7E9EB;
      border-right: 1px solid #E7E9EB;
      cursor: pointer; }
      @media (max-width: 991px) {
        .cab-wallets label {
          width: -moz-calc(100% / 3);
          width: calc(100% / 3); } }
      @media (max-width: 767px) {
        .cab-wallets label {
          width: 50%; } }
      .cab-wallets label input {
        display: none; }
        .cab-wallets label input:checked + p {
          border-bottom-color: #26B961;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
          background-color: #fff;
          color: #26B961;
          opacity: 1; }
          .cab-wallets label input:checked + p:after {
            opacity: 1; }
      .cab-wallets label 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;
        font-weight: 900;
        font-size: 16px;
        color: #565F77;
        line-height: 1;
        padding: 25px 45px;
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-bottom: 3px solid transparent;
        opacity: 0.5; }
        @media (max-width: 1199px) {
          .cab-wallets label p {
            padding: 15px; } }
        @media (max-width: 480px) {
          .cab-wallets label p {
            font-size: 12px; } }
        .cab-wallets label p:hover {
          background-color: #fff;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
          opacity: 1; }
        .cab-wallets label p:after {
          position: absolute;
          top: 50%;
          left: 60px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 40px;
          height: 40px;
          background-image: url(../img/cab-check.svg);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: 50% 50%;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0;
          z-index: 2; }
          @media (max-width: 1199px) {
            .cab-wallets label p:after {
              left: 30px; } }
          @media (max-width: 480px) {
            .cab-wallets label p:after {
              width: 25px;
              height: 25px;
              left: 25px; } }
        .cab-wallets label p img {
          width: 30px;
          height: 30px;
          margin-right: 13px; }
          @media (max-width: 480px) {
            .cab-wallets label p img {
              width: 20px;
              height: 20px;
              margin-right: 5px; } }
        .cab-wallets label p span {
          font-weight: 400;
          font-size: 10px;
          color: rgba(86, 95, 119, 0.5);
          text-transform: uppercase;
          margin-left: 5px; }
          @media (max-width: 480px) {
            .cab-wallets label p span {
              font-size: 8px; } }
  .cab-amount {
    display: block;
    width: -moz-calc(50% + 45px);
    width: calc(50% + 45px);
    margin-left: -45px;
    border-top: 1px solid #E7E9EB;
    border-bottom: 1px solid #E7E9EB;
    position: relative;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .cab-amount {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-amount img {
      right: 31px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 31px;
      height: 31px; }
      @media (max-width: 991px) {
        .cab-amount img {
          right: 15px; } }
    .cab-amount ::-webkit-input-placeholder {
      color: #26B961; }
    .cab-amount :-moz-placeholder {
      color: #26B961; }
    .cab-amount ::-moz-placeholder {
      color: #26B961; }
    .cab-amount :-ms-input-placeholder {
      color: #26B961; }
    .cab-amount ::placeholder {
      color: #26B961; }
    .cab-amount input {
      padding-right: 93px;
      padding-left: 45px;
      min-height: 67px;
      background-image: url("../img/cab-amount-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      border: none;
      outline: none;
      background-color: transparent;
      font-weight: 700;
      font-size: 30px;
      color: #26B961;
      background-color: #fff; }
      @media (max-width: 991px) {
        .cab-amount input {
          padding-right: 60px;
          padding-left: 15px; } }
    .cab-amount:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: #26B961;
      content: ''; }
  .cab-plans {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    border-top: 1px solid #E7E9EB;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .cab-plans {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-plans__col {
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 991px) {
        .cab-plans__col {
          width: 50%; } }
      .cab-plans__col:nth-child(even) .cab-plans__info:after {
        right: 0;
        left: auto;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .cab-plans__head {
      background-color: rgba(180, 197, 214, 0.1);
      background: -moz-repeating-linear-gradient(108.65deg, rgba(180, 197, 214, 0.1), rgba(180, 197, 214, 0.1) 9px, rgba(255, 255, 255, 0.1) 9px, rgba(255, 255, 255, 0.1) 12px);
      background: repeating-linear-gradient(-18.65deg, rgba(180, 197, 214, 0.1), rgba(180, 197, 214, 0.1) 9px, rgba(255, 255, 255, 0.1) 9px, rgba(255, 255, 255, 0.1) 12px);
      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-bottom: 1px solid #E7E9EB;
      padding: 30px 45px; }
      @media (max-width: 1199px) {
        .cab-plans__head {
          padding: 20px 15px; } }
      .cab-plans__head.blue .cab-plans__arrow {
        background-color: #146DBD; }
      .cab-plans__head.blue .cab-plans__text h3 {
        color: #146DBD; }
      .cab-plans__head.orange .cab-plans__arrow {
        background-color: #F67942; }
      .cab-plans__head.orange .cab-plans__text h3 {
        color: #F67942; }
      .cab-plans__head.green .cab-plans__arrow {
        background-color: #1BA853; }
      .cab-plans__head.green .cab-plans__text h3 {
        color: #1BA853; }
    .cab-plans__arrow {
      width: 30px;
      height: 30px;
      border-radius: 4px;
      background-color: #0B969F;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 15px;
      margin-top: -4px; }
      @media (max-width: 480px) {
        .cab-plans__arrow {
          width: 25px;
          height: 25px;
          margin-right: 10px;
          margin-top: -2px; } }
      .cab-plans__arrow svg {
        fill: none;
        stroke: #fff;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .cab-plans__text {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-plans__text h3 {
        font-family: "Floripa", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #0B969F;
        text-transform: uppercase;
        margin-bottom: 8px;
        line-height: 1; }
        .cab-plans__text h3:last-child {
          margin-bottom: 0; }
        @media (max-width: 480px) {
          .cab-plans__text h3 {
            font-size: 10px; } }
        .cab-plans__text h3 span {
          display: block;
          letter-spacing: 0.155em;
          font-family: "Estricta", sans-serif;
          margin-bottom: 4px;
          font-weight: 700;
          font-size: 10px; }
      .cab-plans__text p {
        font-weight: 500;
        font-size: 10px;
        color: #A3A7B5;
        text-transform: uppercase;
        letter-spacing: 0.155em; }
        @media (max-width: 480px) {
          .cab-plans__text p {
            font-size: 8px; } }
        .cab-plans__text p span {
          color: #565F77;
          font-weight: 900; }
    .cab-plans label {
      width: 100%;
      display: block;
      border-bottom: 1px solid #E7E9EB; }
      .cab-plans label input {
        display: none; }
        .cab-plans label input:checked + .cab-plans__item {
          border-bottom-color: #26B961;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
          background-color: #fff; }
    .cab-plans__info {
      position: absolute;
      width: 14px;
      height: 14px;
      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;
      top: 26px;
      right: 46px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      font-weight: 700;
      font-size: 10px;
      color: #565F77;
      text-align: center;
      padding-left: 1px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 480px) {
        .cab-plans__info {
          top: 10px;
          right: 20px; } }
      .cab-plans__info:hover:after {
        opacity: 1; }
      .cab-plans__info:after {
        content: attr(data-text);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -moz-calc(100% + 10px);
        bottom: calc(100% + 10px);
        padding: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        width: 220px;
        font-size: 14px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        pointer-events: none;
        opacity: 0; }
      .cab-plans__info:hover {
        border-color: #565F77; }
    .cab-plans__item {
      padding: 25px 45px;
      width: 100%;
      border-bottom: 3px solid transparent;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      cursor: pointer;
      position: relative; }
      @media (max-width: 1199px) {
        .cab-plans__item {
          padding: 20px 15px; } }
      .cab-plans__item:hover {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
        background-color: #fff; }
      .cab-plans__item h3 {
        font-weight: 900;
        font-size: 24px;
        color: #0B969F;
        line-height: 1;
        margin-bottom: 13px; }
        @media (max-width: 480px) {
          .cab-plans__item h3 {
            font-size: 18px; } }
        .cab-plans__item h3 img {
          margin-right: 10px;
          height: 20px;
          margin-bottom: -2px; }
        .cab-plans__item h3 span {
          font-weight: 400;
          font-size: 14px;
          color: #565F77; }
          @media (max-width: 480px) {
            .cab-plans__item h3 span {
              font-size: 10px; } }
      .cab-plans__item p {
        position: relative;
        padding-left: 27px;
        font-weight: 500;
        font-size: 10px;
        color: #A3A7B5;
        letter-spacing: 0.155em;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .cab-plans__item p:last-child {
          margin-bottom: 0; }
        @media (max-width: 480px) {
          .cab-plans__item p {
            padding-left: 0;
            font-size: 8px; } }
        .cab-plans__item p span {
          font-weight: 900;
          color: #565F77; }
        .cab-plans__item p:after {
          position: absolute;
          top: -10px;
          left: 0;
          width: 17px;
          height: 17px;
          background-image: url(../img/cab-bal-dots.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          content: ''; }
          @media (max-width: 480px) {
            .cab-plans__item p:after {
              display: none; } }
      .cab-plans__item.blue h3 {
        color: #087D98; }
      .cab-plans__item.orange h3 {
        color: #F67942; }
    .cab-plans-modal {
      border-radius: 24px;
      background-color: #F4F5F6;
      border: 5px solid #fff;
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 0;
      position: relative;
      width: -moz-calc(100% + 12px);
      width: calc(100% + 12px); }
      @media (max-width: 991px) {
        .cab-plans-modal {
          border-radius: 0;
          border: none;
          margin-left: -6px; } }
      @media (max-width: 480px) {
        .cab-plans-modal {
          padding: 20px 0; } }
      .cab-plans-modal .mfp-close {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -10px;
        right: 5px;
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 0;
        line-height: 1;
        font-weight: 100;
        font-size: 60px;
        color: #565F77;
        font-family: "Estricta", sans-serif;
        opacity: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-plans-modal .mfp-close:hover {
          color: #E83939; }
      .cab-plans-modal .cab-title {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-size: 30px;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .cab-plans-modal .cab-title {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .cab-plans-modal .cab-title {
            font-size: 12px;
            margin-bottom: 20px; } }
      .cab-plans-modal .cab-plans {
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          .cab-plans-modal .cab-plans {
            margin-bottom: 20px; } }
      .cab-plans-modal .sign-check {
        width: 100%;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 25px; }
        .cab-plans-modal .sign-check span {
          font-size: 16px;
          padding-left: 36px; }
          .cab-plans-modal .sign-check span:after, .cab-plans-modal .sign-check span:before {
            width: 22px;
            height: 22px;
            top: 2px; }
  .cab-tabs {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    border-top: 1px solid #E7E9EB; }
    @media (max-width: 1199px) {
      .cab-tabs {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #E7E9EB;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-top: 3px solid transparent;
      font-weight: 500;
      font-size: 16px;
      color: #565F77;
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      padding: 25px 45px;
      cursor: pointer; }
      @media (max-width: 1199px) {
        .cab-tabs__item {
          padding: 20px 15px; } }
      @media (max-width: 767px) {
        .cab-tabs__item {
          width: 50%; } }
      .cab-tabs__item:hover {
        color: #26B961;
        box-shadow: 0px -14px 15px rgba(0, 0, 0, 0.03);
        background-color: #fff; }
      .cab-tabs__item:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 5px;
        border-radius: 50%;
        background-color: rgba(86, 95, 119, 0.1);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-tabs__item.active {
        color: #26B961;
        box-shadow: 0px -14px 15px rgba(0, 0, 0, 0.03);
        background-color: #fff;
        font-weight: 900;
        border-top-color: #26B961; }
        .cab-tabs__item.active:after {
          background-color: #26B961; }
  .cab-table {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    background-color: #fff;
    padding-bottom: 1px;
    border-bottom: 1px solid #E7E9EB; }
    @media (max-width: 1199px) {
      .cab-table {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-table table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 50px; }
      @media (max-width: 1199px) {
        .cab-table table {
          margin-bottom: 30px; } }
      .cab-table table td {
        padding: 25px 45px; }
        @media (max-width: 1199px) {
          .cab-table table td {
            padding: 20px 15px; } }
        @media (max-width: 767px) {
          .cab-table table td {
            border: none; } }
      .cab-table table thead td {
        background-color: #FCFCFC; }
      @media (max-width: 767px) {
        .cab-table table tbody tr {
          border: none;
          border-bottom: 1px solid #E7E9EB;
          margin-bottom: 0; } }
      .cab-table table tbody tr:nth-child(even) td {
        background-color: #FCFCFC; }
    .cab-table__title {
      font-weight: 500;
      font-size: 12px;
      color: rgba(86, 95, 119, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.155em; }
    .cab-table__date {
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      text-transform: uppercase; }
    .cab-table__val {
      font-weight: 900;
      font-size: 12px;
      color: #6D7578; }
    .cab-table__text {
      font-weight: 400;
      font-size: 12px;
      color: #6D7578; }
    .cab-table__status {
      font-weight: 900;
      font-size: 12px;
      color: #FBBB16;
      position: relative;
      padding-left: 13px; }
      .cab-table__status:after {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        background-color: #FBBB16; }
      .cab-table__status.red {
        color: #E83939; }
        .cab-table__status.red:after {
          background-color: #E83939; }
      .cab-table__status.green {
        color: #1BA853; }
        .cab-table__status.green:after {
          background-color: #1BA853; }
    .cab-table__wallet {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      line-height: 1;
      font-weight: 900;
      font-size: 12px;
      color: #6D7578; }
      .cab-table__wallet img {
        width: 17px;
        height: 17px;
        margin-right: 9px; }
    .cab-table .page-pag {
      padding: 0 45px; }
      @media (max-width: 1199px) {
        .cab-table .page-pag {
          padding: 0 15px; } }
  .cab-dep {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    background-color: #fff;
    border-top: 1px solid #E7E9EB;
    border-bottom: 1px solid #E7E9EB;
    padding: 35px 45px; }
    @media (max-width: 1199px) {
      .cab-dep {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 20px 15px; } }
    .cab-dep .page-pag {
      margin-bottom: 0; }
    .cab-dep__list {
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: 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% + 90px);
      width: calc(100% + 90px); }
      @media (max-width: 1199px) {
        .cab-dep__list {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px); } }
    .cab-dep__item {
      margin-bottom: 30px;
      max-width: 235px;
      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-right: 65px;
      border: 1px solid #f0f3f7;
      padding: 25px; }
      @media (max-width: 1199px) {
        .cab-dep__item {
          width: -moz-calc(50% - 30px);
          width: calc(50% - 30px);
          margin-right: 30px;
          max-width: 100%; } }
      @media (max-width: 480px) {
        .cab-dep__item {
          width: 100%; } }
      .cab-dep__item .main-btn {
        width: 100%;
        min-width: 0;
        color: #0B969F;
        border: 1px solid rgba(11, 150, 159, 0.1); }
        .cab-dep__item .main-btn:after {
          background-image: url(../img/cab-plan-btn-1.png); }
        .cab-dep__item .main-btn:before {
          background-color: rgba(11, 150, 159, 0.1); }
      .cab-dep__item.blue .main-btn {
        border-color: rgba(20, 109, 189, 0.1);
        color: #146DBD; }
        .cab-dep__item.blue .main-btn:after {
          background-image: url(../img/cab-plan-btn-2.png); }
        .cab-dep__item.blue .main-btn:before {
          background-color: rgba(20, 109, 189, 0.1); }
      .cab-dep__item.blue .cab-plans__arrow, .cab-dep__item.blue .cab-dep__bar-line span {
        background-color: #146DBD; }
      .cab-dep__item.blue .cab-plans__text h3 {
        color: #146DBD; }
      .cab-dep__item.blue .cab-dep__content h3 {
        color: #146DBD; }
      .cab-dep__item.orange .main-btn {
        border-color: rgba(246, 121, 66, 0.1);
        color: #F67942; }
        .cab-dep__item.orange .main-btn:after {
          background-image: url(../img/cab-plan-btn-3.png); }
        .cab-dep__item.orange .main-btn:before {
          background-color: rgba(246, 121, 66, 0.1); }
      .cab-dep__item.orange .cab-plans__arrow, .cab-dep__item.orange .cab-dep__bar-line span {
        background-color: #F67942; }
      .cab-dep__item.orange .cab-plans__text h3 {
        color: #F67942; }
      .cab-dep__item.orange .cab-dep__content h3 {
        color: #F67942; }
      .cab-dep__item.green .main-btn {
        border-color: rgba(27, 168, 83, 0.1);
        color: #1BA853; }
        .cab-dep__item.green .main-btn:after {
          background-image: url(../img/cab-plan-btn-4.png); }
        .cab-dep__item.green .main-btn:before {
          background-color: rgba(27, 168, 83, 0.1); }
      .cab-dep__item.green .cab-plans__arrow, .cab-dep__item.green .cab-dep__bar-line span {
        background-color: #1BA853; }
      .cab-dep__item.green .cab-plans__text h3 {
        color: #1BA853; }
      .cab-dep__item.green .cab-dep__content h3 {
        color: #1BA853; }
    .cab-dep__head {
      width: 100%;
      border-bottom: 1px dashed #E4E6E8;
      padding-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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 18px; }
    .cab-dep__content {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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-dep__content h3 {
        font-weight: 900;
        font-size: 24px;
        color: #0B969F;
        line-height: 1;
        margin-bottom: 13px; }
        @media (max-width: 480px) {
          .cab-dep__content h3 {
            font-size: 18px; } }
        .cab-dep__content h3 img {
          margin-right: 10px;
          height: 20px;
          margin-bottom: -2px; }
        .cab-dep__content h3 span {
          font-weight: 400;
          font-size: 14px;
          color: #565F77; }
          @media (max-width: 480px) {
            .cab-dep__content h3 span {
              font-size: 10px; } }
    .cab-dep__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 27px;
      position: relative;
      margin-bottom: 25px; }
      @media (max-width: 480px) {
        .cab-dep__info {
          padding-left: 0; } }
      .cab-dep__info:after {
        position: absolute;
        top: -10px;
        left: 0;
        width: 17px;
        height: 17px;
        background-image: url(../img/cab-bal-dots.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: ''; }
        @media (max-width: 480px) {
          .cab-dep__info:after {
            display: none; } }
      .cab-dep__info p {
        position: relative;
        font-weight: 500;
        font-size: 10px;
        color: #A3A7B5;
        letter-spacing: 0.155em;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cab-dep__info p:last-child {
          margin-bottom: 0; }
        @media (max-width: 480px) {
          .cab-dep__info p {
            font-size: 8px; } }
        .cab-dep__info p span {
          font-weight: 900;
          color: #565F77;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 5px; }
          .cab-dep__info p span img {
            width: 17px;
            height: 17px;
            margin-right: 5px; }
    .cab-dep__bar {
      width: 100%;
      margin-bottom: 24px; }
      .cab-dep__bar-line {
        width: 100%;
        position: relative;
        margin-bottom: 8px;
        background-color: #F0F3F7;
        border-radius: 30px;
        overflow: hidden;
        height: 11px; }
        .cab-dep__bar-line span {
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 30px;
          background-color: #0B969F;
          display: block;
          height: 100%; }
      .cab-dep__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; }
        .cab-dep__bar-head span {
          font-weight: 900;
          font-size: 10px;
          color: #565F77; }
  .cab-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;
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    font-size: 8px;
    text-transform: uppercase;
    color: #0B969F;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .cab-link {
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-link:hover {
      text-decoration: underline; }
    .cab-link img {
      margin-right: -3px; }
  .cab-inputs {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 20px;
    border-left: 1px solid #E7E9EB; }
    @media (max-width: 1199px) {
      .cab-inputs {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
  .cab-input {
    width: 50%;
    min-height: 80px;
    border-bottom: 1px solid #E7E9EB;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 45px 20px 42px;
    border-right: 1px solid #E7E9EB;
    cursor: text;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 3px solid transparent;
    position: relative; }
    @media (max-width: 991px) {
      .cab-input {
        width: 100%; } }
    .cab-input:after {
      position: absolute;
      top: 0;
      left: 235px;
      height: 100%;
      width: 1px;
      content: '';
      background-color: #E7E9EB; }
      @media (max-width: 1199px) {
        .cab-input:after {
          left: 210px; } }
      @media (max-width: 480px) {
        .cab-input:after {
          left: 130px; } }
    @media (max-width: 1199px) {
      .cab-input {
        min-height: 60px;
        padding: 20px 15px; } }
    .cab-input:focus-within {
      background-color: #fff;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
      border-left-color: #146DBD; }
      .cab-input:focus-within svg {
        opacity: 1; }
    .cab-input ::-webkit-input-placeholder {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.5); }
    .cab-input :-moz-placeholder {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.5); }
    .cab-input ::-moz-placeholder {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.5); }
    .cab-input :-ms-input-placeholder {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.5); }
    .cab-input ::placeholder {
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: rgba(86, 95, 119, 0.5); }
    .cab-input p {
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em;
      color: #565F77;
      margin-right: 30px;
      max-width: 180px;
      width: 100%;
      line-height: 1.2;
      white-space: pre-wrap; }
      @media (max-width: 480px) {
        .cab-input p {
          font-size: 8px;
          max-width: 100px; } }
    .cab-input input {
      width: 100%;
      border: none;
      outline: none;
      background-color: transparent;
      font-weight: 500;
      font-size: 16px;
      color: #565F77;
      padding: 0;
      line-height: 1;
      height: 100%;
      padding-bottom: 4px; }
      .cab-input input:focus + svg {
        opacity: 1; }
    .cab-input img {
      width: 15px;
      height: 15px;
      min-width: 16px;
      margin-right: 15px; }
    .cab-input svg {
      width: 16px;
      height: 16px;
      min-width: 16px;
      fill: #565F77;
      opacity: 0.2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-left: 10px; }
    .cab-input span {
      white-space: nowrap;
      font-size: 12px; }
    .cab-input .jq-selectbox {
      width: 100%;
      height: -moz-calc(100% + 40px);
      height: calc(100% + 40px); }
      .cab-input .jq-selectbox:hover .jq-selectbox__trigger-arrow {
        border-top-color: #565F77; }
      .cab-input .jq-selectbox__select {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border: none !important;
        font-weight: 700;
        font-size: 14px;
        color: #565F77;
        padding-left: 0;
        font-family: "Estricta", sans-serif; }
      .cab-input .jq-selectbox__trigger {
        border: none !important; }
        .cab-input .jq-selectbox__trigger-arrow {
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 4px;
          border-top-color: rgba(86, 95, 119, 0.2);
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-input .jq-selectbox__dropdown {
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        border: 1px solid #E7E9EB;
        background-color: #fff;
        margin-left: -17px;
        width: -moz-calc(100% + 63px);
        width: calc(100% + 63px); }
        @media (max-width: 1199px) {
          .cab-input .jq-selectbox__dropdown {
            margin-left: -15px;
            width: -moz-calc(100% + 31px);
            width: calc(100% + 31px); } }
        .cab-input .jq-selectbox__dropdown li {
          font-weight: 700;
          font-size: 14px;
          color: #565F77;
          padding: 7px 17px;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          font-family: "Estricta", sans-serif; }
          @media (max-width: 1199px) {
            .cab-input .jq-selectbox__dropdown li {
              padding: 7px 15px; } }
          .cab-input .jq-selectbox__dropdown li:hover, .cab-input .jq-selectbox__dropdown li.sel {
            background-color: #146DBD;
            color: #fff; }
    .cab-input__wrap {
      width: 100%; }
    .cab-input_check {
      cursor: pointer; }
      .cab-input_check .sign-check {
        width: auto;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0; }
        .cab-input_check .sign-check span {
          font-size: 16px;
          padding-left: 36px;
          min-height: 22px;
          padding-left: 22px;
          margin-right: -3px; }
          .cab-input_check .sign-check span:after, .cab-input_check .sign-check span:before {
            width: 22px;
            height: 22px;
            top: 2px; }
    .cab-input_wallet:after {
      display: none; }
  .cab-set-head {
    width: -moz-calc(50% + 45px);
    width: calc(50% + 45px);
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #E7E9EB; }
    @media (max-width: 991px) {
      .cab-set-head {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-set-head__col {
      width: 50%;
      padding: 20px 45px;
      border-bottom: 1px solid #E7E9EB;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 991px) {
        .cab-set-head__col {
          width: 100%;
          padding: 20px 15px; } }
    .cab-set-head .cab-title {
      margin-bottom: 0; }
  .cab-set-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px; }
    @media (max-width: 991px) {
      .cab-set-list {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-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-set-list__col {
      width: 25%;
      padding: 35px 45px; }
      @media (max-width: 991px) {
        .cab-set-list__col {
          width: 100%;
          padding: 20px 15px; } }
      .cab-set-list__col:last-child {
        width: 50%;
        margin-top: -93px; }
        @media (max-width: 991px) {
          .cab-set-list__col:last-child {
            width: 100%;
            margin-top: 0; } }
        .cab-set-list__col:last-child .cab-set-num span {
          background-color: #1BA853;
          color: #fff; }
        .cab-set-list__col:last-child .cab-set-num:after {
          margin-left: 30px;
          width: 30px;
          height: 30px;
          background-image: url(../img/cab-set-dots-2.svg);
          margin-top: -25px;
          background-repeat: no-repeat; }
        .cab-set-list__col:last-child .cab-set-text h3 {
          color: #1BA853; }
      .cab-set-list__col .cab-amount {
        width: -moz-calc(100% + 90px);
        width: calc(100% + 90px);
        margin-left: -45px;
        border-left: 3px solid #1BA853;
        margin-bottom: 35px; }
        @media (max-width: 991px) {
          .cab-set-list__col .cab-amount {
            width: -moz-calc(100% + 30px);
            width: calc(100% + 30px);
            margin-left: -15px; } }
        .cab-set-list__col .cab-amount ::-webkit-input-placeholder {
          color: #565F77; }
        .cab-set-list__col .cab-amount :-moz-placeholder {
          color: #565F77; }
        .cab-set-list__col .cab-amount ::-moz-placeholder {
          color: #565F77; }
        .cab-set-list__col .cab-amount :-ms-input-placeholder {
          color: #565F77; }
        .cab-set-list__col .cab-amount ::placeholder {
          color: #565F77; }
        .cab-set-list__col .cab-amount input {
          min-height: 56px;
          font-weight: 700;
          font-size: 16px;
          color: #565F77;
          line-height: 1;
          padding-bottom: 0;
          padding-right: 45px; }
          @media (max-width: 1199px) {
            .cab-set-list__col .cab-amount input {
              padding-right: 15px; } }
  .cab-set-num {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .cab-set-num span {
      width: 28px;
      height: 28px;
      background-color: rgba(86, 95, 119, 0.1);
      border-radius: 4px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-weight: 900;
      font-size: 12px;
      color: #565F77;
      min-width: 28px; }
    .cab-set-num:after {
      width: 100%;
      height: 7px;
      background-image: url(../img/cab-set-dots-1.svg);
      background-repeat: repeat-x;
      background-position: 0 50%;
      content: '';
      margin-left: 50px;
      display: inline-block; }
  .cab-set-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: 20px; }
    .cab-set-text h3 {
      margin-bottom: 20px;
      font-weight: 900;
      font-size: 18px;
      color: #6D7578;
      text-transform: uppercase; }
      .cab-set-text h3:last-child {
        margin-bottom: 0; }
    .cab-set-text p {
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      line-height: 1.2;
      margin-bottom: 20px; }
      .cab-set-text p:last-child {
        margin-bottom: 0; }
      .cab-set-text p span {
        font-weight: 900; }
  .cab-set-app {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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-set-app a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      cursor: pointer;
      margin-bottom: 20px; }
      .cab-set-app a:last-child {
        margin-bottom: 0; }
  .cab-set-qr {
    width: 113px;
    height: 113px;
    margin-bottom: 20px; }
    .cab-set-qr:last-child {
      margin-bottom: 0; }
    .cab-set-qr img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .cab-check {
    display: block;
    cursor: pointer; }
    .cab-check input {
      display: none; }
      .cab-check input:checked + .cab-check__box {
        color: #1BA853; }
        .cab-check input:checked + .cab-check__box:after {
          background-color: #1BA853; }
        .cab-check input:checked + .cab-check__box span {
          left: 16px; }
          .cab-check input:checked + .cab-check__box span svg {
            fill: #1BA853; }
    .cab-check__box {
      position: relative;
      padding-left: 41px;
      font-weight: 700;
      font-size: 12px;
      color: #565F77;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-check__box:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 32px;
        height: 17px;
        border-radius: 100px;
        background-color: #565F77;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-check__box span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fff;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-check__box span svg {
          fill: #565F77;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          width: 8px;
          height: 8px; }
  .cab-promo {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    background-color: #fff;
    border-top: 1px solid #E7E9EB;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .cab-promo {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-promo__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .cab-promo__item {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .cab-promo__col {
      border-right: 1px solid #E7E9EB;
      border-bottom: 1px solid #E7E9EB;
      width: 50%;
      padding: 30px 45px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1199px) {
        .cab-promo__col {
          padding: 20px 15px; } }
      @media (max-width: 767px) {
        .cab-promo__col {
          width: 100%;
          border-right: none; } }
      .cab-promo__col:last-child {
        border-right: none; }
    .cab-promo__img {
      max-width: 100%; }
      .cab-promo__img img {
        max-width: 100%; }
    .cab-promo__size {
      font-family: "Floripa", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #565F77;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .cab-promo__text {
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-decoration: none;
      font-weight: 400;
      color: rgba(86, 95, 119, 0.5);
      margin-bottom: 20px; }
  .cab-his__item {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-bottom: 30px;
    background-color: #fff; }
    @media (max-width: 1199px) {
      .cab-his__item {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .cab-his__item:last-child {
      margin-bottom: 0; }
    .cab-his__item table {
      width: 100%;
      table-layout: fixed;
      border-spacing: 0;
      border: 1px solid #E7E9EB; }
      .cab-his__item table thead {
        border-bottom: 1px solid #F2F2F2; }
        @media (max-width: 767px) {
          .cab-his__item table thead {
            display: none; } }
      .cab-his__item table tr {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .cab-his__item table tr {
            border: none !important;
            border-bottom: 1px solid #E7E9EB !important; }
            .cab-his__item table tr:last-child {
              border-bottom: none !important; } }
      .cab-his__item table td {
        padding: 20px 45px;
        border-bottom: 1px solid #E7E9EB;
        border-right: 1px solid #E7E9EB; }
        .cab-his__item table td:last-child {
          border-right: none; }
        @media (max-width: 1199px) {
          .cab-his__item table td {
            padding: 10px 15px; } }
        @media (max-width: 767px) {
          .cab-his__item 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;
            border-right: none; }
            .cab-his__item table td:last-child {
              border-bottom: none; } }
        .cab-his__item table td:before {
          font-weight: 700;
          font-size: 12px;
          color: #146DBD;
          text-transform: uppercase; }
      .cab-his__item table tbody tr:last-child td {
        border-bottom: none; }
      @media (max-width: 767px) {
        .cab-his__item table tbody td {
          border-bottom: none; } }
  .cab-his__title {
    font-weight: 700;
    font-size: 16px;
    color: #146DBD;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .cab-his__title {
        font-size: 14px; } }
  .cab-his__val {
    font-weight: 400;
    font-size: 16px;
    color: #565F77;
    min-width: 124px; }
    @media (max-width: 1800px) {
      .cab-his__val {
        font-size: 14px;
        min-width: 0; } }
    @media (max-width: 1400px) {
      .cab-his__val {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .cab-his__val {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .cab-his__val {
        font-size: 14px; } }
    .cab-his__val sup {
      font-size: 13px; }
      @media (max-width: 1800px) {
        .cab-his__val sup {
          font-size: 10px;
          top: -5px; } }
      @media (max-width: 1400px) {
        .cab-his__val sup {
          top: -4px; } }
      @media (max-width: 991px) {
        .cab-his__val sup {
          top: -2px; } }
    .cab-his__val.red {
      color: #FF0505; }
    .cab-his__val.green {
      color: #0DBC0D; }
  .cab-his__wallet {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 700;
    font-size: 16px;
    color: #565F77; }
    @media (max-width: 1800px) {
      .cab-his__wallet {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .cab-his__wallet {
        font-size: 10px; } }
    .cab-his__wallet img {
      width: 16px;
      height: 16px;
      margin-right: 7px; }
      @media (max-width: 991px) {
        .cab-his__wallet img {
          margin-right: 5px; } }
  .cab-his__sel {
    position: relative;
    width: 100%; }
    .cab-his__sel .jq-selectbox {
      width: auto;
      z-index: 20;
      width: 100%; }
      .cab-his__sel .jq-selectbox__select {
        padding-left: 12px;
        padding-right: 50px;
        height: 35px;
        line-height: 35px;
        background: #146DBD !important;
        border-radius: 7px;
        box-shadow: none !important;
        text-shadow: none !important;
        border: none !important;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
        width: 100%; }
        @media (max-width: 991px) {
          .cab-his__sel .jq-selectbox__select {
            padding-right: 30px;
            font-size: 12px; } }
      .cab-his__sel .jq-selectbox__trigger {
        height: 100%;
        margin: 0;
        border: none;
        width: 50px; }
        @media (max-width: 991px) {
          .cab-his__sel .jq-selectbox__trigger {
            width: 30px; } }
        .cab-his__sel .jq-selectbox__trigger-arrow {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-top-color: #fff !important; }
      .cab-his__sel .jq-selectbox__dropdown {
        top: -moz-calc(100% + 5px);
        top: calc(100% + 5px);
        border-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        padding: 0 12px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.07);
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.09);
        width: auto; }
        .cab-his__sel .jq-selectbox__dropdown li {
          padding: 10px 0px;
          position: relative;
          background-position: 43px center;
          background-size: 16px 16px;
          background-repeat: no-repeat;
          background-color: transparent;
          font-weight: 400;
          font-size: 17px;
          color: #000;
          border-bottom: 1px solid rgba(0, 0, 0, 0.02); }
          @media (max-width: 991px) {
            .cab-his__sel .jq-selectbox__dropdown li {
              font-size: 14px; } }
          .cab-his__sel .jq-selectbox__dropdown li.sel, .cab-his__sel .jq-selectbox__dropdown li:hover {
            color: #146DBD; }
          .cab-his__sel .jq-selectbox__dropdown li:last-child {
            border-bottom: none; }
  .cab-his__static {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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;
    pointer-events: none; }
    .cab-his__static > img {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .cab-his__static > img {
          width: 15px;
          height: 15px;
          margin-right: 5px; } }
    .cab-his__static > sup {
      font-weight: 400;
      font-size: 11px;
      text-transform: uppercase;
      margin-right: 5px;
      width: 23px; }
      @media (max-width: 480px) {
        .cab-his__static > sup {
          font-size: 8px; } }
  .cab-his__earn {
    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;
    font-weight: 700;
    font-size: 17px;
    color: #565F77;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%; }
    .cab-his__earn:hover, .cab-his__earn.active {
      color: #146DBD; }
    @media (max-width: 991px) {
      .cab-his__earn {
        font-size: 12px; } }
    @media (max-width: 480px) {
      .cab-his__earn {
        font-size: 10px;
        padding-right: 15px; } }
    .cab-his__earn:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      border: 5px solid transparent;
      border-bottom-width: 0;
      border-top-color: #146DBD;
      content: ''; }
    .cab-his__earn-hide {
      top: -moz-calc(100% + 22px);
      top: calc(100% + 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;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: -moz-calc(100% + 90px);
      width: calc(100% + 90px);
      padding: 0;
      background: #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.07);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.09);
      z-index: 10;
      display: none;
      min-width: 243px; }
      @media (max-width: 1199px) {
        .cab-his__earn-hide {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          min-width: 0;
          top: -moz-calc(100% + 12px);
          top: calc(100% + 12px); } }
      @media (max-width: 480px) {
        .cab-his__earn-hide {
          right: 0;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          left: auto; } }
      .cab-his__earn-hide.top {
        top: auto;
        bottom: -moz-calc(100% + 7px);
        bottom: calc(100% + 7px); }
    .cab-his__earn-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: 10px 45px 10px 77px;
      font-weight: 700;
      font-size: 17px;
      color: #146DBD;
      text-align: right;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.11);
      position: relative;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-his__earn-item:hover, .cab-his__earn-item.active {
        background-color: #faebd7; }
      @media (max-width: 1199px) {
        .cab-his__earn-item {
          padding-right: 15px;
          padding-left: 47px; } }
      @media (max-width: 991px) {
        .cab-his__earn-item {
          font-size: 12px; } }
      .cab-his__earn-item:last-child {
        border-bottom: none; }
      .cab-his__earn-item > sup {
        font-weight: 400;
        font-size: 11px;
        text-transform: uppercase;
        margin-right: 5px;
        width: 23px; }
      .cab-his__earn-item img {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 45px; }
        @media (max-width: 1199px) {
          .cab-his__earn-item img {
            left: 15px; } }
  .cab-bounty__wrap {
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    padding-left: 45px;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .cab-bounty__wrap {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        padding-left: 0; } }
  .cab-bounty__text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 70px 0;
    max-width: 210px;
    height: 100%; }
    @media (max-width: 1199px) {
      .cab-bounty__text {
        max-width: 100%;
        padding: 0;
        margin-bottom: 40px;
        height: auto; } }
    .cab-bounty__text:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url(../img/bounty-dots.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: ''; }
      @media (max-width: 1199px) {
        .cab-bounty__text:after {
          display: none; } }
    .cab-bounty__text:before {
      position: absolute;
      bottom: 0;
      -webkit-transform: scaleY(-1);
         -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1);
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url(../img/bounty-dots.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: ''; }
      @media (max-width: 1199px) {
        .cab-bounty__text:before {
          display: none; } }
    .cab-bounty__text h3 {
      font-weight: 500;
      font-size: 12px;
      color: #525B73;
      margin-bottom: 24px;
      letter-spacing: 0.155em;
      margin-bottom: 24px;
      text-transform: uppercase; }
    .cab-bounty__text h4 {
      font-weight: 900;
      font-size: 22px;
      color: #525B73;
      line-height: 1.12;
      margin-bottom: 25px; }
      @media (max-width: 1199px) {
        .cab-bounty__text h4 {
          margin-bottom: 20px; } }
    .cab-bounty__text p {
      font-weight: 400;
      font-size: 14px;
      color: #6D7578;
      line-height: 1.12; }
  .cab-bounty__list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E7E9EB;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .cab-bounty__list {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .cab-bounty__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; } }
  .cab-bounty__item {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    border-right: 1px solid #E7E9EB;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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) {
      .cab-bounty__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E7E9EB; } }
    .cab-bounty__item:last-child {
      border-right: none;
      border-bottom: none; }
    .cab-bounty__item-content {
      padding: 25px 30px;
      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-bounty__item-content .cab-bounty__info {
        margin-top: auto;
        width: 100%; }
        .cab-bounty__item-content .cab-bounty__info h3 {
          width: -moz-calc(100% + 20px);
          width: calc(100% + 20px); }
      @media (max-width: 991px) {
        .cab-bounty__item-content {
          padding: 20px; } }
    .cab-bounty__item-text {
      width: 100%;
      margin-bottom: 20px; }
      .cab-bounty__item-text p {
        font-weight: 400;
        font-size: 14px;
        color: #6D7578;
        line-height: 1.12; }
        .cab-bounty__item-text p b {
          font-weight: 900; }
    .cab-bounty__item-note {
      width: 100%;
      font-weight: 400;
      font-size: 12px;
      color: #6D7578;
      line-height: 1.12;
      font-style: italic;
      margin-bottom: 34px; }
      .cab-bounty__item-note span {
        color: #CC2B2B; }
    .cab-bounty__item-btn {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background: -moz-repeating-linear-gradient(108.65deg, rgba(180, 197, 214, 0.1), rgba(180, 197, 214, 0.1) 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 15px);
      background: repeating-linear-gradient(-18.65deg, rgba(180, 197, 214, 0.1), rgba(180, 197, 214, 0.1) 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 15px);
      min-height: 54px;
      padding: 10px;
      font-weight: 500;
      font-size: 12px;
      color: rgba(82, 91, 115, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.155em;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-top: 1px solid #E7E9EB;
      margin-top: auto; }
      .cab-bounty__item-btn:hover {
        color: #525B73; }
    .cab-bounty__item .main-btn {
      font-size: 8px;
      width: 100%;
      min-height: 38px; }
  .cab-bounty__logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    color: #6D7578;
    line-height: 1.12;
    margin-bottom: 25px; }
    .cab-bounty__logo img {
      margin-right: 11px;
      max-width: 28px;
      max-height: 19px; }
  .cab-bounty__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .cab-bounty__info h3 {
      position: relative;
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      white-space: nowrap;
      font-weight: 500;
      font-size: 12px;
      color: rgba(82, 91, 115, 0.5);
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.155em; }
      .cab-bounty__info h3:after {
        width: 100%;
        margin-left: 20px;
        height: 1px;
        background-color: #E7E9EB;
        content: ''; }
    .cab-bounty__info p {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 900;
      font-size: 14px;
      color: #525B73; }
      .cab-bounty__info p img {
        margin-right: 10px; }
  .cab-bounty__rules {
    width: 100%;
    margin-bottom: 25px; }
    .cab-bounty__rules > h3 {
      font-weight: 500;
      font-size: 12px;
      color: rgba(82, 91, 115, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.155em;
      display: inline-block;
      position: relative;
      margin-bottom: 34px; }
      @media (max-width: 991px) {
        .cab-bounty__rules > h3 {
          margin-bottom: 25px; } }
      .cab-bounty__rules > h3:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -moz-calc(100% + 30px);
        left: calc(100% + 30px);
        height: 1px;
        width: 75px;
        background-color: #E7E9EB;
        content: ''; }
        @media (max-width: 1199px) {
          .cab-bounty__rules > h3:after {
            display: none; } }
    .cab-bounty__rules-list {
      width: -moz-calc(100% + 90px);
      width: calc(100% + 90px);
      margin-left: -45px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #E7E9EB; }
      @media (max-width: 1199px) {
        .cab-bounty__rules-list {
          width: 100%;
          margin-left: 0;
          border-bottom: none;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
    .cab-bounty__rules-item {
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      padding: 0 45px;
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1199px) {
        .cab-bounty__rules-item {
          width: -moz-calc(100% / 4 - 20px);
          width: calc(100% / 4 - 20px);
          padding: 0; } }
      @media (max-width: 767px) {
        .cab-bounty__rules-item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px); } }
      .cab-bounty__rules-item p {
        font-weight: 400;
        font-size: 16px;
        color: #6D7578;
        line-height: 1.12;
        margin-bottom: 25px; }
      .cab-bounty__rules-item span {
        width: 28px;
        height: 28px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        border-radius: 4px;
        background-color: rgba(82, 91, 115, 0.1);
        font-weight: 900;
        font-size: 12px;
        color: #525B73;
        text-transform: uppercase;
        margin-top: auto; }
  .cab-bounty__msg {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    color: #6D7578;
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    border-bottom: 1px solid #E7E9EB;
    padding: 0 45px 25px 45px;
    margin-bottom: 14px; }
    @media (max-width: 1199px) {
      .cab-bounty__msg {
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-bottom: 25px;
        border-bottom: none; } }
    .cab-bounty__msg span {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 28px;
      height: 28px;
      background-color: #F67942;
      border-radius: 4px;
      margin-right: 16px;
      font-weight: 900;
      font-size: 12px;
      color: #fff;
      text-align: center;
      min-width: 28px; }
  .cab-bounty__btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative; }
    @media (max-width: 991px) {
      .cab-bounty__btn {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 480px) {
      .cab-bounty__btn {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-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-bounty__btn:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 65px;
      width: 30px;
      height: 30px;
      background-image: url(../img/bounty-dots.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: ''; }
      @media (max-width: 1199px) {
        .cab-bounty__btn:after {
          display: none; } }
    .cab-bounty__btn p {
      font-weight: 500;
      font-size: 12px;
      color: rgba(86, 95, 119, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.155em; }
      @media (max-width: 480px) {
        .cab-bounty__btn p {
          margin-bottom: 15px; } }
    .cab-bounty__btn .main-btn {
      min-height: 38px;
      font-size: 8px;
      margin-left: 58px; }
      @media (max-width: 480px) {
        .cab-bounty__btn .main-btn {
          margin-left: 0; } }
  .cab-bounty__tg-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Floripa", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #565F77; }
    @media (max-width: 991px) {
      .cab-bounty__tg-title {
        margin-bottom: 20px; } }
    .cab-bounty__tg-title img {
      width: 26px;
      min-width: 26px;
      margin-right: 12px; }
  .cab-bounty__tg-info {
    padding-top: 40px;
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-left: -45px;
    border-top: 1px solid #E7E9EB;
    margin-top: 15px;
    padding: 40px 45px 0 45px;
    margin-bottom: -165px; }
    @media (max-width: 991px) {
      .cab-bounty__tg-info {
        margin-bottom: 0; } }
    @media (max-width: 1199px) {
      .cab-bounty__tg-info {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        border-top: none; } }
    @media (max-width: 991px) {
      .cab-bounty__tg-info {
        padding-top: 0; } }
  .cab-bounty__tg-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .cab-bounty__tg-text {
        margin-bottom: 20px; } }
    .cab-bounty__tg-text a {
      color: #F67942;
      text-decoration: underline; }
      .cab-bounty__tg-text a:hover {
        text-decoration: none; }
    .cab-bounty__tg-text > p {
      font-weight: 400;
      font-size: 16px;
      color: #6D7578;
      line-height: 1.12; }
      .cab-bounty__tg-text > p span {
        font-weight: 900; }
  .cab-bounty__tg-head {
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .cab-bounty__tg-head {
        padding: 0px 20px; } }
    .cab-bounty__tg-head: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% + 90px);
      width: calc(100% + 90px);
      height: -moz-calc(100% + 30px);
      height: calc(100% + 30px);
      content: '';
      background-color: #fff;
      z-index: -1;
      pointer-events: none;
      border-top: 1px solid #E7E9EB; }
      @media (max-width: 1199px) {
        .cab-bounty__tg-head:after {
          width: 100%; } }
  .cab-bounty__tg-bg {
    position: relative; }
    @media (max-width: 1199px) {
      .cab-bounty__tg-bg {
        padding: 0 20px; } }
    .cab-bounty__tg-bg:after {
      position: absolute;
      top: -40px;
      left: -45px;
      width: -moz-calc(100% + 60px);
      width: calc(100% + 60px);
      height: -moz-calc(100% + 60px);
      height: calc(100% + 60px);
      content: '';
      background-color: #fff;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .cab-bounty__tg-bg:after {
          width: 100%;
          left: 0; } }
      @media (max-width: 991px) {
        .cab-bounty__tg-bg:after {
          height: -moz-calc(100% + 30px);
          height: calc(100% + 30px); } }
  .cab-bounty__link {
    font-weight: 500;
    font-size: 12px;
    color: rgba(86, 95, 119, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.155em;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cab-bounty__link:hover {
      color: #1BA853; }
    @media (max-width: 480px) {
      .cab-bounty__link {
        margin-bottom: 15px; } }
