/*! 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: 'LIBRARY 3 AM soft';
  src: url("../fonts/library/LIBRARY3AMsoft.eot");
  src: url("../fonts/library/LIBRARY3AMsoft.eot?#iefix") format("embedded-opentype"), url("../fonts/library/LIBRARY3AMsoft.woff2") format("woff2"), url("../fonts/library/LIBRARY3AMsoft.woff") format("woff"), url("../fonts/library/LIBRARY3AMsoft.ttf") format("truetype"), url("../fonts/library/LIBRARY3AMsoft.svg#LIBRARY3AMsoft") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas/BebasNeueBold.eot");
  src: url("../fonts/bebas/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeueBold.woff2") format("woff2"), url("../fonts/bebas/BebasNeueBold.woff") format("woff"), url("../fonts/bebas/BebasNeueBold.ttf") format("truetype"), url("../fonts/bebas/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

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

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

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/bebas/BebasNeueBook.eot");
  src: url("../fonts/bebas/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeueBook.woff2") format("woff2"), url("../fonts/bebas/BebasNeueBook.woff") format("woff"), url("../fonts/bebas/BebasNeueBook.ttf") format("truetype"), url("../fonts/bebas/BebasNeueBook.svg#BebasNeueBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

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

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas/BebasNeueBold_1.eot");
  src: url("../fonts/bebas/BebasNeueBold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeueBold_1.woff2") format("woff2"), url("../fonts/bebas/BebasNeueBold_1.woff") format("woff"), url("../fonts/bebas/BebasNeueBold_1.ttf") format("truetype"), url("../fonts/bebas/BebasNeueBold_1.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/bebas/BebasNeueBook_1.eot");
  src: url("../fonts/bebas/BebasNeueBook_1.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeueBook_1.woff2") format("woff2"), url("../fonts/bebas/BebasNeueBook_1.woff") format("woff"), url("../fonts/bebas/BebasNeueBook_1.ttf") format("truetype"), url("../fonts/bebas/BebasNeueBook_1.svg#BebasNeueBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas/BebasNeueRegular_1.eot");
  src: url("../fonts/bebas/BebasNeueRegular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeueRegular_1.woff2") format("woff2"), url("../fonts/bebas/BebasNeueRegular_1.woff") format("woff"), url("../fonts/bebas/BebasNeueRegular_1.ttf") format("truetype"), url("../fonts/bebas/BebasNeueRegular_1.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.about-text:after {
  content: "";
  display: block;
  clear: both; }

@-webkit-keyframes promo {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-moz-keyframes promo {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes promo {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-webkit-keyframes wallet1 {
  0% {
    top: 80px;
    left: 47px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
    top: 6px;
    left: 20px; } }

@-moz-keyframes wallet1 {
  0% {
    top: 80px;
    left: 47px;
    -moz-transform: rotate(0deg) scale(1);
         transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(0.5);
         transform: rotate(360deg) scale(0.5);
    top: 6px;
    left: 20px; } }

@keyframes wallet1 {
  0% {
    top: 80px;
    left: 47px;
    -webkit-transform: rotate(0deg) scale(1);
       -moz-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0.5);
       -moz-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
    top: 6px;
    left: 20px; } }

@-webkit-keyframes wallet2 {
  0% {
    top: 150px;
    left: 44px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 120px;
    left: -90px; } }

@-moz-keyframes wallet2 {
  0% {
    top: 150px;
    left: 44px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
    top: 120px;
    left: -90px; } }

@keyframes wallet2 {
  0% {
    top: 150px;
    left: 44px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 120px;
    left: -90px; } }

@-webkit-keyframes wallet3 {
  0% {
    top: 214px;
    right: -30px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(0.5);
            transform: rotate(-360deg) scale(0.5);
    top: 6px;
    right: -200px; } }

@-moz-keyframes wallet3 {
  0% {
    top: 214px;
    right: -30px;
    -moz-transform: rotate(0deg) scale(1);
         transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(0.5);
         transform: rotate(-360deg) scale(0.5);
    top: 6px;
    right: -200px; } }

@keyframes wallet3 {
  0% {
    top: 214px;
    right: -30px;
    -webkit-transform: rotate(0deg) scale(1);
       -moz-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(0.5);
       -moz-transform: rotate(-360deg) scale(0.5);
            transform: rotate(-360deg) scale(0.5);
    top: 6px;
    right: -200px; } }

@-webkit-keyframes wallet4 {
  0% {
    top: 242px;
    right: 44px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 79px;
    right: -400px; } }

@-moz-keyframes wallet4 {
  0% {
    top: 242px;
    right: 44px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg);
    top: 79px;
    right: -400px; } }

@keyframes wallet4 {
  0% {
    top: 242px;
    right: 44px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 79px;
    right: -400px; } }

@-webkit-keyframes wallet5 {
  0% {
    top: 300px;
    right: 44px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 80px;
    right: -380px; } }

@-moz-keyframes wallet5 {
  0% {
    top: 300px;
    right: 44px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg);
    top: 80px;
    right: -380px; } }

@keyframes wallet5 {
  0% {
    top: 300px;
    right: 44px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 80px;
    right: -380px; } }

@-webkit-keyframes wallet6 {
  0% {
    top: 360px;
    right: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 190px;
    right: -520px; } }

@-moz-keyframes wallet6 {
  0% {
    top: 360px;
    right: 0px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg);
    top: 190px;
    right: -520px; } }

@keyframes wallet6 {
  0% {
    top: 360px;
    right: 0px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 190px;
    right: -520px; } }

@-webkit-keyframes wallet7 {
  0% {
    top: 430px;
    right: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

@-moz-keyframes wallet7 {
  0% {
    top: 430px;
    right: 0px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

@keyframes wallet7 {
  0% {
    top: 430px;
    right: 0px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

@-webkit-keyframes wallet8 {
  0% {
    top: 530px;
    right: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

@-moz-keyframes wallet8 {
  0% {
    top: 530px;
    right: 0px;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

@keyframes wallet8 {
  0% {
    top: 530px;
    right: 0px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
            transform: rotate(-360deg);
    top: 290px;
    right: -620px; } }

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

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

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

@-webkit-keyframes rotatePlay2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-moz-keyframes rotatePlay2 {
  0% {
    -moz-transform: scaleX(1);
         transform: scaleX(1); }
  50% {
    -moz-transform: scaleX(-1);
         transform: scaleX(-1); }
  100% {
    -moz-transform: scaleX(1);
         transform: scaleX(1); } }

@keyframes rotatePlay2 {
  0% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
            transform: scaleX(-1); }
  100% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1); } }

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

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

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

section {
  position: relative; }

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

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

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

sup {
  top: -6px; }

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

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

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

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

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

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

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

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

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f6f6f6; }

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

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

@supports (-webkit-background-clip: text) {
  .statement-box__title {
    background: -moz-linear-gradient(300deg, #c0ab85 30px, #2c2c2c 30px);
    background: linear-gradient(150deg, #c0ab85 30px, #2c2c2c 30px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1199px) {
      .statement-box__title {
        -webkit-text-fill-color: #fff; } } }

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

.lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .lines-top, .lines-bot {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .lines-top {
    top: 0; }
    .lines-top:after, .lines-top:before {
      width: 3px;
      height: 3px;
      position: absolute;
      content: ''; }
    .lines-top:after {
      top: -1px;
      left: -1px;
      border-top: 1px solid #c0ab85;
      border-left: 1px solid #c0ab85; }
    .lines-top:before {
      top: -1px;
      right: -1px;
      border-top: 1px solid #c0ab85;
      border-right: 1px solid #c0ab85; }
  .lines-bot {
    bottom: 0; }
    .lines-bot:after, .lines-bot:before {
      width: 3px;
      height: 3px;
      position: absolute;
      content: ''; }
    .lines-bot:after {
      bottom: -1px;
      left: -1px;
      border-bottom: 1px solid #c0ab85;
      border-left: 1px solid #c0ab85; }
    .lines-bot:before {
      bottom: -1px;
      right: -1px;
      border-bottom: 1px solid #c0ab85;
      border-right: 1px solid #c0ab85; }

.lobibox-notify.lobibox-notify-success {
  border: none;
  padding-top: 10px; }

.header {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 999; }
  .header-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("../img/header-scene-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
    .header-scene__item {
      width: 100%;
      height: 100%;
      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%);
      overflow: hidden; }
      .header-scene__item_1 {
        z-index: 1; }
      .header-scene__item_2 {
        background-image: url("../img/header-scene-2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 2; }
  .header-head {
    width: 100%;
    text-align: center;
    position: relative;
    width: 360px;
    height: 450px;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .header-head {
        display: none; } }
    .header-head__bg {
      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;
      margin-left: -120px;
      margin-top: -60px; }
    .header-head__wallet {
      position: absolute;
      z-index: 1;
      opacity: 0; }
      .header-head__wallet_1 {
        -webkit-animation: wallet3 5s infinite linear;
           -moz-animation: wallet3 5s infinite linear;
                animation: wallet3 5s infinite linear; }
      .header-head__wallet_2 {
        -webkit-animation: wallet2 5s infinite linear;
           -moz-animation: wallet2 5s infinite linear;
                animation: wallet2 5s infinite linear;
        -webkit-animation-delay: 2s;
           -moz-animation-delay: 2s;
                animation-delay: 2s; }
      .header-head__wallet_3 {
        -webkit-animation: wallet1 5s infinite linear;
           -moz-animation: wallet1 5s infinite linear;
                animation: wallet1 5s infinite linear;
        -webkit-animation-delay: 4s;
           -moz-animation-delay: 4s;
                animation-delay: 4s; }
      .header-head__wallet_4 {
        -webkit-animation: wallet4 5s infinite linear;
           -moz-animation: wallet4 5s infinite linear;
                animation: wallet4 5s infinite linear;
        -webkit-animation-delay: 6s;
           -moz-animation-delay: 6s;
                animation-delay: 6s; }
      .header-head__wallet_5 {
        -webkit-animation: wallet5 5s infinite linear;
           -moz-animation: wallet5 5s infinite linear;
                animation: wallet5 5s infinite linear;
        -webkit-animation-delay: 8s;
           -moz-animation-delay: 8s;
                animation-delay: 8s; }
      .header-head__wallet_6 {
        -webkit-animation: wallet6 5s infinite linear;
           -moz-animation: wallet6 5s infinite linear;
                animation: wallet6 5s infinite linear;
        -webkit-animation-delay: 6s;
           -moz-animation-delay: 6s;
                animation-delay: 6s; }
      .header-head__wallet_7 {
        -webkit-animation: wallet7 5s infinite linear;
           -moz-animation: wallet7 5s infinite linear;
                animation: wallet7 5s infinite linear;
        -webkit-animation-delay: 4s;
           -moz-animation-delay: 4s;
                animation-delay: 4s; }
      .header-head__wallet_8 {
        -webkit-animation: wallet8 5s infinite linear;
           -moz-animation: wallet8 5s infinite linear;
                animation: wallet8 5s infinite linear;
        -webkit-animation-delay: 2s;
           -moz-animation-delay: 2s;
                animation-delay: 2s; }
  .header .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 840px;
    padding-top: 40px;
    z-index: 30;
    position: relative; }
  .header-top {
    margin-bottom: 45px; }
    @media (max-width: 479px) {
      .header-top {
        margin-bottom: 25px; } }
  .header-center {
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 40px; }
    @media (max-width: 575px) {
      .header-center {
        padding-left: 0; } }
  .header-bot {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .header-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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-left: 85px;
    padding-right: 15px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .header-menu {
        padding-left: 15px;
        padding-right: 0; } }
    @media (max-width: 991px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #302f2d;
        z-index: 20;
        padding: 0 30px;
        opacity: 0;
        pointer-events: none;
        display: none; } }
    .header-menu__item {
      position: relative; }
      .header-menu__item:hover > a, .header-menu__item.active > a {
        color: #fff; }
        .header-menu__item:hover > a svg, .header-menu__item.active > a svg {
          fill: #fff; }
      @media (max-width: 991px) {
        .header-menu__item {
          margin-bottom: 15px;
          max-width: 280px;
          width: 100%; }
          .header-menu__item:last-child {
            margin-bottom: 0; } }
      .header-menu__item > 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;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #c0ab85;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 991px) {
          .header-menu__item > a {
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .header-menu__item > a span {
          position: absolute;
          right: -moz-calc(100% + 5px);
          right: calc(100% + 5px);
          top: -3px;
          font-family: "Comfortaa", sans-serif;
          font-weight: 400;
          color: #6f6f65;
          font-size: 11px;
          white-space: nowrap;
          letter-spacing: 0; }
        .header-menu__item > a svg {
          width: 12px;
          height: 12px;
          fill: #c0ab85;
          margin-left: 15px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .header-menu__item:hover .header-menu__in {
        opacity: 1;
        pointer-events: all; }
      .header-menu__item_down > a svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 8px;
        height: 8px; }
    .header-menu__in {
      position: absolute;
      top: -moz-calc(100% + 20px);
      top: calc(100% + 20px);
      left: -25px;
      background-color: #fff;
      border-radius: 4px;
      padding: 10px 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-width: 220px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none;
      z-index: 30; }
      @media (max-width: 991px) {
        .header-menu__in {
          position: relative;
          opacity: 1;
          pointer-events: all;
          left: auto;
          top: auto;
          background-color: transparent;
          min-width: 0; } }
      .header-menu__in:before {
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: '';
        position: absolute; }
        @media (max-width: 991px) {
          .header-menu__in:before {
            display: none; } }
      .header-menu__in:after {
        left: 15px;
        top: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background-color: #c0ab85;
        content: ''; }
        @media (max-width: 991px) {
          .header-menu__in:after {
            display: none; } }
      .header-menu__in a {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #6f6f65;
        font-weight: 400;
        font-size: 13px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        padding: 15px 40px 15px 0;
        text-decoration: none;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .header-menu__in a {
            padding: 0; } }
        .header-menu__in a:hover {
          color: #c0ab85; }
          .header-menu__in a:hover svg {
            fill: #c0ab85;
            opacity: 1; }
        .header-menu__in a:last-child {
          margin-bottom: 0; }
          .header-menu__in a:last-child:before {
            display: none; }
        .header-menu__in a:after {
          height: 100%;
          width: 1px;
          right: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 991px) {
            .header-menu__in a:after {
              background-color: rgba(255, 255, 255, 0.15); } }
        .header-menu__in a:before {
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: rgba(0, 0, 0, 0.15);
          content: ''; }
          @media (max-width: 991px) {
            .header-menu__in a:before {
              background-color: rgba(255, 255, 255, 0.15); } }
        .header-menu__in a svg {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 15px;
          height: 15px;
          fill: #000;
          opacity: 0.15;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 991px) {
            .header-menu__in a svg {
              fill: #fff; } }
    .header-menu__close {
      display: none;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px; }
      @media (max-width: 991px) {
        .header-menu__close {
          display: block; } }
      .header-menu__close:after {
        width: 100%;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        background-color: #c0ab85;
        content: ''; }
      .header-menu__close:before {
        width: 100%;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #c0ab85;
        content: ''; }
    .header-menu.active {
      opacity: 1;
      pointer-events: all;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .header-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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px; }
    .header-btns p {
      font-family: "Comfortaa", sans-serif;
      font-weight: 300;
      font-size: 18px;
      text-transform: uppercase;
      color: #6f6f65;
      position: relative;
      padding-right: 45px; }
      @media (max-width: 767px) {
        .header-btns p {
          font-size: 14px; } }
      @media (max-width: 479px) {
        .header-btns p {
          display: none; } }
      .header-btns p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.05);
        content: ''; }
    .header-btns__login {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #fff; }
      .header-btns__login:hover {
        color: #c0ab85; }
        .header-btns__login:hover svg {
          fill: #c0ab85; }
      .header-btns__login svg {
        width: 17px;
        height: 17px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 10px; }
    .header-btns__reg {
      max-width: 228px;
      width: 100%;
      position: relative;
      padding-left: 55px;
      padding-right: 10px;
      text-align: center;
      height: 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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      color: #2c2c2c;
      font-family: "Bebas Neue", sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 3px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.7);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-btns__reg .lines-top:after, .header-btns__reg .lines-top:before, .header-btns__reg .lines-bot:after, .header-btns__reg .lines-bot:before {
        width: 5px;
        height: 5px;
        border-color: rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        .header-btns__reg {
          max-width: 180px; } }
      .header-btns__reg:hover {
        background-color: #fff; }
      .header-btns__reg .lines {
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        height: -moz-calc(100% + 4px);
        height: calc(100% + 4px); }
      .header-btns__reg:after {
        z-index: 1;
        left: 0;
        top: 0;
        width: 45px;
        height: 100%;
        background-color: #2c2c2c;
        content: '';
        position: absolute; }
      .header-btns__reg svg {
        position: absolute;
        z-index: 2;
        fill: #c0ab85;
        left: -moz-calc(45px / 2);
        left: calc(45px / 2);
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 17px;
        height: 17px; }
  .header-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: "LIBRARY 3 AM", sans-serif;
    font-size: 75px;
    color: #c0ab85;
    font-weight: 400;
    margin-bottom: 30px; }
    @media (max-width: 479px) {
      .header-title {
        font-size: 65px;
        margin-bottom: 15px; } }
    .header-title p {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 80px;
      color: #fff;
      padding-left: 40px;
      margin-top: -43px; }
      @media (max-width: 479px) {
        .header-title p {
          font-size: 70px; } }
      .header-title p span {
        font-family: "LIBRARY 3 AM", sans-serif;
        color: #c0ab85;
        font-weight: 400; }
  .header-text {
    padding-left: 160px;
    max-width: 320px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: -20px; }
    @media (max-width: 479px) {
      .header-text {
        padding-left: 0;
        margin-bottom: 15px; } }
  .header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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(52px * 3);
    width: calc(52px * 3); }
    @media (max-width: 479px) {
      .header-soc {
        margin-bottom: 15px; } }
    .header-soc__wrap {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 479px) {
        .header-soc__wrap {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .header-soc__btn {
      min-width: 185px;
      padding: 0 10px;
      position: relative;
      background-color: rgba(192, 171, 133, 0.32);
      height: 46px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-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: "Bebas Neue", sans-serif;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      letter-spacing: 3px;
      text-decoration: none;
      margin-left: 3px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-soc__btn .lines-top:after, .header-soc__btn .lines-top:before, .header-soc__btn .lines-bot:after, .header-soc__btn .lines-bot:before {
        width: 5px;
        height: 5px;
        border-color: rgba(255, 255, 255, 0.2); }
      .header-soc__btn:hover {
        background-color: #c0ab85; }
      .header-soc__btn .lines {
        border: 1px solid rgba(255, 255, 255, 0.05);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        height: -moz-calc(100% + 4px);
        height: calc(100% + 4px); }
    .header-soc__item {
      width: 46px;
      height: 46px;
      display: inline-block;
      position: relative;
      margin: 3px; }
      .header-soc__item .lines-top:after, .header-soc__item .lines-top:before, .header-soc__item .lines-bot:after, .header-soc__item .lines-bot:before {
        width: 5px;
        height: 5px;
        border-color: rgba(255, 255, 255, 0.2); }
      .header-soc__item .lines {
        border: 1px solid rgba(255, 255, 255, 0.05);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        height: -moz-calc(100% + 4px);
        height: calc(100% + 4px); }
      .header-soc__item:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.05); }
      .header-soc__item:hover > svg {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
           -moz-transform: translate(-50%, -50%) scale(1.2);
            -ms-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2); }
      .header-soc__item > 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: url(#gr);
        width: 22px;
        height: 22px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1; }
      .header-soc__item span {
        position: absolute;
        background-color: #2c2c2c;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 50%;
        left: 50%;
        z-index: 2; }
        .header-soc__item span 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: url(#gr);
          width: 11px;
          height: 11px; }
  .header-wallets {
    background-image: url("../img/header-wallets-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px;
    max-width: 390px;
    width: 100%; }
    @media (max-width: 479px) {
      .header-wallets {
        margin: 0 auto; } }
    .header-wallets .swiper-container {
      width: 100%;
      position: relative; }
      .header-wallets .swiper-container: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: 100%;
        background-color: rgba(255, 255, 255, 0.05);
        left: -moz-calc(50% - 15px);
        left: calc(50% - 15px); }
    .header-wallets__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; }
      .header-wallets__item-title {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 15px; }
        @media (max-width: 479px) {
          .header-wallets__item-title {
            font-size: 14px; } }
      .header-wallets__item-icon {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 40px;
        position: relative;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #6f6f65;
        letter-spacing: 2px;
        margin-bottom: 20px; }
        .header-wallets__item-icon:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 23px;
          width: 11px;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.05);
          content: ''; }
        .header-wallets__item-icon img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 17px; }
        .header-wallets__item-icon svg {
          width: 17px;
          height: 17px;
          fill: url(#gr);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0; }
      .header-wallets__item-val {
        font-weight: 700;
        color: #fff;
        font-size: 23px;
        margin-bottom: 5px; }
        @media (max-width: 479px) {
          .header-wallets__item-val {
            font-size: 16px; } }
      .header-wallets__item-change {
        padding-right: 12px;
        position: relative;
        font-weight: 700;
        font-size: 12px;
        color: #6f6f65;
        display: inline-block; }
        @media (max-width: 479px) {
          .header-wallets__item-change {
            font-size: 10px; } }
        .header-wallets__item-change_down svg {
          -webkit-transform: translateY(-50%) rotate(90deg);
             -moz-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg);
          fill: #b83a3a; }
        .header-wallets__item-change_up svg {
          -webkit-transform: translateY(-50%) rotate(-90deg);
             -moz-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
                  transform: translateY(-50%) rotate(-90deg);
          fill: #46933e; }
        .header-wallets__item-change svg {
          position: absolute;
          top: 50%;
          right: 0;
          width: 5px;
          height: 5px; }
    .header-wallets__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;
      margin-bottom: 20px; }
      .header-wallets__nav .swiper-pagination {
        position: 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-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .header-wallets__nav .swiper-pagination-bullet {
          outline: none;
          width: 18px;
          height: 18px;
          margin-right: 10px;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 1;
          border: 1px solid rgba(255, 255, 255, 0.15);
          position: relative;
          background-color: transparent; }
          .header-wallets__nav .swiper-pagination-bullet:hover {
            border-color: #fff; }
          .header-wallets__nav .swiper-pagination-bullet: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: 8px;
            height: 8px;
            background-color: #c0ab85;
            border-radius: 50%;
            content: '';
            opacity: 0;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
          .header-wallets__nav .swiper-pagination-bullet-active {
            background-color: #fff;
            border: 2px solid #c0ab85; }
            .header-wallets__nav .swiper-pagination-bullet-active:after {
              opacity: 1; }
          .header-wallets__nav .swiper-pagination-bullet:last-child {
            margin-right: 0; }
      .header-wallets__nav .swiper-button-prev, .header-wallets__nav .swiper-button-next {
        position: static;
        margin: 0;
        width: auto;
        height: auto;
        outline: none; }
        .header-wallets__nav .swiper-button-prev:hover svg, .header-wallets__nav .swiper-button-next:hover svg {
          opacity: 1; }
        .header-wallets__nav .swiper-button-prev svg, .header-wallets__nav .swiper-button-next svg {
          width: 25px;
          height: 25px;
          fill: #fff;
          opacity: 0.15;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .header-wallets__nav .swiper-button-prev {
        margin-right: 15px;
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
    .header-wallets__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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.logo {
  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;
  position: relative;
  text-decoration: none; }
  .logo-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    z-index: 2; }
    .logo-text span {
      color: #c0ab85;
      font-family: "LIBRARY 3 AM", sans-serif;
      font-size: 30px;
      margin-right: 30px;
      font-weight: 400; }
  .logo p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 30%;
    left: 53%; }
  .logo_dark .logo-text {
    color: #2c2c2c; }
  .logo_dark p {
    color: #2c2c2c; }
  @media (max-width: 479px) {
    .logo_big img {
      width: 56px; } }
  .logo_big .logo-text {
    font-size: 60px; }
    @media (max-width: 479px) {
      .logo_big .logo-text {
        font-size: 32px; } }
    .logo_big .logo-text span {
      font-size: 56px;
      margin-right: 50px; }
      @media (max-width: 479px) {
        .logo_big .logo-text span {
          font-size: 30px;
          margin-right: 30px; } }
  .logo_big p {
    font-size: 19px;
    letter-spacing: 5px; }
    @media (max-width: 479px) {
      .logo_big p {
        font-size: 10px;
        letter-spacing: 3px; } }

.burger {
  display: none;
  width: 40px;
  height: 30px;
  position: relative; }
  @media (max-width: 991px) {
    .burger {
      display: block; } }
  .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%;
    display: inline-block;
    height: 3px;
    border-radius: 2px;
    background-color: #c0ab85;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .burger:after {
    height: 3px;
    border-radius: 2px;
    background-color: #c0ab85;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0; }
  .burger:before {
    height: 3px;
    border-radius: 2px;
    background-color: #c0ab85;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; }

.language {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-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%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .language {
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 479px) {
    .language {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .language span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 70px; }
  .language__cur {
    padding-left: 70px;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c0ab85; }
    .language__cur svg {
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      pointer-events: none;
      fill: #c0ab85; }
  .language__hide {
    position: absolute;
    left: 50%;
    bottom: -moz-calc(100% + 20px);
    bottom: calc(100% + 20px);
    border-radius: 4px;
    border: none;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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%;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20; }
    .language__hide:before {
      top: 100%;
      width: 100%;
      left: 0;
      height: 20px;
      content: '';
      position: absolute; }
    .language__hide:after {
      position: absolute;
      top: -moz-calc(100% - 5px);
      top: calc(100% - 5px);
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1px;
      height: 18px;
      background-color: #c0ab85;
      content: ''; }
  .language__box {
    position: relative;
    padding-right: 30px;
    cursor: pointer; }
    .language__box:hover .language__hide {
      opacity: 1;
      pointer-events: all; }
    .language__box > svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%) rotate(90deg);
         -moz-transform: translate(0, -50%) rotate(90deg);
          -ms-transform: translate(0, -50%) rotate(90deg);
              transform: translate(0, -50%) rotate(90deg);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      fill: #c0ab85;
      width: 8px;
      height: 8px; }
  .language__item {
    width: 100%;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    color: #6f6f65;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 5px 15px 70px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .language__item.soon {
      opacity: 0.5;
      pointer-events: none; }
    .language__item:last-child {
      border-bottom: none; }
    .language__item:hover {
      color: #c0ab85; }
      .language__item:hover svg {
        fill: #c0ab85; }
    .language__item svg {
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      pointer-events: none;
      fill: #6f6f65;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.about {
  background-image: url("../img/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative; }
  .about-right {
    padding-top: 80px; }
    @media (max-width: 767px) {
      .about-right {
        padding-top: 0; } }
  .about-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; }
    @media (max-width: 991px) {
      .about-head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 30px; } }
  .about-btn {
    padding-right: 35px;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
    color: #c0ab85;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 5px;
    padding-left: 140px;
    background-image: url(../img/about-btn-bg.png);
    background-repeat: no-repeat;
    background-position: left 40%;
    display: inline-block; }
    @media (max-width: 1199px) {
      .about-btn {
        padding-left: 0;
        background-image: none; } }
    .about-btn:hover svg {
      opacity: 1;
      fill: #c0ab85; }
    .about-btn svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      fill: #2c2c2c;
      opacity: 0.1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 14px;
      height: 14px; }
  .about-text {
    margin-bottom: 30px; }
    .about-text p {
      font-weight: 400;
      font-size: 14px;
      color: #6f6f65;
      line-height: 1.7;
      margin-bottom: 20px; }
      .about-text p:last-child {
        margin-bottom: 0; }
      .about-text p span {
        color: #c0ab85; }
      .about-text p a {
        text-decoration: none;
        color: #c0ab85; }
        .about-text p a:hover {
          text-decoration: underline; }
    .about-text img {
      float: right;
      margin-right: -150px;
      margin-left: 50px;
      pointer-events: none; }
      @media (max-width: 991px) {
        .about-text img {
          display: none; } }
  .about-info {
    width: 100%;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px; }
    .about-info:after {
      position: absolute;
      bottom: 0;
      width: 1px;
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      left: 15px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: rgba(0, 0, 0, 0.1);
      content: ''; }
    .about-info__icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .about-info__icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #c0ab85;
        width: 12px;
        height: 12px; }
    .about-info p {
      font-weight: 700;
      font-size: 16px;
      color: #000;
      line-height: 1.5;
      margin-bottom: 30px; }
    .about-info__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 60px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .about-info__item {
      position: relative;
      padding-left: 30px;
      font-weight: 400;
      font-size: 12px;
      color: #6f6f65;
      max-width: 230px;
      font-style: italic;
      line-height: 1.5; }
      @media (max-width: 1199px) {
        .about-info__item {
          margin-bottom: 15px; } }
      .about-info__item:last-child {
        margin-bottom: 0; }
      .about-info__item:before {
        top: 9px;
        right: -moz-calc(100% + 10px);
        right: calc(100% + 10px);
        width: 25px;
        position: absolute;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ''; }
      .about-info__item:after {
        position: absolute;
        top: 3px;
        left: 0;
        width: 12px;
        height: 12px;
        border: 2px solid #c0ab85;
        content: ''; }
  .about-roadmap {
    box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.01) inset;
    padding: 30px 0 50px 0; }
    .about-roadmap__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      margin-bottom: 30px;
      z-index: 10; }
      .about-roadmap__btns:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 10000px;
        background-color: rgba(44, 44, 44, 0.2);
        content: ''; }
    .about-roadmap__btn {
      padding-bottom: 10px;
      font-family: "LIBRARY 3 AM", sans-serif;
      font-size: 23px;
      text-transform: uppercase;
      color: rgba(44, 44, 44, 0.2);
      border-bottom: 2px solid transparent;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-right: 20px;
      margin-right: 20px;
      cursor: pointer; }
      @media (max-width: 479px) {
        .about-roadmap__btn {
          font-size: 18px;
          padding-right: 10px;
          margin-right: 10px; } }
      .about-roadmap__btn:last-child {
        margin-right: 0;
        padding-right: 0; }
      .about-roadmap__btn:hover, .about-roadmap__btn.active {
        border-bottom-color: #c0ab85;
        color: #c0ab85; }
    .about-roadmap__content {
      padding-top: 10px; }
    .about-roadmap__month {
      padding-left: 40px;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .about-roadmap__month {
          margin-bottom: 30px; } }
      .about-roadmap__month:after {
        width: 212px;
        height: 212px;
        background-image: url("../img/plans-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        content: '';
        position: absolute;
        top: 55px;
        left: 220px;
        z-index: -1;
        opacity: 0.5; }
    .about-roadmap__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-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 40px; }
      .about-roadmap__nav .swiper-button-prev, .about-roadmap__nav .swiper-button-next {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        outline: none;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .about-roadmap__nav .swiper-button-prev:hover, .about-roadmap__nav .swiper-button-next:hover {
          border-color: #c0ab85; }
          .about-roadmap__nav .swiper-button-prev:hover svg, .about-roadmap__nav .swiper-button-next:hover svg {
            fill: #c0ab85;
            opacity: 1; }
        .about-roadmap__nav .swiper-button-prev svg, .about-roadmap__nav .swiper-button-next svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 14px;
          height: 14px;
          fill: #000;
          opacity: 0.1;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .about-roadmap__nav .swiper-button-prev {
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
        margin-right: 25px; }
    .about-roadmap__item {
      position: relative;
      z-index: 1;
      padding-bottom: 50px; }
      .about-roadmap__item p {
        font-weight: 400;
        font-size: 22px;
        color: #b7b7b7;
        margin-bottom: 10px; }
      .about-roadmap__item h3 {
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 53px;
        color: #2c2c2c;
        padding-left: 30px; }
      .about-roadmap__item-num {
        font-family: "Molot", sans-serif;
        color: #c0ab85;
        font-weight: 400;
        font-size: 36px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        white-space: nowrap;
        margin-bottom: 40px; }
        .about-roadmap__item-num:after {
          height: 1px;
          width: 100%;
          margin-left: 20px;
          background-color: rgba(44, 44, 44, 0.1);
          content: ''; }
      .about-roadmap__item-letter {
        z-index: -1;
        position: absolute;
        left: 20px;
        bottom: -40px;
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 200px;
        color: #2c2c2c;
        opacity: 0.04;
        text-transform: uppercase; }

.cert {
  max-width: 390px;
  width: 100%;
  background-image: url("../img/cert-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px 10px 60px;
  position: relative; }
  @media (max-width: 479px) {
    .cert {
      margin: 0 auto;
      padding: 50px 20px 10px 20px; } }
  .cert * {
    z-index: 1; }
  .cert:after {
    width: 195px;
    height: 195px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(192, 171, 133, 0.42);
    z-index: 0;
    pointer-events: none; }
  .cert:before {
    width: 100px;
    height: 212px;
    background-image: url(../img/cert-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    left: -30px;
    bottom: -30px;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    pointer-events: none; }
  .cert-subtitle {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic; }
  .cert-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .cert-text {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    max-width: 230px;
    margin-bottom: 10px; }
  .cert-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cert-wrap__left {
      max-width: 130px;
      width: 100%; }
  .cert-file {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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; }
    .cert-file__title {
      position: relative;
      opacity: 0.45;
      padding-left: 35px;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      margin-bottom: 15px; }
      .cert-file__title svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 24px;
        height: 24px;
        fill: #fff; }
    .cert-file a {
      color: #ffe17a;
      font-weight: 700;
      font-size: 12px;
      text-decoration: none;
      opacity: 0.5;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cert-file a:hover {
        opacity: 1; }
  .cert-btn {
    height: 45px;
    max-width: 110px;
    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;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: #2c2c2c;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cert-btn .lines-top:after, .cert-btn .lines-top:before, .cert-btn .lines-bot:after, .cert-btn .lines-bot:before {
      width: 5px;
      height: 5px;
      border-color: rgba(44, 44, 44, 0.3); }
    .cert-btn:hover {
      background-color: rgba(44, 44, 44, 0.05); }
      .cert-btn:hover svg {
        -webkit-transform: translateY(-50%) scaleX(-1);
           -moz-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1); }
    .cert-btn .lines {
      border: 1px solid rgba(44, 44, 44, 0.2); }
    .cert-btn svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 10px;
      height: 10px;
      right: 15px;
      fill: #2c2c2c;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .cert-img {
    width: 150px;
    height: 190px;
    position: relative; }
    .cert-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 40%; }

.promo {
  background-image: url(../img/promo-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  max-width: 390px;
  width: 100%;
  padding: 40px 40px 90px 40px;
  margin-bottom: 80px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 479px) {
    .promo {
      margin: 0 auto 80px auto; } }
  .promo-top {
    max-width: 270px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px; }
  .promo-title {
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 40px;
    width: 100%;
    margin-bottom: 15px; }
    .promo-title svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 35px;
      height: 35px;
      fill: #2c2c2c;
      opacity: 0.1; }
  .promo-text {
    font-weight: 400;
    font-size: 14px;
    color: #6f6f65;
    line-height: 1.5; }
  .promo-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .promo-img img {
      margin: 0 10px; }
  .promo-btn {
    max-width: 220px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 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;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2c2c;
    letter-spacing: 2px; }
    @media (max-width: 479px) {
      .promo-btn {
        max-width: 170px; } }
    .promo-btn:hover .promo-btn__icon svg {
      -webkit-transform: translate(-50%, -50%) scale(1.3);
         -moz-transform: translate(-50%, -50%) scale(1.3);
          -ms-transform: translate(-50%, -50%) scale(1.3);
              transform: translate(-50%, -50%) scale(1.3); }
    .promo-btn__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .promo-btn__icon:after {
        position: absolute;
        bottom: -moz-calc(100% - 9px);
        bottom: calc(100% - 9px);
        left: 50%;
        width: 1px;
        height: 50px;
        background-color: #c0ab85;
        content: ''; }
      .promo-btn__icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #c0ab85;
        width: 20px;
        height: 20px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .promo-btn__icon-bg {
        width: 100%;
        height: 100%; }
        .promo-btn__icon-bg:after {
          border: 1px solid rgba(0, 0, 0, 0.05);
          width: 100%;
          height: 100%;
          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: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-animation: promo 3s infinite linear;
             -moz-animation: promo 3s infinite linear;
                  animation: promo 3s infinite linear; }
        .promo-btn__icon-bg:before {
          border: 1px solid rgba(0, 0, 0, 0.07);
          width: 100%;
          height: 100%;
          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: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-animation: promo 3s infinite linear;
             -moz-animation: promo 3s infinite linear;
                  animation: promo 3s infinite linear;
          -webkit-animation-delay: 1.5s;
             -moz-animation-delay: 1.5s;
                  animation-delay: 1.5s; }
      .promo-btn__icon:hover svg {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
           -moz-transform: translate(-50%, -50%) scale(1.5);
            -ms-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5); }
  .promo-info {
    padding-left: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .promo-info {
        padding-left: 100px; } }
    .promo-info p {
      font-weight: 400;
      font-size: 13px;
      color: #2c2c2c;
      line-height: 1.5; }
    .promo-info a {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #2c2c2c;
      font-size: 21px;
      margin-bottom: 30px;
      position: relative;
      cursor: pointer;
      text-decoration: none; }
      .promo-info a:hover .promo-btn__icon svg {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
           -moz-transform: translate(-50%, -50%) scale(1.3);
            -ms-transform: translate(-50%, -50%) scale(1.3);
                transform: translate(-50%, -50%) scale(1.3); }
      .promo-info a .promo-btn__icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -100px; }
        .promo-info a .promo-btn__icon:after {
          bottom: -moz-calc(100% + 30px);
          bottom: calc(100% + 30px); }

.main-title {
  position: relative;
  margin-bottom: 30px;
  z-index: 1; }
  .main-title__bg {
    position: absolute;
    color: rgba(44, 44, 44, 0.05);
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 98px;
    text-transform: uppercase;
    top: -45px;
    z-index: -1;
    left: 80px;
    pointer-events: none; }
  .main-title:after {
    position: absolute;
    left: -30px;
    top: -4px;
    content: '';
    background-image: url(../img/main-title-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 235px;
    height: 69px;
    z-index: -1;
    pointer-events: none; }
  .main-title__text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 10px; }
    .main-title__text span {
      font-family: "LIBRARY 3 AM", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #c0ab85;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      padding-right: 15px;
      margin-right: 11px; }
      .main-title__text span sub {
        color: #b9b9b9; }
      .main-title__text span:after {
        width: 4px;
        height: 4px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        background-color: #c0ab85;
        content: ''; }
    .main-title__text p {
      font-weight: 300;
      font-size: 10px;
      color: #6f6f65; }
  .main-title h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 31px;
    color: #2c2c2c;
    text-transform: uppercase; }
  .main-title_center {
    text-align: center; }
    .main-title_center:after {
      display: none; }
    .main-title_center .main-title__bg {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .main-title_center .main-title__text {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
      .main-title_center .main-title__text span {
        padding-right: 0;
        margin-right: 0; }
        .main-title_center .main-title__text span:after {
          display: none; }

.main-text {
  width: 100%;
  margin-bottom: 30px; }
  .main-text p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #2c2c2c;
    line-height: 1.5; }
    .main-text p:last-child {
      margin-bottom: 0; }
    .main-text p span {
      color: #949494; }
  .main-text b {
    font-weight: 700; }
  .main-text h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 15px;
    line-height: 1.3; }

.main-btn {
  max-width: 190px;
  width: 100%;
  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;
  height: 46px;
  background-color: rgba(44, 44, 44, 0.1);
  position: relative;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 40px;
  padding-left: 25px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer; }
  .main-btn .lines-top:after, .main-btn .lines-top:before, .main-btn .lines-bot:after, .main-btn .lines-bot:before {
    width: 5px;
    height: 5px;
    border-color: #c0ab85; }
  .main-btn:hover {
    background-color: rgba(192, 171, 133, 0.5); }
    .main-btn:hover svg {
      -webkit-transform: translateY(-50%) scaleX(-1);
         -moz-transform: translateY(-50%) scaleX(-1);
          -ms-transform: translateY(-50%) scaleX(-1);
              transform: translateY(-50%) scaleX(-1); }
  .main-btn svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #2c2c2c;
    width: 14px;
    height: 14px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn .lines {
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid rgba(44, 44, 44, 0.15); }
  .main-btn_m {
    margin-bottom: 30px; }

@media (max-width: 767px) {
  .calc {
    margin-bottom: 30px; } }

.calc-text {
  font-weight: 400;
  font-size: 13px;
  color: #2c2c2c;
  line-height: 1.5;
  max-width: 250px;
  margin-bottom: 20px; }

.calc-box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    .calc-box {
      margin-bottom: 20px; } }
  .calc-box p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    color: #2c2c2c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%; }

.calc-wallets {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: 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; }
  .calc-wallets input {
    display: none; }
    .calc-wallets input:checked + span {
      opacity: 1; }
      .calc-wallets input:checked + span.btc, .calc-wallets input:checked + span.monero {
        border-color: #f7931a;
        box-shadow: inset 0px 0px 16px 0px rgba(247, 147, 26, 0.42); }
      .calc-wallets input:checked + span.ltc, .calc-wallets input:checked + span.doge {
        border-color: #c0ab85;
        box-shadow: inset 0px 0px 16px 0px rgba(192, 171, 133, 0.42); }
      .calc-wallets input:checked + span.dash {
        border-color: #1276c5;
        box-shadow: inset 0px 0px 16px 0px rgba(18, 118, 197, 0.42); }
      .calc-wallets input:checked + span.ripple {
        border-color: #049FEF;
        box-shadow: inset 0px 0px 16px 0px rgba(4, 159, 239, 0.42); }
      .calc-wallets input:checked + span.payeer {
        border-color: #00ACE8;
        box-shadow: inset 0px 0px 16px 0px rgba(0, 172, 232, 0.42); }
      .calc-wallets input:checked + span.usd {
        border-color: #E33E23;
        box-shadow: inset 0px 0px 16px 0px rgba(227, 62, 35, 0.42); }
      .calc-wallets input:checked + span.pm {
        border-color: #E33E23;
        box-shadow: inset 0px 0px 16px 0px rgba(227, 62, 35, 0.42); }
      .calc-wallets input:checked + span.bch {
        border-color: #85cf83;
        box-shadow: inset 0px 0px 16px 0px rgba(133, 207, 131, 0.42); }
      .calc-wallets input:checked + span.usdt {
        border-color: #259C77;
        box-shadow: inset 0px 0px 16px 0px rgba(37, 156, 119, 0.42); }
      .calc-wallets input:checked + span.trx {
        border-color: #F20012;
        box-shadow: inset 0px 0px 16px 0px rgba(242, 0, 18, 0.42); }
      .calc-wallets input:checked + span.bnb {
        border-color: #E7B12D;
        box-shadow: inset 0px 0px 16px 0px rgba(231, 177, 45, 0.42); }
      .calc-wallets input:checked + span.epc {
        border-color: #BC294E;
        box-shadow: inset 0px 0px 16px 0px rgba(188, 41, 78, 0.42); }
      .calc-wallets input:checked + span.eth {
        border-color: #2c2c2c;
        box-shadow: inset 0px 0px 16px 0px rgba(44, 44, 44, 0.42); }
  .calc-wallets label {
    width: -moz-calc(100% / 5 - 2px);
    width: calc(100% / 5 - 2px);
    height: 72px;
    display: block;
    margin-bottom: 2px;
    margin-right: 2px; }
    @media (max-width: 479px) {
      .calc-wallets label {
        height: 60px; } }
    .calc-wallets label span {
      width: 100%;
      position: relative;
      height: 100%;
      display: inline-block;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      opacity: 1;
      border: 1px solid #c0ab85; }
      .calc-wallets label span:hover {
        opacity: 1;
        box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.42); }
        .calc-wallets label span:hover.btc, .calc-wallets label span:hover.monero {
          border-color: #f7931a;
          box-shadow: inset 0px 0px 16px 0px rgba(247, 147, 26, 0.42); }
        .calc-wallets label span:hover.ltc, .calc-wallets label span:hover.doge {
          border-color: #c0ab85;
          box-shadow: inset 0px 0px 16px 0px rgba(192, 171, 133, 0.42); }
        .calc-wallets label span:hover.dash {
          border-color: #1276c5;
          box-shadow: inset 0px 0px 16px 0px rgba(18, 118, 197, 0.42); }
        .calc-wallets label span:hover.ripple {
          border-color: #049FEF;
          box-shadow: inset 0px 0px 16px 0px rgba(4, 159, 239, 0.42); }
        .calc-wallets label span:hover.payeer {
          border-color: #00ACE8;
          box-shadow: inset 0px 0px 16px 0px rgba(0, 172, 232, 0.42); }
        .calc-wallets label span:hover.usd {
          border-color: #E33E23;
          box-shadow: inset 0px 0px 16px 0px rgba(227, 62, 35, 0.42); }
        .calc-wallets label span:hover.pm {
          border-color: #E33E23;
          box-shadow: inset 0px 0px 16px 0px rgba(227, 62, 35, 0.42); }
        .calc-wallets label span:hover.bch {
          border-color: #85cf83;
          box-shadow: inset 0px 0px 16px 0px rgba(133, 207, 131, 0.42); }
        .calc-wallets label span:hover.bnb {
          border-color: #E7B12D;
          box-shadow: inset 0px 0px 16px 0px rgba(231, 177, 45, 0.42); }
        .calc-wallets label span:hover.usdt {
          border-color: #249975;
          box-shadow: inset 0px 0px 16px 0px rgba(36, 153, 117, 0.42); }
        .calc-wallets label span:hover.trx {
          border-color: #F2010D;
          box-shadow: inset 0px 0px 16px 0px rgba(242, 1, 13, 0.42); }
        .calc-wallets label span:hover.advc {
          border-color: #00925C;
          box-shadow: inset 0px 0px 16px 0px rgba(0, 146, 92, 0.42); }
        .calc-wallets label span:hover.nix {
          border-color: #3F8DF1;
          box-shadow: inset 0px 0px 16px 0px rgba(63, 141, 241, 0.42); }
        .calc-wallets label span:hover.eth {
          border-color: #2c2c2c;
          box-shadow: inset 0px 0px 16px 0px rgba(44, 44, 44, 0.42); }
        .calc-wallets label span:hover.epc {
          border-color: #BC294E;
          box-shadow: inset 0px 0px 16px 0px rgba(188, 41, 78, 0.42); }
      .calc-wallets label span svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 26px;
        height: 26px;
        fill: #2c2c2c;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1; }
      .calc-wallets label span img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 50%;
        max-width: 26px;
        height: 50%; }
      .calc-wallets label span.btc svg, .calc-wallets label span.monero svg {
        fill: #f7931a; }
      .calc-wallets label span.ltc svg, .calc-wallets label span.doge svg {
        fill: #c0ab85; }
      .calc-wallets label span.dash svg {
        fill: #1276c5; }
      .calc-wallets label span.ripple svg {
        fill: #049FEF; }
      .calc-wallets label span.payeer svg {
        fill: #00ACE8; }
      .calc-wallets label span.usd svg {
        fill: #E33E23; }
      .calc-wallets label span.pm svg {
        fill: #E33E23; }
      .calc-wallets label span.bch svg {
        fill: #85cf83; }
      .calc-wallets label span.bnb svg {
        fill: #E7B12D; }
      .calc-wallets label span.usdt svg {
        fill: #249975; }
      .calc-wallets label span.trx svg {
        fill: #F2010D; }
      .calc-wallets label span.advc svg {
        fill: #00925C; }
      .calc-wallets label span.epc svg {
        fill: #BC294E; }
      .calc-wallets label span.eth svg {
        fill: #2c2c2c; }

.calc-input {
  position: relative;
  width: 100%;
  height: 70px; }
  .calc-input .lines-top:after, .calc-input .lines-top:before, .calc-input .lines-bot:after, .calc-input .lines-bot:before {
    width: 8px;
    height: 8px;
    border-color: #c0ab85; }
  .calc-input .lines {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .calc-input input {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2c2c2c;
    outline: none;
    border: none;
    background-color: transparent; }
  .calc-input .jq-selectbox {
    width: 100%;
    height: 100%; }
    .calc-input .jq-selectbox li {
      padding: 10px;
      font-family: "Gilroy", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #2c2c2c;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .calc-input .jq-selectbox li.sel {
        background-color: rgba(192, 171, 133, 0.5); }
      .calc-input .jq-selectbox li:hover {
        background-color: #c0ab85;
        color: #fff; }
    .calc-input .jq-selectbox__select {
      width: 100%;
      height: 100%;
      line-height: 70px;
      padding-left: 25px;
      background: transparent;
      box-shadow: none !important;
      text-shadow: none !important;
      border: none !important;
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #2c2c2c; }
    .calc-input .jq-selectbox__dropdown {
      border: none;
      overflow: hidden; }
    .calc-input .jq-selectbox__trigger {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 50px;
      height: 30px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .calc-input .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: #c0ab85 !important; }

.calc-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 991px) {
    .calc-info {
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .calc-info__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 5px;
    margin-bottom: 75px;
    padding-top: 45px; }
    @media (max-width: 991px) {
      .calc-info__item {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 50%;
        padding-top: 0;
        margin-bottom: 0px; } }
    .calc-info__item p {
      font-family: "Bebas Neue", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      color: #c0ab85;
      letter-spacing: 2px; }
      @media (max-width: 991px) {
        .calc-info__item p {
          margin-bottom: 5px; } }
    .calc-info__item span {
      font-family: "Molot", sans-serif;
      font-size: 16px;
      color: #2c2c2c;
      text-transform: uppercase; }
      .calc-info__item span.color {
        color: #c0ab85; }

.plan {
  padding: 4px;
  position: relative;
  margin-bottom: 30px; }
  .plan .lines-top:after, .plan .lines-top:before, .plan .lines-bot:after, .plan .lines-bot:before {
    width: 23px;
    height: 23px;
    border-color: #c0ab85; }
  .plan .lines {
    border: 2px solid rgba(192, 171, 133, 0.2); }
    .plan .lines-top:after, .plan .lines-top:before, .plan .lines-bot:after, .plan .lines-bot:before {
      border-width: 2px; }
    .plan .lines-top:after {
      top: -2px;
      left: -2px; }
    .plan .lines-top:before {
      top: -2px;
      right: -2px; }
    .plan .lines-bot:after {
      bottom: -2px;
      left: -2px; }
    .plan .lines-bot:before {
      bottom: -2px;
      right: -2px; }
  .plan-box {
    background-color: #c0ab85;
    background-image: url("../img/plan-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 52px 40px 25px 43px;
    position: relative;
    z-index: 1; }
    @media (max-width: 479px) {
      .plan-box {
        padding: 30px; } }
  .plan-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 45px;
    width: .7em;
    width: 1ch;
    text-align: center;
    word-wrap: break-word;
    font-family: "Gilroy", sans-serif;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 800;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
    pointer-events: none; }
    .plan-bg 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: .7em;
      width: 1ch;
      text-align: center;
      word-wrap: break-word;
      font-family: "Gilroy", sans-serif;
      font-size: 40px;
      color: rgba(0, 0, 0, 0.06);
      text-transform: uppercase;
      font-weight: 800;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .plan-bg span:nth-child(1) {
        left: -moz-calc(50% + 5px);
        left: calc(50% + 5px);
        z-index: 2; }
      .plan-bg span:nth-child(2) {
        left: -moz-calc(50% + 10px);
        left: calc(50% + 10px);
        color: rgba(0, 0, 0, 0.03);
        z-index: 1; }
  .plan-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase; }
    .plan-title span {
      width: 46px;
      height: 46px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-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: "Molot", sans-serif;
      font-size: 24px;
      color: #fff;
      margin-right: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: rgba(44, 44, 44, 0.05); }
  .plan-subtitle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 190px;
    width: 100%;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #2c2c2c;
    text-transform: uppercase; }
    .plan-subtitle span {
      position: relative; }
      .plan-subtitle span:after {
        left: -8px;
        bottom: -8px;
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-left: 1px solid #2c2c2c;
        border-bottom: 1px solid #2c2c2c; }
  .plan-percent {
    font-family: "LIBRARY 3 AM", sans-serif;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 63px;
    margin-bottom: 30px; }
    .plan-percent span {
      color: #fff;
      font-size: 40px; }
  .plan-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    .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;
      width: 100%;
      margin-bottom: 20px; }
      .plan-info__item:last-child {
        margin-bottom: 0; }
      .plan-info__item p {
        max-width: 120px;
        width: 100%;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #2c2c2c;
        position: relative;
        padding-right: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 2px; }
        .plan-info__item p:after {
          width: 14px;
          height: 14px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          content: '';
          border: 1px solid rgba(255, 255, 255, 0.1); }
        .plan-info__item p:before {
          width: 1000px;
          height: 1px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 100%;
          background-color: rgba(255, 255, 255, 0.1);
          content: ''; }
      .plan-info__item span {
        font-family: "Molot", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px; }
  .plan-bot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-top: 30px; }
    .plan-bot:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 15px;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.1);
      content: ''; }
    .plan-bot:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 2px;
      width: 2px;
      height: 7px;
      background-color: rgba(255, 255, 255, 0.1);
      content: ''; }
    .plan-bot a {
      text-decoration: none;
      color: #2c2c2c;
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
      .plan-bot a:hover {
        color: #6f6f65; }
    .plan-bot p {
      font-family: "Gilroy", sans-serif;
      font-size: 12px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      padding-left: 25px; }
      .plan-bot p svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        fill: #6f6f65;
        width: 16px;
        height: 16px; }
  .plan-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: 15px; }
    @media (max-width: 575px) {
      .plan-tabs {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .plan-tabs .main-btn {
      margin-bottom: 15px;
      max-width: -moz-calc(100% / 3 - 15px);
      max-width: calc(100% / 3 - 15px); }
      @media (max-width: 575px) {
        .plan-tabs .main-btn {
          max-width: 100%; } }
      .plan-tabs .main-btn.active {
        background-color: rgba(192, 171, 133, 0.5); }

.plans {
  width: 100%;
  position: relative; }
  .plans:after {
    z-index: -1;
    position: absolute;
    width: 212px;
    height: 213px;
    content: '';
    background-image: url(../img/plans-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: -43px;
    bottom: -60px; }
  .plans-head {
    width: 100%;
    position: relative;
    margin-bottom: 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; }
    @media (max-width: 1199px) {
      .plans-head {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 991px) {
      .plans-head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .plans-head .main-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
      @media (max-width: 1199px) {
        .plans-head .main-btn {
          position: relative;
          top: auto;
          right: auto;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }
  .plans-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; }
    @media (max-width: 991px) {
      .plans-nav {
        margin-bottom: 20px; } }
    .plans-nav .swiper-pagination {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: static;
      margin: 0 30px; }
      .plans-nav .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        opacity: 1;
        background-color: transparent;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border: 1px solid rgba(0, 0, 0, 0.2);
        outline: none;
        margin: 0 5px;
        position: relative; }
        .plans-nav .swiper-pagination-bullet: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: 8px;
          height: 8px;
          background-color: #c0ab85;
          border-radius: 50%;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
        .plans-nav .swiper-pagination-bullet-active {
          border: 2px solid #c0ab85; }
          .plans-nav .swiper-pagination-bullet-active:after {
            opacity: 1; }
    .plans-nav .swiper-button-prev, .plans-nav .swiper-button-next {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      outline: none;
      margin: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .plans-nav .swiper-button-prev:hover, .plans-nav .swiper-button-next:hover {
        border-color: #c0ab85; }
        .plans-nav .swiper-button-prev:hover svg, .plans-nav .swiper-button-next:hover svg {
          fill: #c0ab85;
          opacity: 1; }
      .plans-nav .swiper-button-prev svg, .plans-nav .swiper-button-next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        fill: #000;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .plans-nav .swiper-button-prev {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .plans .swiper-slide-active .plan-box {
    background-image: url(../img/plan-bg-black.png); }
  .plans .swiper-slide-active .plan-bg {
    color: rgba(192, 171, 133, 0.3); }
    .plans .swiper-slide-active .plan-bg span {
      color: rgba(192, 171, 133, 0.06); }
      .plans .swiper-slide-active .plan-bg span:nth-child(2) {
        color: rgba(192, 171, 133, 0.03); }
  .plans .swiper-slide-active .plan-title span {
    background-color: rgba(192, 171, 133, 0.05); }
  .plans .swiper-slide-active .plan-info__item p {
    color: #c0ab85; }
  .plans .swiper-slide-active .plan-subtitle {
    color: #c0ab85; }
    .plans .swiper-slide-active .plan-subtitle span:after {
      border-color: #c0ab85; }
  .plans .swiper-slide-active .plan-percent {
    color: #c0ab85; }
  .plans .swiper-slide-active .plan-bot a {
    color: #c0ab85; }
    .plans .swiper-slide-active .plan-bot a:hover {
      color: #6f6f65; }

.stat {
  background-image: url(../img/stat-bg.png);
  background-repeat: no-repeat;
  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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0; }
  @media (max-width: 1350px) {
    .stat {
      background-position: -moz-calc(50% - 70px) center;
      background-position: calc(50% - 70px) center; } }
  @media (max-width: 1199px) {
    .stat {
      background-image: none; } }
  .stat .main-title__bg {
    left: -240px;
    opacity: 0.5; }
  .stat-text {
    max-width: 280px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.5;
    margin-bottom: 25px; }
  .stat-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 1350px) {
      .stat-list {
        margin-left: -70px; } }
    @media (max-width: 1199px) {
      .stat-list {
        padding-left: 0;
        padding-right: 0;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin-left: 0; } }
    @media (max-width: 991px) {
      .stat-list {
        margin-top: 30px; } }
    @media (max-width: 479px) {
      .stat-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .stat-list__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      @media (max-width: 1199px) {
        .stat-list__item {
          padding: 0 10px; } }
      @media (max-width: 479px) {
        .stat-list__item {
          width: 50%;
          margin-bottom: 20px; } }
      .stat-list__item:nth-child(1) .stat-list__item-num {
        -webkit-transform: translate(50px, -50%);
           -moz-transform: translate(50px, -50%);
            -ms-transform: translate(50px, -50%);
                transform: translate(50px, -50%); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(1) .stat-list__item-num {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(1) .stat-list__item-val {
        -webkit-transform: translateX(15px);
           -moz-transform: translateX(15px);
            -ms-transform: translateX(15px);
                transform: translateX(15px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(1) .stat-list__item-val {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(1) .stat-list__item-text {
        -webkit-transform: translateX(30px);
           -moz-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(1) .stat-list__item-text {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(2) .stat-list__item-icon {
        -webkit-transform: translateX(40px);
           -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
                transform: translateX(40px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(2) .stat-list__item-icon {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(2) .stat-list__item-num {
        -webkit-transform: translate(80px, -50%);
           -moz-transform: translate(80px, -50%);
            -ms-transform: translate(80px, -50%);
                transform: translate(80px, -50%); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(2) .stat-list__item-num {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(2) .stat-list__item-val {
        -webkit-transform: translateX(50px);
           -moz-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(2) .stat-list__item-val {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(2) .stat-list__item-text {
        -webkit-transform: translateX(20px);
           -moz-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(2) .stat-list__item-text {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(3) .stat-list__item-icon {
        -webkit-transform: translateX(60px);
           -moz-transform: translateX(60px);
            -ms-transform: translateX(60px);
                transform: translateX(60px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(3) .stat-list__item-icon {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(3) .stat-list__item-num {
        -webkit-transform: translate(90px, -50%);
           -moz-transform: translate(90px, -50%);
            -ms-transform: translate(90px, -50%);
                transform: translate(90px, -50%); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(3) .stat-list__item-num {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(3) .stat-list__item-val {
        -webkit-transform: translateX(60px);
           -moz-transform: translateX(60px);
            -ms-transform: translateX(60px);
                transform: translateX(60px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(3) .stat-list__item-val {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(3) .stat-list__item-text {
        -webkit-transform: translateX(40px);
           -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
                transform: translateX(40px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(3) .stat-list__item-text {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(4) .stat-list__item-icon {
        -webkit-transform: translateX(50px);
           -moz-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(4) .stat-list__item-icon {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(4) .stat-list__item-num {
        -webkit-transform: translate(80px, -50%);
           -moz-transform: translate(80px, -50%);
            -ms-transform: translate(80px, -50%);
                transform: translate(80px, -50%); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(4) .stat-list__item-num {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(4) .stat-list__item-val {
        -webkit-transform: translateX(20px);
           -moz-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(4) .stat-list__item-val {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item:nth-child(4) .stat-list__item-text {
        -webkit-transform: translateX(40px);
           -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
                transform: translateX(40px); }
        @media (max-width: 1199px) {
          .stat-list__item:nth-child(4) .stat-list__item-text {
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
      .stat-list__item-icon {
        min-height: 60px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; }
      .stat-list__item-num {
        color: rgba(44, 44, 44, 0.05);
        font-family: "Molot", sans-serif;
        font-weight: 800;
        font-size: 79px;
        text-transform: uppercase;
        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%); }
      .stat-list__item-val {
        font-family: "Molot", sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #2c2c2c;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .stat-list__item-val {
            font-size: 18px; } }
        .stat-list__item-val span {
          color: #c0ab85; }
      .stat-list__item-text {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2c2c2c;
        letter-spacing: 2px; }

.latest {
  background-image: url(../img/latest-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 40px 0; }
  .latest .swiper-container {
    width: 100%;
    margin-bottom: 60px; }
  .latest-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; }
    .latest-nav .swiper-button-prev, .latest-nav .swiper-button-next {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      outline: none;
      margin: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .latest-nav .swiper-button-prev:hover, .latest-nav .swiper-button-next:hover {
        border-color: #c0ab85; }
        .latest-nav .swiper-button-prev:hover svg, .latest-nav .swiper-button-next:hover svg {
          fill: #c0ab85;
          opacity: 1; }
      .latest-nav .swiper-button-prev svg, .latest-nav .swiper-button-next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        fill: #000;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .latest-nav .swiper-button-prev {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      margin-right: 25px; }
  .latest-head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    max-width: 440px; }
    @media (max-width: 1199px) {
      .latest-head {
        max-width: 100%; } }
    @media (max-width: 479px) {
      .latest-head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .latest-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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 1; }
    @media (max-width: 479px) {
      .latest-title {
        margin-bottom: 20px;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .latest-title__bg {
      color: rgba(44, 44, 44, 0.02);
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 98px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -50px;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 479px) {
        .latest-title__bg {
          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%);
          font-size: 68px; } }
    .latest-title svg {
      z-index: -2;
      position: absolute;
      top: 50%;
      left: -50px;
      -webkit-transform: translateY(-50%) scaleY(-1);
         -moz-transform: translateY(-50%) scaleY(-1);
          -ms-transform: translateY(-50%) scaleY(-1);
              transform: translateY(-50%) scaleY(-1);
      fill: #000;
      opacity: 0.05;
      pointer-events: none;
      width: 134px;
      height: 134px; }
      @media (max-width: 479px) {
        .latest-title svg {
          left: 50%;
          -webkit-transform: translate(-50%, -50%) scaleY(-1);
             -moz-transform: translate(-50%, -50%) scaleY(-1);
              -ms-transform: translate(-50%, -50%) scaleY(-1);
                  transform: translate(-50%, -50%) scaleY(-1); } }
    .latest-title span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 21px;
      color: #2c2c2c;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 7px; }
    .latest-title p {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 31px;
      color: #2c2c2c;
      text-transform: uppercase; }
  .latest-item {
    position: relative;
    margin-top: 20px; }
    .latest-item__icon {
      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%); }
      .latest-item__icon svg {
        width: 30px;
        height: 30px;
        fill: #c0ab85; }
    .latest-item__box {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -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%;
      background-color: #f9f9f9;
      padding: 35px 15px 20px 15px;
      text-align: center;
      border: 1px solid rgba(44, 44, 44, 0.15); }
    .latest-item__line {
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      margin: 16px 0; }
    .latest-item__val {
      font-family: "Molot", sans-serif;
      font-size: 14px;
      color: #2c2c2c;
      font-weight: 400;
      margin-bottom: 10px; }
      .latest-item__val sub {
        color: #c0ab85; }
    .latest-item__subtitle {
      font-family: "Bebas Neue", sans-serif;
      font-size: 12px;
      color: rgba(44, 44, 44, 0.66);
      letter-spacing: 2px;
      font-weight: 400; }
    .latest-item__date p {
      font-weight: 700;
      color: rgba(44, 44, 44, 0.66);
      font-size: 10px;
      margin-bottom: 5px; }
    .latest-item__date span {
      font-family: "Bebas Neue", sans-serif;
      font-size: 12px;
      color: rgba(44, 44, 44, 0.66);
      letter-spacing: 2px;
      font-weight: 400; }
    .latest-item__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      .latest-item__info-item {
        width: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: none;
        height: 60px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5px;
        text-align: center; }
        .latest-item__info-item svg {
          width: 18px;
          height: 18px;
          fill: #c0ab85;
          margin-bottom: 5px; }
        .latest-item__info-item p {
          font-weight: 700;
          color: #c0ab85;
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 5px; }
        .latest-item__info-item span {
          font-family: "Bebas Neue", sans-serif;
          font-size: 12px;
          color: rgba(44, 44, 44, 0.66);
          letter-spacing: 2px;
          font-weight: 400; }
    .latest-item_black .latest-item__box {
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%); }
  .latest-withdraw {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: 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; }
    .latest-withdraw .latest-title {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right; }
      @media (max-width: 479px) {
        .latest-withdraw .latest-title {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .latest-withdraw .latest-title svg {
        left: auto;
        right: -50px;
        -webkit-transform: translateY(-50%) scaleY(1);
           -moz-transform: translateY(-50%) scaleY(1);
            -ms-transform: translateY(-50%) scaleY(1);
                transform: translateY(-50%) scaleY(1); }
        @media (max-width: 479px) {
          .latest-withdraw .latest-title svg {
            right: auto;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scaleY(1);
               -moz-transform: translate(-50%, -50%) scaleY(1);
                -ms-transform: translate(-50%, -50%) scaleY(1);
                    transform: translate(-50%, -50%) scaleY(1); } }
      .latest-withdraw .latest-title__bg {
        left: auto;
        right: -140px; }
        @media (max-width: 479px) {
          .latest-withdraw .latest-title__bg {
            right: auto;
            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%); } }
    .latest-withdraw .latest-head {
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 479px) {
        .latest-withdraw .latest-head {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .latest-withdraw .latest-item__icon {
      -webkit-transform: translate(-50%, -50%) scaleY(-1);
         -moz-transform: translate(-50%, -50%) scaleY(-1);
          -ms-transform: translate(-50%, -50%) scaleY(-1);
              transform: translate(-50%, -50%) scaleY(-1); }

.statement-box {
  background-image: url("../img/statement-box-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 30px 50px 30px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .statement-box {
      margin-bottom: 30px; } }
  .statement-box__icon {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .statement-box__subtitle {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 9px;
    letter-spacing: 2px;
    font-size: 16px; }
  .statement-box__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    display: table-caption;
    text-transform: uppercase;
    margin-bottom: 20px;
    word-spacing: 9999999px; }
  .statement-box__text {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px; }
  .statement-box__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; }
    .statement-box__list p {
      position: relative;
      padding-left: 25px;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      margin-bottom: 15px; }
      .statement-box__list p:last-child {
        margin-bottom: 0; }
      .statement-box__list p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 10px;
        height: 10px;
        border: 2px solid #2c2c2c;
        content: ''; }

.statement-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: 0 30px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 90px;
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  border-right: none;
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px); }
  @media (max-width: 991px) {
    .statement-item {
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px;
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px); } }
  @media (max-width: 767px) {
    .statement-item {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 0 15px 15px 15px; } }
  .statement-item__img {
    min-height: 90px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-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;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px);
    margin-left: -15px;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .statement-item__img {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: 0;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; } }
  .statement-item__subtitle {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    color: #c0ab85;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .statement-item__title {
    display: table-caption;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 15px;
    word-spacing: 9999999px; }
  .statement-item__text {
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.5; }
  .statement-item_black {
    background: -moz-linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 991px) {
      .statement-item_black {
        background: none; } }
  .statement-item_withoutbd {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }

.progress-graph {
  position: relative; }
  @media (max-width: 991px) {
    .progress-graph {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .progress-graph {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; } }
  .progress-graph img {
    margin-left: -35px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .progress-graph img {
        display: none; } }
  .progress-graph__date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    color: rgba(44, 44, 44, 0.3);
    max-width: 520px; }
    @media (max-width: 767px) {
      .progress-graph__date {
        display: none; } }
    .progress-graph__date span:nth-child(1) {
      -webkit-transform: translateX(10px);
         -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
    .progress-graph__date span:nth-child(2) {
      -webkit-transform: translateX(43px);
         -moz-transform: translateX(43px);
          -ms-transform: translateX(43px);
              transform: translateX(43px); }
    .progress-graph__date span:nth-child(3) {
      -webkit-transform: translateX(75px);
         -moz-transform: translateX(75px);
          -ms-transform: translateX(75px);
              transform: translateX(75px); }
  .progress-graph__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute; }
    @media (max-width: 767px) {
      .progress-graph__item {
        position: static;
        width: 50%;
        margin-bottom: 20px; } }
    .progress-graph__item:nth-child(1) {
      top: 105px;
      left: 23px; }
    .progress-graph__item:nth-child(2) {
      top: 0;
      left: 200px; }
    .progress-graph__item:nth-child(3) {
      top: 250px;
      left: 250px; }
    .progress-graph__item:nth-child(4) {
      left: 460px;
      top: 120px; }
    .progress-graph__item p {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #2c2c2c;
      letter-spacing: 2px; }
    .progress-graph__item span {
      display: none;
      font-weight: 400;
      font-size: 12px;
      color: rgba(44, 44, 44, 0.3);
      margin-top: 10px; }
      @media (max-width: 767px) {
        .progress-graph__item span {
          display: block; } }
  .progress-graph__percent {
    font-family: "Molot", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #c0ab85; }
  .progress-graph__val {
    font-family: "Molot", sans-serif;
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 5px; }
    @media (max-width: 479px) {
      .progress-graph__val {
        font-size: 20px; } }

.progress-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-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1; }
  .progress-title__bg {
    color: rgba(44, 44, 44, 0.05);
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 98px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -230px;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 479px) {
      .progress-title__bg {
        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%);
        font-size: 68px; } }
  .progress-title:after {
    width: 213px;
    height: 212px;
    background-image: url(../img/progress-dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    z-index: -2;
    position: absolute;
    top: -60px;
    left: -30px;
    opacity: 0.5; }
  .progress-title span {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px; }
  .progress-title p {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 31px;
    color: #2c2c2c;
    text-transform: uppercase; }

.progress-text {
  max-width: 290px;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .progress-text {
      max-width: 100%; } }
  .progress-text p {
    font-weight: 400;
    font-size: 16px;
    color: #6f6f65;
    margin-bottom: 20px;
    line-height: 1.5; }
    .progress-text p:last-child {
      margin-bottom: 0; }

.progress-box {
  background-image: url(../img/progress-box-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #c0ab85;
  text-align: center;
  padding: 5px;
  position: relative;
  text-transform: uppercase; }
  .progress-box:after {
    top: 0;
    right: 100%;
    position: absolute;
    content: '';
    width: 97px;
    height: 73px;
    background-image: url(../img/progress-box-decor.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 100%; }
    @media (max-width: 1199px) {
      .progress-box:after {
        display: none; } }

.reviews {
  background-image: url(../img/reviews-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 50px; }
  .reviews .swiper-container {
    width: 100%; }
  .reviews .main-title__bg {
    left: 0; }
  .reviews-left {
    padding-top: 80px; }
  .reviews-thumbs {
    width: 100%;
    margin-bottom: 30px; }
    .reviews-thumbs .swiper-slide-thumb-active .reviews-thumbs__item {
      color: #c0ab85; }
    .reviews-thumbs__item {
      position: relative;
      padding-left: 45px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 16px;
      color: #6f6f65;
      font-weight: 400;
      letter-spacing: 2px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 479px) {
        .reviews-thumbs__item {
          padding-left: 0; } }
      .reviews-thumbs__item:hover {
        color: #c0ab85; }
      .reviews-thumbs__item sup {
        font-family: "Comfortaa", sans-serif;
        font-weight: 400;
        margin-right: 5px;
        letter-spacing: 0;
        color: #6f6f65; }
      .reviews-thumbs__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        height: 1px;
        width: 25px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ''; }
        @media (max-width: 479px) {
          .reviews-thumbs__item:after {
            display: none; } }
  .reviews-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: -25px;
    position: relative;
    z-index: 10; }
    @media (max-width: 575px) {
      .reviews-nav {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 50px; } }
    .reviews-nav:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 150px;
      height: 1px;
      width: 140px;
      background-color: rgba(44, 44, 44, 0.1);
      content: ''; }
      @media (max-width: 1199px) {
        .reviews-nav:after {
          display: none; } }
    .reviews-nav:before {
      z-index: -10;
      width: 100px;
      height: 69px;
      background-image: url("../img/reviews-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      position: absolute;
      right: 300px;
      top: 0; }
      @media (max-width: 1199px) {
        .reviews-nav:before {
          display: none; } }
    .reviews-nav .swiper-button-prev, .reviews-nav .swiper-button-next {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      outline: none;
      margin: 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 20; }
      .reviews-nav .swiper-button-prev:hover, .reviews-nav .swiper-button-next:hover {
        border-color: #c0ab85; }
        .reviews-nav .swiper-button-prev:hover svg, .reviews-nav .swiper-button-next:hover svg {
          fill: #c0ab85;
          opacity: 1; }
      .reviews-nav .swiper-button-prev svg, .reviews-nav .swiper-button-next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        fill: #000;
        opacity: 0.1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .reviews-nav .swiper-button-prev {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      margin-right: 25px; }
  .reviews-slider .swiper-wrapper {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    pointer-events: none; }
  .reviews-slider .swiper-container {
    overflow: visible;
    pointer-events: none;
    z-index: 10; }
  .reviews-slider .swiper-slide {
    opacity: 0;
    pointer-events: none; }
    .reviews-slider .swiper-slide * {
      pointer-events: none; }
    .reviews-slider .swiper-slide-active, .reviews-slider .swiper-slide-next {
      opacity: 1;
      pointer-events: all; }
      .reviews-slider .swiper-slide-active *, .reviews-slider .swiper-slide-next * {
        pointer-events: all; }
  .reviews-slider .swiper-slide-active .reviews-item {
    background-color: #2c2c2c; }
    .reviews-slider .swiper-slide-active .reviews-item:after {
      opacity: 1;
      top: 30px;
      left: -20px; }
    .reviews-slider .swiper-slide-active .reviews-item:before {
      opacity: 1;
      top: 50px;
      left: -40px; }
    .reviews-slider .swiper-slide-active .reviews-item__hero, .reviews-slider .swiper-slide-active .reviews-item h3 {
      display: block; }
    .reviews-slider .swiper-slide-active .reviews-item__quote {
      top: -60px;
      right: 40px; }
      .reviews-slider .swiper-slide-active .reviews-item__quote svg {
        fill: #c0ab85;
        opacity: 1; }
    .reviews-slider .swiper-slide-active .reviews-item p {
      color: #fff; }
    .reviews-slider .swiper-slide-active .reviews-item__city {
      color: rgba(255, 255, 255, 0.58); }
      .reviews-slider .swiper-slide-active .reviews-item__city svg {
        fill: #fff; }
  .reviews-item {
    padding: 30px 40px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .reviews-item:after {
      z-index: -1;
      width: 100%;
      height: -moz-calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid rgba(44, 44, 44, 0.3);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .reviews-item:before {
      z-index: -1;
      width: 100%;
      height: -moz-calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid rgba(44, 44, 44, 0.1);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .reviews-item__hero, .reviews-item h3 {
      display: none; }
    .reviews-item__hero {
      background-image: url(../img/reviews-hero.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding: 8px 0 5px 35px;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #c0ab85;
      letter-spacing: 2px;
      margin-bottom: 15px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .reviews-item h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #c0ab85;
      font-size: 18px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      line-height: 1.5;
      margin-bottom: 10px; }
    .reviews-item__quote {
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      position: absolute;
      left: 0;
      top: -15px;
      pointer-events: none; }
      .reviews-item__quote svg {
        width: 100px;
        height: 100px;
        opacity: 0.03;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .reviews-item p {
      font-weight: 300;
      font-size: 12px;
      color: #000;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 20px;
      font-style: italic;
      line-height: 1.5; }
    .reviews-item__city {
      position: relative;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-left: 30px;
      font-weight: 400;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.58); }
      .reviews-item__city svg {
        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;
        fill: #000;
        opacity: 0.1;
        width: 18px;
        height: 18px; }

.partners {
  background-image: url("../img/partners-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 200px 0; }
  @media (max-width: 1199px) {
    .partners {
      padding: 70px 0 50px 0; } }
  .partners-text {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
    .partners-text__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;
      text-align: left;
      max-width: 280px;
      margin-bottom: 50px; }
      .partners-text__item:nth-child(2) {
        text-align: right;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .partners-text__item h3 {
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 21px;
        color: #2c2c2c;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .partners-text__item p {
        font-weight: 400;
        font-size: 14px;
        color: #2c2c2c;
        line-height: 1.5; }
  .partners-lvl {
    position: relative;
    min-height: 460px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .partners-lvl {
        min-height: 0;
        margin-bottom: 50px; } }
    @media (max-width: 575px) {
      .partners-lvl {
        margin-bottom: 90px; } }
    .partners-lvl .main-btn {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      z-index: 10; }
      @media (max-width: 991px) {
        .partners-lvl .main-btn {
          bottom: auto;
          position: relative;
          left: auto;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
    .partners-lvl__bg {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -145px;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 991px) {
        .partners-lvl__bg {
          display: none; } }
    .partners-lvl__row {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .partners-lvl__row {
          max-width: 100% !important;
          margin-bottom: 30px !important; } }
      @media (max-width: 767px) {
        .partners-lvl__row {
          -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; } }
      .partners-lvl__row:nth-child(1) {
        max-width: 855px;
        margin-bottom: 50px; }
        .partners-lvl__row:nth-child(1) .partners-lvl__item {
          max-width: 280px; }
          .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title {
            color: #fff; }
            @media (max-width: 991px) {
              .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title {
                color: #2c2c2c; } }
            .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title:after {
              background-color: rgba(255, 255, 255, 0.07); }
              @media (max-width: 991px) {
                .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title:after {
                  background-color: rgba(0, 0, 0, 0.07); } }
            .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title span {
              color: #fff;
              border-color: rgba(255, 255, 255, 0.07); }
              @media (max-width: 991px) {
                .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__title span {
                  border-color: rgba(0, 0, 0, 0.07);
                  color: #2c2c2c; } }
          .partners-lvl__row:nth-child(1) .partners-lvl__item:first-child .partners-lvl__percent {
            color: #c0ab85; }
      .partners-lvl__row:nth-child(2) {
        max-width: 660px;
        margin-bottom: 50px; }
        .partners-lvl__row:nth-child(2) .partners-lvl__item {
          max-width: 190px; }
          .partners-lvl__row:nth-child(2) .partners-lvl__item:nth-child(2) .partners-lvl__title {
            padding-left: 50px; }
        .partners-lvl__row:nth-child(2) .partners-lvl__percent {
          font-size: 40px; }
        .partners-lvl__row:nth-child(2) .partners-lvl__title {
          padding-right: 50px; }
          .partners-lvl__row:nth-child(2) .partners-lvl__title:after {
            width: 30px; }
      .partners-lvl__row:nth-child(3) {
        max-width: 570px;
        margin-bottom: 50px; }
        .partners-lvl__row:nth-child(3) .partners-lvl__item {
          max-width: 155px; }
          .partners-lvl__row:nth-child(3) .partners-lvl__item:nth-child(2) .partners-lvl__title {
            padding-left: 15px; }
        .partners-lvl__row:nth-child(3) .partners-lvl__percent {
          font-size: 30px; }
        .partners-lvl__row:nth-child(3) .partners-lvl__title {
          padding-right: 15px; }
          .partners-lvl__row:nth-child(3) .partners-lvl__title:after {
            width: 10px; }
      .partners-lvl__row:nth-child(4) {
        max-width: 470px; }
        .partners-lvl__row:nth-child(4) .partners-lvl__item {
          max-width: 120px; }
          .partners-lvl__row:nth-child(4) .partners-lvl__item:nth-child(2) .partners-lvl__title {
            padding-left: 15px; }
        .partners-lvl__row:nth-child(4) .partners-lvl__percent {
          font-size: 25px; }
        .partners-lvl__row:nth-child(4) .partners-lvl__title {
          padding-right: 15px; }
          .partners-lvl__row:nth-child(4) .partners-lvl__title:after {
            width: 10px; }
    .partners-lvl__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 50%;
      width: 100%; }
      @media (max-width: 767px) {
        .partners-lvl__item {
          margin-bottom: 20px; } }
      .partners-lvl__item:nth-child(2) {
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .partners-lvl__item:nth-child(2) .partners-lvl__title {
          -webkit-flex-direction: row-reverse;
             -moz-box-orient: horizontal;
             -moz-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          padding-right: 0;
          padding-left: 110px; }
          .partners-lvl__item:nth-child(2) .partners-lvl__title:after {
            right: auto;
            left: 0; }
          .partners-lvl__item:nth-child(2) .partners-lvl__title span {
            margin-right: 0;
            margin-left: 15px; }
    .partners-lvl__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: "Bebas Neue", sans-serif;
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 18px;
      padding-right: 110px;
      position: relative; }
      .partners-lvl__title:after {
        width: 80px;
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.07); }
      .partners-lvl__title 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: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 30px;
        height: 30px;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2c2c2c;
        letter-spacing: 0;
        border: 1px solid rgba(0, 0, 0, 0.07);
        margin-right: 15px; }
    .partners-lvl__percent {
      font-size: 56px;
      font-family: "Molot", sans-serif;
      font-weight: 400;
      color: #2c2c2c; }
      .partners-lvl__percent sub {
        font-family: "Gilroy", sans-serif;
        font-weight: 800; }
  .partners-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -315px;
    z-index: 100;
    position: relative; }
    @media (max-width: 1199px) {
      .partners-info {
        margin-top: -180px; } }
    @media (max-width: 991px) {
      .partners-info {
        margin-top: 0; } }
    @media (max-width: 479px) {
      .partners-info {
        -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; } }
    .partners-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;
      text-align: left;
      padding-left: 30px;
      background-image: url(../img/partners-info-arrow-1.png);
      background-repeat: no-repeat;
      background-position: left bottom; }
      @media (max-width: 479px) {
        .partners-info__item {
          margin-bottom: 70px;
          padding-left: 0 !important;
          padding-right: 0 !important;
          background-image: none !important;
          -webkit-align-items: center !important;
             -moz-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important;
          text-align: center !important; } }
      .partners-info__item:last-child {
        margin-bottom: 0; }
      .partners-info__item:nth-child(2) {
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right;
        background-image: url(../img/partners-info-arrow-2.png);
        background-position: 99% bottom;
        padding-left: 0;
        padding-right: 30px; }
        .partners-info__item:nth-child(2) .partners-info__title {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .partners-info__item:nth-child(2) .partners-info__title:after {
            right: 0;
            left: auto;
            background-image: url(../img/partners-info-title-r.png); }
        .partners-info__item:nth-child(2) .partners-info__val {
          -webkit-flex-direction: row-reverse;
             -moz-box-orient: horizontal;
             -moz-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .partners-info__item:nth-child(2) .partners-info__val span {
            margin-right: 0;
            margin-left: 15px; }
    .partners-info__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;
      position: relative;
      z-index: 1;
      opacity: 0.5; }
      @media (max-width: 479px) {
        .partners-info__title {
          -webkit-align-items: center !important;
             -moz-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important;
          text-align: center !important; } }
      .partners-info__title:after {
        width: 74px;
        height: 106px;
        background-image: url(../img/partners-info-title-p.png);
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        z-index: -1; }
        @media (max-width: 479px) {
          .partners-info__title:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            left: 50%; } }
      .partners-info__title p {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #2c2c2c;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 2px; }
      .partners-info__title span {
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #2c2c2c;
        text-transform: uppercase; }
    .partners-info__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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;
      margin-bottom: 20px; }
      .partners-info__val span {
        font-family: "Molot", sans-serif;
        font-size: 25px;
        color: #2c2c2c;
        font-weight: 400;
        margin-right: 15px;
        opacity: 0.5; }
      .partners-info__val p {
        font-family: "Bebas Neue", sans-serif;
        letter-spacing: 2px;
        font-weight: 400;
        color: #2c2c2c;
        font-size: 12px;
        margin-bottom: 3px; }

.roadmap {
  padding: 40px 0 30px 0;
  background-image: url(../img/roadmap-bg.png);
  background-repeat: no-repeat;
  background-position: right top; }
  .roadmap .main-title {
    margin-bottom: 20px;
    margin-top: 30px; }
    .roadmap .main-title__bg {
      left: -215px; }
  .roadmap .main-text {
    margin-bottom: 20px; }
  .roadmap-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .roadmap-btns__item {
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      min-width: 140px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "LIBRARY 3 AM", sans-serif;
      font-weight: 400;
      font-size: 23px;
      color: rgba(44, 44, 44, 0.2);
      height: 45px;
      margin-bottom: 5px;
      border: 1px solid transparent;
      position: relative;
      padding: 0 15px; }
      .roadmap-btns__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        height: 1px;
        width: 10000px;
        background-color: #dcdcdc;
        right: -moz-calc(100% + 15px);
        right: calc(100% + 15px);
        content: ''; }
      .roadmap-btns__item:before {
        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%);
        border-radius: 50%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #c0ab85;
        opacity: 0;
        content: '';
        width: 8px;
        height: 8px; }
      .roadmap-btns__item span {
        opacity: 0;
        font-family: "Bebas Neue", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #2c2c2c;
        margin-left: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .roadmap-btns__item.active, .roadmap-btns__item:hover {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #c0ab85;
        border-color: #c0ab85; }
        .roadmap-btns__item.active span, .roadmap-btns__item:hover span {
          opacity: 1; }
        .roadmap-btns__item.active:after, .roadmap-btns__item:hover:after {
          right: 100%;
          background-color: #c0ab85; }
        .roadmap-btns__item.active:before, .roadmap-btns__item:hover:before {
          opacity: 1; }
  .roadmap-slider {
    width: 100%;
    position: relative; }
    @media (max-width: 991px) {
      .roadmap-slider {
        margin-top: 50px; } }
    .roadmap-slider:after {
      width: 100px;
      height: 212px;
      position: absolute;
      content: '';
      background-image: url(../img/roadmap-dot.png);
      background-repeat: no-repeat;
      background-position: center center;
      top: -25px;
      left: -30px; }
    .roadmap-slider .swiper-container {
      width: 100%;
      overflow: visible; }
    .roadmap-slider .swiper-button-prev, .roadmap-slider .swiper-button-next {
      width: 64px;
      height: 64px;
      background-color: #EFEFEF;
      margin: 0;
      position: absolute;
      z-index: 10;
      outline: none; }
      .roadmap-slider .swiper-button-prev svg, .roadmap-slider .swiper-button-next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        fill: #2c2c2c;
        opacity: 0.3;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .roadmap-slider .swiper-button-prev:hover svg, .roadmap-slider .swiper-button-next:hover svg {
        opacity: 1;
        fill: #c0ab85; }
    .roadmap-slider .swiper-button-next {
      top: 0;
      right: 0;
      left: auto;
      bottom: auto; }
    .roadmap-slider .swiper-button-prev {
      left: 0;
      bottom: 0;
      top: auto;
      right: auto;
      background-color: #f6f6f6; }
      .roadmap-slider .swiper-button-prev svg {
        -webkit-transform: translate(-50%, -50%) scaleX(-1);
           -moz-transform: translate(-50%, -50%) scaleX(-1);
            -ms-transform: translate(-50%, -50%) scaleX(-1);
                transform: translate(-50%, -50%) scaleX(-1); }
    .roadmap-slider__item {
      background-image: url("../img/roadmap-item-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding: 25px 45px 13px 45px;
      background-color: #2c2c2c; }
      .roadmap-slider__item-month {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-right: 20px; }
        .roadmap-slider__item-month span {
          font-weight: 400;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.15);
          margin-bottom: 10px; }
        .roadmap-slider__item-month p {
          font-family: "Gilroy", sans-serif;
          font-weight: 800;
          font-size: 21px;
          color: #c0ab85;
          text-transform: uppercase; }
      .roadmap-slider__item-content {
        margin-bottom: 30px; }
        .roadmap-slider__item-content span {
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          letter-spacing: 2px;
          font-size: 18px;
          color: #c0ab85;
          margin-bottom: 20px;
          display: inline-block; }
        .roadmap-slider__item-content p {
          font-weight: 400;
          font-size: 14px;
          color: #fff;
          line-height: 1.5; }
      .roadmap-slider__item-btn {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
        max-width: 170px;
        width: 100%;
        height: 44px;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        text-align: center;
        -webkit-transform: translateX(32px);
           -moz-transform: translateX(32px);
            -ms-transform: translateX(32px);
                transform: translateX(32px);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .roadmap-slider__item-btn .lines-top:after, .roadmap-slider__item-btn .lines-top:before, .roadmap-slider__item-btn .lines-bot:after, .roadmap-slider__item-btn .lines-bot:before {
          width: 5px;
          height: 5px;
          border-color: #c0ab85; }
        .roadmap-slider__item-btn:hover {
          background-color: rgba(255, 255, 255, 0.3); }
        .roadmap-slider__item-btn .lines {
          border: 1px solid rgba(255, 255, 255, 0.1);
          width: -moz-calc(100% + 4px);
          width: calc(100% + 4px);
          height: -moz-calc(100% + 4px);
          height: calc(100% + 4px); }
  .roadmap-thumbs {
    padding-top: 30px; }
    .roadmap-thumbs .swiper-slide-thumb-active .roadmap-thumbs__item {
      background-image: url("../img/roadmap-thumbs-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .roadmap-thumbs .swiper-slide-thumb-active .roadmap-thumbs__item-month {
        color: #fff; }
        .roadmap-thumbs .swiper-slide-thumb-active .roadmap-thumbs__item-month span {
          color: #fff; }
      .roadmap-thumbs .swiper-slide-thumb-active .roadmap-thumbs__item-btn {
        display: none; }
      .roadmap-thumbs .swiper-slide-thumb-active .roadmap-thumbs__item-letter {
        color: #fff;
        opacity: 0.12; }
    .roadmap-thumbs__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding: 20px 12px 30px 12px;
      min-height: 150px;
      cursor: pointer;
      background-image: url("../img/roadmap-thumbs-bg-white.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .roadmap-thumbs__item:hover {
        background-image: url("../img/roadmap-thumbs-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .roadmap-thumbs__item:hover .roadmap-thumbs__item-month {
          color: #fff; }
          .roadmap-thumbs__item:hover .roadmap-thumbs__item-month span {
            color: #fff; }
        .roadmap-thumbs__item:hover .roadmap-thumbs__item-btn {
          color: #fff; }
          .roadmap-thumbs__item:hover .roadmap-thumbs__item-btn svg, .roadmap-thumbs__item:hover .roadmap-thumbs__item-btn:after {
            opacity: 0; }
        .roadmap-thumbs__item:hover .roadmap-thumbs__item-letter {
          color: #fff;
          opacity: 0.12; }
      .roadmap-thumbs__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -2.5px;
        height: 100%;
        width: 1px;
        background-color: rgba(44, 44, 44, 0.05);
        content: ''; }
      .roadmap-thumbs__item-month {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 400;
        font-size: 10px;
        color: #b7b7b7;
        margin-bottom: 5px; }
        .roadmap-thumbs__item-month span {
          font-family: "Molot", sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #c0ab85;
          margin-right: 5px; }
      .roadmap-thumbs__item-title {
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        color: #2c2c2c;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 45px; }
      .roadmap-thumbs__item-btn {
        position: relative;
        padding-left: 35px;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: rgba(192, 171, 133, 0);
        letter-spacing: 2px; }
        .roadmap-thumbs__item-btn:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          content: '';
          border: 1px solid rgba(44, 44, 44, 0.05); }
        .roadmap-thumbs__item-btn svg {
          width: 19px;
          height: 19px;
          fill: #2c2c2c;
          position: absolute;
          left: 14px;
          bottom: 50%;
          opacity: 0.2;
          -webkit-transform: translateX(-50%) rotate(-90deg);
             -moz-transform: translateX(-50%) rotate(-90deg);
              -ms-transform: translateX(-50%) rotate(-90deg);
                  transform: translateX(-50%) rotate(-90deg); }
      .roadmap-thumbs__item-letter {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 17px;
        font-family: "Gilroy", sans-serif;
        color: #2c2c2c;
        font-weight: 800;
        font-size: 78px;
        opacity: 0.05;
        text-transform: uppercase;
        pointer-events: none; }
      .roadmap-thumbs__item_black {
        background-image: url("../img/roadmap-thumbs-bg-black.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        @media (max-width: 991px) {
          .roadmap-thumbs__item_black {
            background-image: url(../img/roadmap-thumbs-bg-white.png); } }
  .roadmap-popup .mfp-close {
    padding: 0;
    top: 8px;
    right: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: auto;
    height: auto;
    line-height: 1;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 44px;
    color: rgba(44, 44, 44, 0.55);
    cursor: pointer;
    opacity: 1;
    z-index: 2; }
  .roadmap-popup__wrap {
    background-color: #fff;
    border-radius: 4px;
    border-top: 3px solid #c0ab85;
    margin: 5px auto;
    max-width: 955px;
    position: relative;
    padding: 20px 30px 10px 70px;
    background-image: url(../img/roadmap-popup-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden; }
    @media (max-width: 479px) {
      .roadmap-popup__wrap {
        padding: 20px 30px 10px 50px; } }
    .roadmap-popup__wrap:after {
      width: 66px;
      height: 156px;
      left: 0;
      bottom: 0;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-size: auto auto;
      position: absolute;
      content: ''; }
  .roadmap-popup__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 151px;
    text-shadow: -9px 0px 10px rgba(0, 0, 0, 0.03);
    text-transform: uppercase;
    pointer-events: none;
    top: -15px; }
  .roadmap-popup__head {
    padding-bottom: 15px;
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1; }
    @media (max-width: 767px) {
      .roadmap-popup__head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .roadmap-popup__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-right: 25px; }
    @media (max-width: 767px) {
      .roadmap-popup__title {
        margin-right: 0;
        margin-bottom: 10px; } }
    .roadmap-popup__title p {
      font-weight: 400;
      font-size: 13px;
      color: #c0ab85;
      margin-bottom: 5px; }
    .roadmap-popup__title h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      color: #2c2c2c;
      text-transform: uppercase;
      position: relative;
      font-size: 28px;
      padding-right: 30px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .roadmap-popup__title h3 {
          margin-right: 0;
          padding-right: 0; } }
      .roadmap-popup__title h3:after {
        height: 24px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        background-color: rgba(0, 0, 0, 0.05);
        width: 1px;
        content: ''; }
        @media (max-width: 767px) {
          .roadmap-popup__title h3:after {
            display: none; } }
      .roadmap-popup__title h3 span {
        right: -moz-calc(100% + 15px);
        right: calc(100% + 15px);
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 45%;
        font-family: "Molot", sans-serif;
        font-weight: 400;
        font-size: 31px;
        color: rgba(44, 44, 44, 0.1); }
  .roadmap-popup__date {
    font-weight: 400;
    font-size: 12px;
    color: rgba(44, 44, 44, 0.4);
    margin-bottom: 5px; }
    @media (max-width: 479px) {
      .roadmap-popup__date {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .roadmap-popup__date span {
      color: #2c2c2c;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      margin-left: 15px; }
      @media (max-width: 479px) {
        .roadmap-popup__date span {
          margin-left: 0;
          margin-top: 10px; } }
  .roadmap-popup__content h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    font-size: 16px;
    margin-bottom: 15px; }

.news {
  padding: 30px 0 40px 0; }
  @media (max-width: 767px) {
    .news {
      padding: 20px 0; } }
  .news-bg {
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .news .main-title {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .news .main-title {
        margin-top: 0; } }
  .news-item {
    border: 1px solid rgba(44, 44, 44, 0.25);
    width: 100%;
    margin-bottom: 30px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .news-item__box {
      position: relative;
      border-bottom: 1px solid rgba(44, 44, 44, 0.25);
      width: 100%;
      padding: 30px;
      height: 100%; }
    .news-item__icon {
      position: absolute;
      right: 30px;
      top: 0; }
      .news-item__icon svg {
        width: 50px;
        height: 50px;
        fill: #c0ab85;
        opacity: 0.25; }
    .news-item__date {
      font-weight: 400;
      font-size: 12px;
      color: rgba(44, 44, 44, 0.35);
      margin-bottom: 15px;
      text-transform: uppercase; }
    .news-item__title {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #2c2c2c;
      text-transform: uppercase;
      margin-bottom: 15px;
      line-height: 1.3; }
    .news-item p {
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      line-height: 1.5; }
    .news-item__btn {
      min-height: 66px;
      padding-right: 70px;
      padding-left: 35px;
      width: 100%;
      position: relative;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #2c2c2c;
      text-transform: uppercase;
      letter-spacing: 2px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-top: auto; }
      .news-item__btn:hover {
        background-color: #c0ab85;
        color: #fff; }
        .news-item__btn:hover svg {
          fill: #fff;
          opacity: 1; }
        .news-item__btn:hover:after {
          background-color: #fff; }
      .news-item__btn:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 65px;
        height: 100%;
        width: 1px;
        background-color: rgba(44, 44, 44, 0.25);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .news-item__btn svg {
        right: 33px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 14px;
        height: 14px;
        fill: #2c2c2c;
        opacity: 0.3;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .news-item__img {
      width: 100%;
      height: 96px;
      min-height: 96px;
      position: relative; }
      .news-item__img:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: rgba(192, 171, 133, 0.77);
        content: ''; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .news-item_black {
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%); }

.footer {
  padding: 50px 0 30px 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991px) {
    .footer {
      background-image: url(../img/footer-bg-tablet.png); } }
  .footer .logo {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .footer .logo-text {
        color: #fff; } }
    @media (max-width: 991px) {
      .footer .logo p {
        color: #fff; } }
  @media (max-width: 991px) {
    .footer .main-text p {
      color: #fff; } }
  @media (max-width: 991px) {
    .footer-left {
      text-align: center; } }
  .footer-left .main-text {
    max-width: 290px; }
  .footer-right {
    padding-left: 60px; }
    @media (max-width: 991px) {
      .footer-right {
        padding-left: 15px; } }
  .footer-top {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .footer-top {
        text-align: center; } }
  .footer-bot {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 991px) {
      .footer-bot {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .footer-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;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 60px; }
    .footer-menu__item {
      position: relative;
      margin-bottom: 30px; }
      .footer-menu__item:last-child {
        margin-bottom: 0; }
      .footer-menu__item > 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-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #6f6f65;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        padding-left: 30px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .footer-menu__item > a:hover {
          color: #c0ab85; }
        .footer-menu__item > a span {
          position: absolute;
          left: 0;
          top: -3px;
          font-family: "Comfortaa", sans-serif;
          font-weight: 400;
          color: #6f6f65;
          font-size: 11px;
          white-space: nowrap;
          letter-spacing: 0; }
        .footer-menu__item > a svg {
          width: 12px;
          height: 12px;
          fill: #c0ab85;
          margin-left: 15px; }
      .footer-menu__item:hover .header-menu__in {
        opacity: 1;
        pointer-events: all; }
    .footer-menu.active {
      opacity: 1;
      pointer-events: all;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .footer-copyright {
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .footer-copyright {
        margin-bottom: 30px;
        color: #fff;
        text-align: center; } }
  .footer-contacts {
    margin-bottom: 40px; }
    .footer-contacts__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .footer-contacts__item {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .footer-contacts__item:last-child {
        margin-bottom: 0; }
      .footer-contacts__item p {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        color: #c0ab85;
        margin-bottom: 5px; }
      .footer-contacts__item a {
        text-decoration: none;
        color: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 1.5;
        font-weight: 400;
        font-size: 16px; }
        .footer-contacts__item a:hover {
          color: #c0ab85; }
      .footer-contacts__item_phone a {
        font-family: "Molot", sans-serif;
        font-size: 24px; }
  .footer-btn {
    max-width: 190px;
    width: 100%;
    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;
    height: 46px;
    background-color: rgba(44, 44, 44, 0.6);
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 20px;
    padding-left: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #c0ab85;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    outline: none; }
    .footer-btn .lines-top:after, .footer-btn .lines-top:before, .footer-btn .lines-bot:after, .footer-btn .lines-bot:before {
      width: 5px;
      height: 5px;
      border-color: rgba(192, 171, 133, 0.3); }
    @media (max-width: 991px) {
      .footer-btn {
        margin-bottom: 30px;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-btn:hover {
      background-color: rgba(192, 171, 133, 0.3);
      color: #2c2c2c; }
    .footer-btn .lines {
      width: -moz-calc(100% + 4px);
      width: calc(100% + 4px);
      height: -moz-calc(100% + 4px);
      height: calc(100% + 4px);
      border: 1px solid rgba(255, 255, 255, 0.05); }
  .footer-wallets {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -47px; }
    .footer-wallets__item {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      margin-bottom: 47px; }
      .footer-wallets__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        content: '';
        width: 1px;
        height: 15px;
        background-color: rgba(255, 255, 255, 0.1); }
      .footer-wallets__item img {
        max-width: 100%; }
  .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: 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) {
      .footer-soc {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .footer-soc {
        -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; } }
    .footer-soc__item {
      width: 46px;
      height: 46px;
      display: inline-block;
      position: relative;
      background-color: rgba(255, 255, 255, 0.05);
      margin-right: 20px; }
      .footer-soc__item .lines-top:after, .footer-soc__item .lines-top:before, .footer-soc__item .lines-bot:after, .footer-soc__item .lines-bot:before {
        width: 5px;
        height: 5px;
        border-color: rgba(255, 255, 255, 0.2); }
      .footer-soc__item:last-child {
        margin-right: 0; }
        @media (max-width: 991px) {
          .footer-soc__item:last-child {
            margin-right: 10px; } }
      @media (max-width: 991px) {
        .footer-soc__item {
          margin: 0 10px 20px 10px; } }
      .footer-soc__item .lines {
        border: 1px solid rgba(255, 255, 255, 0.05);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        height: -moz-calc(100% + 4px);
        height: calc(100% + 4px); }
      .footer-soc__item:hover > svg {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
           -moz-transform: translate(-50%, -50%) scale(1.2);
            -ms-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2); }
      .footer-soc__item > 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: url(#gr);
        width: 22px;
        height: 22px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1; }
      .footer-soc__item span {
        position: absolute;
        background-color: #2c2c2c;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 50%;
        left: 50%;
        z-index: 2; }
        .footer-soc__item span 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: url(#gr);
          width: 11px;
          height: 11px; }
  .footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 20px; }
    @media (max-width: 1199px) {
      .footer-links {
        margin-left: 0; } }
    .footer-links a {
      font-weight: 400;
      font-size: 12px;
      color: #6f6f65;
      text-decoration: underline;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-left: 25px;
      margin-left: 24px;
      position: relative; }
      .footer-links a:hover {
        text-decoration: none; }
      .footer-links a:after {
        height: 100%;
        width: 1px;
        background-color: #6f6f65;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .footer-links a:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer-links a:first-child:after {
          display: none; }

.scroll-up {
  padding-left: 68px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #6f6f65;
  margin-bottom: 110px;
  display: inline-block; }
  @media (max-width: 991px) {
    .scroll-up {
      margin-bottom: 50px; } }
  .scroll-up:after {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-color: #c0ab85;
    z-index: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    content: ''; }
  .scroll-up svg {
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
       -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    width: 12px;
    height: 12px;
    fill: #6f6f65;
    z-index: 2; }

.faq {
  padding: 60px 0 50px 0;
  background-image: url("../img/faq-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .faq .main-title__text {
    margin-bottom: 0; }
    .faq .main-title__text span {
      font-size: 48px; }
  .faq-title {
    position: relative;
    padding-left: 56px;
    margin-bottom: 35px;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 21px;
    color: #2c2c2c; }
    .faq-title img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      max-width: 50px; }
  .faq .faq-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    margin-bottom: 60px; }
    .faq .faq-list:after {
      top: 0;
      right: -moz-calc(100% + 20px);
      right: calc(100% + 20px);
      width: 100px;
      height: 212px;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      content: '';
      pointer-events: none; }
    .faq .faq-list:before {
      bottom: 0;
      left: -moz-calc(100% + 20px);
      left: calc(100% + 20px);
      width: 100px;
      height: 212px;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      content: '';
      pointer-events: none; }
    .faq .faq-list__item {
      width: 50%;
      border: 1px solid rgba(44, 44, 44, 0.15);
      border-left: none;
      border-bottom: none; }
      @media (max-width: 767px) {
        .faq .faq-list__item {
          width: 100%;
          border-left: 1px solid rgba(44, 44, 44, 0.15); } }
      .faq .faq-list__item:nth-child(odd) {
        border-left: 1px solid rgba(44, 44, 44, 0.15); }
      .faq .faq-list__item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(44, 44, 44, 0.15); }
        @media (max-width: 767px) {
          .faq .faq-list__item:nth-last-child(-n+2) {
            border-bottom: none; } }
      @media (max-width: 767px) {
        .faq .faq-list__item:last-child {
          border-bottom: 1px solid rgba(44, 44, 44, 0.15); } }
      .faq .faq-list__item .main-text {
        margin-bottom: 0;
        padding: 0 30px 30px 30px; }
        .faq .faq-list__item .main-text p {
          font-weight: 600; }
    .faq .faq-list__title {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 16px 85px 16px 20px;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #c0ab85;
      margin-bottom: 20px;
      letter-spacing: 2px;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }
      .faq .faq-list__title .lines-top:after, .faq .faq-list__title .lines-top:before, .faq .faq-list__title .lines-bot:after, .faq .faq-list__title .lines-bot:before {
        width: 5px;
        height: 5px;
        border-color: #c0ab85; }
      .faq .faq-list__title:after {
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        width: 80%;
        background-color: rgba(44, 44, 44, 0.15);
        content: ''; }
      .faq .faq-list__title svg {
        position: absolute;
        top: 50%;
        right: 40px;
        -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);
        width: 15px;
        height: 15px;
        fill: #c0ab85; }

.contacts {
  padding: 50px 0;
  background-image: url("../img/contacts-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .contacts .main-title {
    margin-top: 50px; }
    .contacts .main-title__bg {
      left: 0; }
  .contacts .main-text {
    max-width: 440px; }
  .contacts-list {
    position: relative;
    margin-bottom: 26px;
    margin-top: 50px; }
    .contacts-list:after {
      width: 100px;
      height: 212px;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 0;
      right: -moz-calc(100% + 20px);
      right: calc(100% + 20px);
      content: '';
      pointer-events: none; }
    .contacts-list__item {
      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: 60px;
      margin-bottom: 40px; }
      .contacts-list__item:last-child {
        margin-bottom: 0; }
        .contacts-list__item:last-child:after {
          display: none; }
      .contacts-list__item:after {
        top: 27px;
        height: 17px;
        left: 15px;
        width: 1px;
        background-color: rgba(44, 44, 44, 0.1);
        position: absolute;
        content: ''; }
      .contacts-list__item img {
        position: absolute;
        left: 0;
        top: 9px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .contacts-list__item h3 {
        color: #c0ab85;
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 15px; }
      .contacts-list__item p {
        font-weight: 400;
        font-size: 16px;
        color: #2c2c2c;
        line-height: 1.5;
        max-width: 400px; }
      .contacts-list__item a {
        font-weight: 400;
        text-decoration: none;
        color: #2c2c2c;
        font-size: 16px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 479px) {
          .contacts-list__item a {
            font-size: 12px; } }
        .contacts-list__item a:hover {
          color: #c0ab85; }
      .contacts-list__item_mail a {
        text-decoration: underline; }
      .contacts-list__item_phone a {
        font-family: "Molot", sans-serif;
        font-size: 24px;
        line-height: 16px; }
  .contacts-soc {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid rgba(44, 44, 44, 0.2);
    border-right: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 40px 10px 40px; }
    @media (max-width: 991px) {
      .contacts-soc {
        width: 100%;
        border: 1px solid rgba(44, 44, 44, 0.1); } }
    .contacts-soc__title {
      width: 100%;
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #2c2c2c;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .contacts-soc__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      padding-right: 15px;
      padding-left: 45px;
      position: relative;
      margin-bottom: 20px;
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .contacts-soc__item {
          width: 50%; } }
      @media (max-width: 479px) {
        .contacts-soc__item {
          width: 100%; } }
      .contacts-soc__item:hover {
        color: #c0ab85; }
      .contacts-soc__item:after {
        left: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 8px;
        height: 1px;
        background-color: rgba(44, 44, 44, 0.1);
        content: ''; }
      .contacts-soc__item svg {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: url(#gr);
        width: 20px;
        height: 20px; }
  .contacts-form {
    position: relative; }
    .contacts-form__wrap {
      padding: 40px 50px;
      position: relative;
      z-index: 1;
      background-color: #fff;
      box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
      @media (max-width: 479px) {
        .contacts-form__wrap {
          padding: 30px 15px; } }
    .contacts-form:after {
      position: absolute;
      top: -30px;
      left: -30px;
      z-index: -1;
      width: 100px;
      height: 212px;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: ''; }
    .contacts-form__box {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 20px; }
      .contacts-form__box p {
        font-family: "Bebas Neue", sans-serif;
        font-size: 15px;
        color: #cacaca;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        width: 100%; }
    .contacts-form__input {
      position: relative;
      width: 100%;
      height: 60px; }
      .contacts-form__input .lines-top:after, .contacts-form__input .lines-top:before, .contacts-form__input .lines-bot:after, .contacts-form__input .lines-bot:before {
        width: 8px;
        height: 8px;
        border-color: #c0ab85; }
      .contacts-form__input .lines {
        border: 1px solid rgba(0, 0, 0, 0.1); }
      .contacts-form__input svg {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 18px;
        height: 18px;
        fill: #e7e7e7; }
      .contacts-form__input img {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .contacts-form__input:after {
        right: 59px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 30px;
        width: 1px;
        background-color: rgba(44, 44, 44, 0.1);
        content: ''; }
      .contacts-form__input ::-webkit-input-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__input :-moz-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__input ::-moz-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__input :-ms-input-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__input ::placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__input input {
        width: 100%;
        height: 100%;
        padding: 0 25px;
        font-weight: 400;
        font-size: 16px;
        color: #2c2c2c;
        outline: none;
        border: none;
        background-color: transparent;
        padding-right: 60px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .contacts-form__input input:focus {
          color: #c0ab85; }
      .contacts-form__input.btc svg, .contacts-form__input.monero svg {
        fill: #f7931a; }
      .contacts-form__input.ltc svg, .contacts-form__input.doge svg {
        fill: #c0ab85; }
      .contacts-form__input.eth svg {
        fill: #2c2c2c; }
      .contacts-form__input.bch svg {
        fill: #4CC947; }
      .contacts-form__input.pm svg {
        fill: #E33E23; }
      .contacts-form__input.payeer svg {
        fill: #00ACE8; }
      .contacts-form__input.ripple svg {
        fill: #049FEF; }
      .contacts-form__input.usdt svg {
        fill: #259C77; }
      .contacts-form__input.trx svg {
        fill: #F20012; }
      .contacts-form__input.bnb svg {
        fill: #E7B12D; }
      .contacts-form__input.epc svg {
        fill: #BC294E; }
      .contacts-form__input.dash svg {
        fill: #1276c5; }
      .contacts-form__input_capch:after {
        right: 140px; }
      .contacts-form__input_capch img {
        position: absolute;
        top: 50%;
        right: 70px;
        max-width: 140px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .contacts-form__input_capch input {
        padding-right: 150px; }
    .contacts-form__message {
      position: relative;
      border-top: 1px solid rgba(44, 44, 44, 0.1);
      border-bottom: 1px solid rgba(44, 44, 44, 0.1);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; }
      .contacts-form__message ::-webkit-input-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__message :-moz-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__message ::-moz-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__message :-ms-input-placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__message ::placeholder {
        color: rgba(44, 44, 44, 0.4); }
      .contacts-form__message textarea {
        width: 100%;
        border: none;
        outline: none;
        height: 148px;
        resize: none;
        padding: 35px 15px 15px 20px;
        font-weight: 400;
        font-size: 16px;
        color: #2c2c2c;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .contacts-form__message textarea:focus {
          color: #c0ab85; }
      .contacts-form__message p {
        position: absolute;
        top: 100%;
        left: 5px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0 15px;
        background-color: #fff;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: rgba(44, 44, 44, 0.4);
        text-transform: uppercase;
        letter-spacing: 2px; }
      .contacts-form__message:after {
        width: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 85%;
        background-color: rgba(44, 44, 44, 0.1);
        content: ''; }
  .contacts-info {
    background-image: url("../img/contacts-info-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 26px 40px;
    position: relative; }
    .contacts-info__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; }
      .contacts-info__title span {
        font-family: "LIBRARY 3 AM", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        color: #c0ab85;
        margin-bottom: 5px; }
      .contacts-info__title p {
        font-family: "Gilroy", sans-serif;
        font-weight: 800;
        font-size: 31px;
        color: #2c2c2c;
        text-transform: uppercase; }
    .contacts-info .main-text {
      margin-bottom: 20px; }
    .contacts-info__arrow {
      position: absolute;
      right: 100%;
      bottom: 117px;
      width: 40px;
      height: 532px;
      border-top: 1px solid rgba(44, 44, 44, 0.1);
      border-left: 1px solid rgba(44, 44, 44, 0.1);
      pointer-events: none; }
      @media (max-width: 1199px) {
        .contacts-info__arrow {
          display: none; } }
      .contacts-info__arrow svg {
        position: absolute;
        top: 100%;
        left: 20px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #2c2c2c;
        opacity: 0.1;
        width: 14px;
        height: 14px; }
      .contacts-info__arrow:after {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(44, 44, 44, 0.1);
        content: '';
        width: 12px;
        height: 1px; }
    .contacts-info__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #2c2c2c; }
      .contacts-info__btn svg {
        margin-left: 20px;
        fill: #2c2c2c;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 15px;
        height: 15px;
        margin-top: -3px; }
      .contacts-info__btn:hover {
        color: #c0ab85; }
        .contacts-info__btn:hover svg {
          fill: #c0ab85;
          opacity: 1; }

.news-page {
  background-image: url("../img/news-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .news-page__wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative; }
    .news-page__wrap_small .news-page__item {
      width: 50%; }
      @media (max-width: 767px) {
        .news-page__wrap_small .news-page__item {
          width: 100%; } }
    .news-page__wrap_small:after {
      position: absolute;
      width: 212px;
      height: 212px;
      background-image: url("../img/news-small-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      z-index: -1;
      top: -25px;
      left: -25px;
      pointer-events: none; }
    .news-page__wrap_small:before {
      position: absolute;
      width: 212px;
      height: 212px;
      background-image: url("../img/news-small-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: '';
      z-index: -1;
      bottom: -25px;
      right: -25px;
      pointer-events: none; }
    .news-page__wrap_full:after {
      width: 212px;
      height: 100px;
      content: '';
      pointer-events: none;
      background-image: url("../img/news-full-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 25px);
      right: calc(100% + 25px); }
    .news-page__wrap_full:before {
      width: 212px;
      height: 100px;
      content: '';
      pointer-events: none;
      background-image: url("../img/news-full-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(100% + 25px);
      left: calc(100% + 25px); }
  .news-page__item {
    width: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    padding: 30px 40px; }
    .news-page__item .main-btn {
      position: absolute;
      left: 40px;
      top: 100%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #f9f9f9;
      z-index: 10; }
      @media (max-width: 767px) {
        .news-page__item .main-btn {
          position: relative;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          top: auto;
          left: auto; } }
      .news-page__item .main-btn:hover {
        background-color: #c0ab85; }
    .news-page__item_new .news-page__new {
      display: block; }
  .news-page__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
  .news-page__date {
    font-weight: 400;
    font-size: 12px;
    color: rgba(44, 44, 44, 0.35);
    text-transform: uppercase; }
  .news-page__new {
    margin-left: 30px;
    padding-right: 15px;
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    color: #c0ab85;
    text-transform: uppercase;
    font-size: 18px;
    display: none; }
    .news-page__new:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 10px;
      height: 10px;
      background-color: rgba(192, 171, 133, 0.3);
      content: ''; }
    .news-page__new:before {
      width: 5px;
      height: 5px;
      background-color: #c0ab85;
      right: 5px;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      content: ''; }

.about-page .main-text p {
  font-size: 13px; }

.about-page__top {
  padding: 70px 0 40px 0;
  background-image: url("../img/faq-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.about-page__text {
  padding: 0 50px;
  margin-bottom: 30px; }
  .about-page__text .main-text h2 {
    font-size: 21px; }
  .about-page__text .main-text b {
    font-size: 14px; }

.about-page .cert {
  margin: 0 auto 0 auto; }
  @media (max-width: 991px) {
    .about-page .cert {
      margin: 0 auto 30px auto; } }
  .about-page .cert:before {
    left: auto;
    right: -35px; }

.about-page__info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  position: relative;
  max-width: 600px;
  margin: 60px auto 30px auto;
  z-index: 1; }
  .about-page__info:after {
    width: 213px;
    height: 212px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../img/plans-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    z-index: -1;
    opacity: 0.5;
    pointer-events: none; }
  @media (max-width: 479px) {
    .about-page__info {
      background-image: none;
      margin: 0 0 30px 0; } }
  .about-page__info-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; }
    @media (max-width: 479px) {
      .about-page__info-bg {
        display: none; } }
    .about-page__info-bg: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%);
      height: 100%;
      width: 1px;
      background-color: rgba(44, 44, 44, 0.1);
      z-index: 1;
      content: ''; }
    .about-page__info-bg: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: 1px;
      background-color: rgba(44, 44, 44, 0.1);
      z-index: 1;
      content: ''; }
  .about-page__info-logo {
    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: 64px;
    height: 70px;
    z-index: 2; }
    @media (max-width: 767px) {
      .about-page__info-logo {
        display: none; } }
    .about-page__info-logo img {
      max-width: 47px;
      width: 100%;
      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%); }
  .about-page__info-item {
    width: 50%;
    padding: 30px 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; }
    @media (max-width: 767px) {
      .about-page__info-item {
        padding: 20px; } }
    @media (max-width: 479px) {
      .about-page__info-item {
        width: 100%; } }
    .about-page__info-item p {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #2c2c2c;
      letter-spacing: 2px;
      line-height: 1.4; }
    .about-page__info-item img {
      margin-right: 15px; }

.about-page__center {
  background-image: url("../img/about-page-bg-center.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1199px) {
    .about-page__center {
      background-image: url(../img/about-page-bg-center-tablet.png);
      padding-top: 30px; } }
  .about-page__center .logo {
    margin: 30px auto 40px auto; }

.about-page__video {
  min-height: 270px;
  padding-left: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #c0ab85;
  letter-spacing: 5px;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  margin-bottom: 50px;
  z-index: 1; }
  @media (max-width: 991px) {
    .about-page__video {
      margin: 0 auto 50px auto; } }
  @media (max-width: 479px) {
    .about-page__video {
      min-height: 200px; } }
  .about-page__video:hover .about-page__video-bg:after, .about-page__video:hover .about-page__video-bg:before {
    top: 0;
    left: 0; }
  .about-page__video:hover svg {
    -webkit-animation: 1s rotatePlay2 linear;
       -moz-animation: 1s rotatePlay2 linear;
            animation: 1s rotatePlay2 linear; }
  .about-page__video * {
    z-index: 2; }
  .about-page__video-bg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1; }
    .about-page__video-bg:after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 15px;
      left: -15px;
      border: 1px solid rgba(192, 171, 133, 0.5);
      border-radius: 8px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .about-page__video-bg:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 30px;
      left: -30px;
      border: 1px solid rgba(192, 171, 133, 0.2);
      border-radius: 8px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .about-page__video:after {
    height: 100px;
    width: 212px;
    position: absolute;
    content: '';
    top: -25px;
    right: -28px;
    z-index: -1;
    background-image: url("../img/news-full-dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none; }
  .about-page__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 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;
    border-radius: 8px; }
  .about-page__video svg {
    fill: #c0ab85;
    width: 26px;
    height: 26px;
    margin-right: 30px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

.about-page__comment {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .about-page__comment {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; } }
  .about-page__comment-hero {
    max-width: 350px;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #c0ab85;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 60px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      .about-page__comment-hero {
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 10px; } }
    .about-page__comment-hero img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 30px; }
    .about-page__comment-hero:after {
      height: 1px;
      width: 50px;
      right: 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #c0ab85;
      content: ''; }
      @media (max-width: 991px) {
        .about-page__comment-hero:after {
          display: none; } }
  .about-page__comment-content {
    position: relative;
    z-index: 1; }
    .about-page__comment-content p {
      font-weight: 700;
      font-size: 13px;
      color: #2c2c2c;
      line-height: 1.5; }
    .about-page__comment-content svg {
      position: absolute;
      top: -65px;
      left: -40px;
      width: 100px;
      height: 100px;
      fill: #c0ab85;
      z-index: -1;
      opacity: 0.1;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }

.about-page__promo-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 50px; }
  @media (max-width: 1199px) {
    .about-page__promo-info {
      padding-left: 0; } }
  .about-page__promo-info__item {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 30px 0 20px;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 575px) {
      .about-page__promo-info__item {
        width: 100%; } }
    .about-page__promo-info__item span {
      color: rgba(44, 44, 44, 0.05);
      font-family: "Molot", sans-serif;
      font-weight: 800;
      font-size: 79px;
      text-transform: uppercase;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: -15px; }
    .about-page__promo-info__item h3 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #c0ab85;
      letter-spacing: 2px;
      max-width: 140px;
      margin-bottom: 20px; }
    .about-page__promo-info__item p {
      font-weight: 400;
      font-size: 13px;
      color: #2c2c2c;
      line-height: 1.5; }
  .about-page__promo-info__icon {
    max-height: 50px;
    margin-bottom: 40px; }

.about-page__bot {
  padding-top: 50px;
  background-image: url("../img/about-page-bg-bot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .about-page__bot-wrap {
    padding-bottom: 15px; }
    .about-page__bot-wrap .main-text h2 {
      padding-left: 17px; }
      @media (max-width: 575px) {
        .about-page__bot-wrap .main-text h2 {
          padding-left: 0; } }

.about-page__review {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(44, 44, 44, 0.1); }
  @media (max-width: 991px) {
    .about-page__review {
      margin-bottom: 30px; } }
  .about-page__review:after {
    top: 10px;
    left: 0;
    position: absolute;
    width: 100px;
    height: 212px;
    background-image: url("../img/roadmap-dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    opacity: 0.5; }
  .about-page__review svg {
    position: absolute;
    left: 10px;
    top: 42px;
    width: 30px;
    height: 30px;
    fill: #000;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
  .about-page__review p {
    font-weight: 400;
    font-size: 13px;
    color: #2c2c2c;
    font-style: italic;
    line-height: 2;
    margin-bottom: 20px; }
    .about-page__review p b {
      font-weight: 700; }
  .about-page__review h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #c0ab85;
    letter-spacing: 2px;
    margin-bottom: 15px; }
  .about-page__review h4 {
    font-weight: 400;
    font-size: 13px;
    color: #2c2c2c; }

.about-page__list {
  width: 100%;
  padding-left: 120px; }
  @media (max-width: 575px) {
    .about-page__list {
      padding-left: 70px; } }
  .about-page__list-item {
    position: relative;
    margin-bottom: 30px; }
    .about-page__list-item p {
      font-weight: 400;
      font-size: 12px;
      color: #2c2c2c;
      line-height: 1.5; }
  .about-page__list-title {
    position: relative;
    margin-bottom: 20px;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #c0ab85;
    text-transform: uppercase; }
    .about-page__list-title span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -70px;
      font-family: "Molot", sans-serif;
      font-size: 45px;
      color: #c0ab85;
      display: inline-block;
      z-index: 1; }

.refs {
  background-image: url("../img/refs-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0; }
  .refs-center {
    padding: 30px 0 50px 0; }
  .refs-list {
    padding-left: 50px;
    border-left: 1px solid rgba(44, 44, 44, 0.1);
    margin-bottom: 30px; }
    .refs-list .main-btn {
      margin-bottom: 35px; }
    .refs-list__item {
      position: relative;
      font-weight: 400;
      font-size: 14px;
      color: #6f6f65;
      margin-bottom: 20px;
      line-height: 1.6; }
      .refs-list__item:after {
        width: 10px;
        height: 10px;
        background-color: #c0ab85;
        position: absolute;
        left: -50px;
        top: 7px;
        -webkit-transform: translateX(-50%) rotate(45deg);
           -moz-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        content: ''; }
  .refs-info {
    position: relative;
    padding-left: 210px;
    z-index: 1;
    padding-top: 15px; }
    @media (max-width: 991px) {
      .refs-info {
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .refs-info {
        padding-left: 20px; } }
    .refs-info:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -20px;
      z-index: -1;
      width: 100px;
      height: 212px;
      background-image: url("../img/roadmap-dot.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: ''; }
    .refs-info__img {
      left: 50px;
      bottom: -5px;
      pointer-events: none;
      position: absolute; }
      @media (max-width: 479px) {
        .refs-info__img {
          opacity: 0.2; } }
      .refs-info__img img {
        max-width: 130px; }
    .refs-info__icon {
      margin-bottom: 20px; }
    .refs-info h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #2c2c2c;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .refs-info p {
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      line-height: 1.5; }
  .refs-lvl {
    min-height: 144px;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-left: 20px; }
    @media (max-width: 1199px) {
      .refs-lvl {
        padding-left: 0;
        min-height: auto; } }
    .refs-lvl__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;
      margin-bottom: -17px; }
      @media (max-width: 1199px) {
        .refs-lvl__item {
          margin-bottom: 0; } }
      .refs-lvl__item:first-child p, .refs-lvl__item:first-child .refs-lvl__percent {
        color: #c0ab85; }
      .refs-lvl__item p {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #c0ab85;
        letter-spacing: 2px;
        margin-bottom: 10px; }
    .refs-lvl__num {
      width: 34px;
      height: 34px;
      background-color: #f6f6f6;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      color: #2c2c2c;
      font-size: 14px;
      position: relative; }
      .refs-lvl__num: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% - 4px);
        width: calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid rgba(44, 44, 44, 0.1);
        content: '';
        pointer-events: none; }
    .refs-lvl__percent {
      font-family: "Molot", sans-serif;
      font-weight: 400;
      font-size: 56px;
      margin-bottom: 10px; }
      @media (max-width: 479px) {
        .refs-lvl__percent {
          font-size: 40px; } }
      .refs-lvl__percent sub {
        font-family: "Gilroy", sans-serif;
        font-weight: 800; }
  .refs-advantage {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 30px; }
    .refs-advantage__item {
      width: 25%;
      border: 1px solid rgba(44, 44, 44, 0.3);
      border-right: none; }
      @media (max-width: 1199px) {
        .refs-advantage__item {
          width: 50%;
          border-right: 1px solid rgba(44, 44, 44, 0.3); } }
      @media (max-width: 767px) {
        .refs-advantage__item {
          width: 100%; } }
      .refs-advantage__item:nth-child(odd) .refs-advantage__content {
        background: -moz-linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%); }
      .refs-advantage__item:last-child {
        border-right: 1px solid rgba(44, 44, 44, 0.3); }
    .refs-advantage__box {
      height: 130px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      border-bottom: 1px solid rgba(44, 44, 44, 0.3);
      border-left: none;
      padding: 10px 15px 10px 105px; }
      @media (max-width: 1199px) {
        .refs-advantage__box {
          border: 1px solid rgba(44, 44, 44, 0.1); } }
      .refs-advantage__box span {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #c0ab85;
        margin-bottom: 3px;
        letter-spacing: 2px; }
      .refs-advantage__box p {
        font-family: "Gilroy", sans-serif;
        font-size: 16px;
        color: #2c2c2c;
        text-transform: uppercase;
        font-weight: 800; }
      .refs-advantage__box img {
        position: absolute;
        top: 50%;
        left: 50px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .refs-advantage__content {
      height: -moz-calc(100% - 130px);
      height: calc(100% - 130px);
      padding: 30px; }
      .refs-advantage__content p {
        font-weight: 400;
        font-size: 14px;
        color: #2c2c2c;
        line-height: 1.5; }
  .refs-represent {
    margin-bottom: 30px; }
    .refs-represent__title {
      color: rgba(44, 44, 44, 0.05);
      font-family: "Gilroy", sans-serif;
      font-weight: 800;
      font-size: 98px;
      text-transform: uppercase;
      margin-bottom: -10px;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .refs-represent__title {
          display: none; } }
    .refs-represent__icon {
      margin-bottom: 10px; }
      .refs-represent__icon svg {
        fill: #c0ab85;
        width: 45px;
        height: 45px; }
    .refs-represent h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #2c2c2c;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .refs-represent p {
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      line-height: 1.5;
      margin-bottom: 15px; }
      .refs-represent p i {
        color: #2c2c2c;
        font-style: italic;
        font-size: 16px; }
      .refs-represent p:last-child {
        margin-bottom: 0; }
  .refs-partners .partners-lvl {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 60px;
    padding-top: 60px; }
    @media (max-width: 991px) {
      .refs-partners .partners-lvl {
        min-height: 0;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .refs-partners .partners-lvl {
        padding-top: 0;
        margin-top: 0; } }
    .refs-partners .partners-lvl__bg {
      right: -220px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
         -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 991px) {
        .refs-partners .partners-lvl__bg {
          display: none; } }
    .refs-partners .partners-lvl__row:nth-child(1) {
      max-width: 570px; }
      .refs-partners .partners-lvl__row:nth-child(1) .partners-lvl__percent {
        color: #fff !important; }
        @media (max-width: 991px) {
          .refs-partners .partners-lvl__row:nth-child(1) .partners-lvl__percent {
            color: #c0ab85 !important; } }
    .refs-partners .partners-lvl__row:nth-child(2) {
      max-width: 470px; }
    .refs-partners .partners-lvl__row:nth-child(3) {
      max-width: 420px; }
    .refs-partners .partners-lvl__row:nth-child(4) {
      max-width: 370px; }

.sign {
  padding: 80px 0 40px 0;
  background-image: url("../img/sign-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .sign .cab-title {
    margin-bottom: 30px; }
  .sign .main-btn {
    margin-bottom: 30px; }
  .sign-forgot {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .sign-forgot span {
      font-family: "Bebas Neue", sans-serif;
      font-size: 12px;
      color: #2c2c2c;
      letter-spacing: 2px;
      margin-bottom: 3px; }
    .sign-forgot h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #2c2c2c;
      margin-bottom: 10px; }
    .sign-forgot p {
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      line-height: 1.5;
      margin-bottom: 20px; }
  .sign-check {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer; }
    .sign-check a {
      text-decoration: none;
      color: #c0ab85;
      font-weight: 700;
      font-size: 16px; }
      @media (max-width: 479px) {
        .sign-check a {
          font-size: 12px; } }
      .sign-check a:hover {
        text-decoration: underline; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span:before {
        opacity: 1; }
    .sign-check span {
      padding-left: 65px;
      position: relative;
      font-weight: 400;
      font-size: 16px; }
      @media (max-width: 479px) {
        .sign-check span {
          font-size: 12px; } }
      .sign-check span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(44, 44, 44, 0.1);
        content: ''; }
      .sign-check span:before {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #c0ab85;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        content: ''; }

.cab-header {
  padding: 40px 0;
  background-image: url("../img/cab-header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .cab-header__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
    font-size: 158px;
    text-transform: uppercase;
    font-family: "LIBRARY 3 AM", sans-serif;
    font-weight: 400;
    color: #000;
    opacity: 0.05;
    pointer-events: none; }
  .cab-header__wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: 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: 991px) {
      .cab-header__wrap {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  .cab-header__link {
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-left: 40px;
    min-width: 135px; }
    @media (max-width: 991px) {
      .cab-header__link {
        width: 50%;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 15px; } }
    .cab-header__link:hover p {
      color: #c0ab85; }
    .cab-header__link span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #6f6f65;
      margin-bottom: 5px;
      letter-spacing: 2px; }
    .cab-header__link p {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 21px;
      color: #fff;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden; }
      @media (max-width: 479px) {
        .cab-header__link p {
          font-size: 16px; } }
    .cab-header__link svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 24px;
      height: 24px;
      fill: #6f6f65; }
    .cab-header__link_right {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right;
      padding-left: 0;
      padding-right: 40px; }
      .cab-header__link_right:hover p {
        color: #fff; }
      .cab-header__link_right svg {
        left: auto;
        right: 0; }
  .cab-header__btn {
    height: 44px;
    max-width: 140px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-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: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 2px; }
    .cab-header__btn .lines-top:after, .cab-header__btn .lines-top:before, .cab-header__btn .lines-bot:after, .cab-header__btn .lines-bot:before {
      width: 5px;
      height: 5px;
      border-color: rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .cab-header__btn {
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 15px; } }
    .cab-header__btn:hover {
      background-color: rgba(192, 171, 133, 0.1); }
    .cab-header__btn .lines {
      width: -moz-calc(100% + 4px);
      width: calc(100% + 4px);
      height: -moz-calc(100% + 4px);
      height: calc(100% + 4px);
      border: 1px solid rgba(255, 255, 255, 0.05); }
    .cab-header__btn:after {
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(100% + 2px);
      left: calc(100% + 2px);
      height: 1px;
      width: 25px;
      background-color: rgba(255, 255, 255, 0.05);
      content: ''; }
      @media (max-width: 479px) {
        .cab-header__btn:after {
          display: none; } }
    .cab-header__btn:before {
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 2px);
      right: calc(100% + 2px);
      height: 1px;
      width: 25px;
      background-color: rgba(255, 255, 255, 0.05);
      content: ''; }
      @media (max-width: 479px) {
        .cab-header__btn:before {
          display: none; } }
  .cab-header__protect {
    padding-left: 40px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .cab-header__protect {
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 50%; } }
    .cab-header__protect img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      max-width: 35px; }
    .cab-header__protect span {
      font-size: 12px;
      font-family: "Bebas Neue", sans-serif;
      color: #6f6f65;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 400;
      letter-spacing: 2px; }
    .cab-header__protect p {
      font-weight: 700;
      font-size: 11px;
      color: #fff;
      max-width: 340px;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cab-header__upline {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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-header__upline {
        -webkit-order: 4;
           -moz-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 50%;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right; } }
    .cab-header__upline span {
      font-size: 12px;
      font-family: "Bebas Neue", sans-serif;
      color: #6f6f65;
      text-transform: uppercase;
      margin-bottom: 3px;
      font-weight: 400;
      letter-spacing: 2px; }
    .cab-header__upline p {
      font-family: "Gilroy", sans-serif;
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase;
      color: #c0ab85; }
  .cab-header_sign .language {
    width: auto;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .cab-header_sign .language {
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 50%; } }
    @media (max-width: 767px) {
      .cab-header_sign .language {
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 767px) {
      .cab-header_sign .language span {
        display: none; } }
    .cab-header_sign .language__hide {
      bottom: auto;
      top: -moz-calc(100% + 20px);
      top: calc(100% + 20px); }
      .cab-header_sign .language__hide:after {
        bottom: -moz-calc(100% - 5px);
        bottom: calc(100% - 5px);
        top: auto; }
      .cab-header_sign .language__hide:before {
        bottom: 100%;
        top: auto; }
  .cab-header_sign .cab-header__link {
    padding-left: 0; }

.cab-total {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -60px;
  z-index: 10; }
  @media (max-width: 991px) {
    .cab-total {
      width: 100%;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .cab-total p {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6f6f65;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .cab-total span {
    font-family: "Molot", sans-serif;
    font-size: 29px;
    color: #c0ab85;
    margin-bottom: 15px;
    display: inline-block; }
  .cab-total__btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #fff;
    height: 44px;
    background-color: #c0ab85;
    text-align: center;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 140px;
    padding: 0 5px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cab-total__btn:hover {
      border-color: #c0ab85;
      color: #c0ab85;
      background-color: #fff; }

.cab-content {
  background-image: url("../img/cab-content-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px; }
  .cab-content__wrap {
    padding: 35px 40px 0 40px; }
    @media (max-width: 479px) {
      .cab-content__wrap {
        padding: 35px 0 0 0; } }

.cab-footer {
  padding: 40px 0 30px 0;
  background-color: #f9f9f9;
  background-image: url("../img/header-scene-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .cab-footer {
      text-align: center; } }
  @media (max-width: 767px) {
    .cab-footer .logo {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .cab-footer .footer-links {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.cab-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -moz-calc(100% + 15px);
  width: calc(100% + 15px);
  padding-top: 25px;
  padding-bottom: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .cab-menu {
      width: 100%; } }
  .cab-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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    margin-bottom: 15px;
    position: relative;
    width: 100%; }
    .cab-menu__item:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px;
      width: 50px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.05);
      content: ''; }
      @media (max-width: 479px) {
        .cab-menu__item:after {
          display: none; } }
    .cab-menu__item:nth-child(even) .cab-menu__line {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .cab-menu__item:last-child .cab-menu__line {
      opacity: 0; }
    .cab-menu__item.active p {
      font-size: 20px;
      padding-left: 20px; }
      @media (max-width: 991px) {
        .cab-menu__item.active p {
          font-size: 14px; } }
      .cab-menu__item.active p svg {
        display: block; }
    .cab-menu__item:hover p, .cab-menu__item.active p {
      color: #c0ab85; }
    .cab-menu__item:hover .cab-menu__icon, .cab-menu__item.active .cab-menu__icon {
      border-color: white;
      background-color: #c0ab85;
      box-shadow: 0px 0px 38px 0px #a29172;
      background: -moz-linear-gradient(315deg, #a29172 0%, #312f2d 100%);
      background: linear-gradient(135deg, #a29172 0%, #312f2d 100%); }
      .cab-menu__item:hover .cab-menu__icon svg, .cab-menu__item.active .cab-menu__icon svg {
        fill: #fff;
        opacity: 1; }
      .cab-menu__item:hover .cab-menu__icon:after, .cab-menu__item.active .cab-menu__icon:after {
        opacity: 1;
        top: 3px;
        left: 3px;
        border-color: #fff; }
      .cab-menu__item:hover .cab-menu__icon:before, .cab-menu__item.active .cab-menu__icon:before {
        opacity: 1;
        right: 3px;
        bottom: 3px;
        border-color: #fff; }
    .cab-menu__item:last-child {
      margin-bottom: 0; }
    .cab-menu__item p {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #2c2c2c;
      margin-bottom: 3px;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative; }
      .cab-menu__item p svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        fill: #c0ab85;
        width: 11px;
        height: 11px;
        display: none; }
    .cab-menu__item span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #6f6f65;
      margin-bottom: 15px; }
  .cab-menu__num {
    font-weight: 400;
    font-size: 11px;
    color: #c1c1bc;
    margin-bottom: 15px; }
  .cab-menu__line {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6f6f65; }
  .cab-menu__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #f6f6f6;
    width: 32px;
    height: 32px;
    border: 1px solid transparent; }
    .cab-menu__icon:after {
      top: 0;
      left: 0;
      width: 5px;
      height: 5px;
      border-top: 1px solid #c0ab85;
      border-left: 1px solid #c0ab85;
      content: '';
      position: absolute;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-menu__icon:before {
      bottom: 0;
      right: 0;
      width: 5px;
      height: 5px;
      border-right: 1px solid #c0ab85;
      border-bottom: 1px solid #c0ab85;
      content: '';
      position: absolute;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-menu__icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      fill: #c9c7c7;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .cab-menu_right {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
    .cab-menu_right .cab-menu__item {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .cab-menu_right .cab-menu__item:after {
        right: auto;
        left: 16px; }
      .cab-menu_right .cab-menu__item.active p {
        padding-left: 0;
        padding-right: 20px; }
      .cab-menu_right .cab-menu__item p svg {
        right: 0;
        left: auto;
        -webkit-transform: translateY(-50%) scaleX(-1);
           -moz-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1); }
    .cab-menu_right .cab-menu__icon {
      left: 0;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.cab-info {
  position: relative;
  width: -moz-calc(100% + 15px);
  width: calc(100% + 15px);
  margin-bottom: 30px;
  z-index: 1; }
  .cab-info__wrap {
    position: relative;
    z-index: 1;
    background-image: url("../img/cab-info-bg-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px;
    background-color: #f9f9f9;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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-info__wrap {
        width: 100%; } }
  .cab-info:after {
    width: 100px;
    height: 212px;
    position: absolute;
    left: -30px;
    bottom: -25px;
    z-index: -1;
    background-image: url("../img/roadmap-dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    pointer-events: none; }
  .cab-info h3 {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 10px; }
    .cab-info h3 span {
      font-family: "Gilroy", sans-serif;
      font-size: 18px;
      font-weight: 800;
      font-style: normal;
      display: block; }
  .cab-info p {
    font-weight: 400;
    color: #2c2c2c;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .cab-info 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-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    letter-spacing: 2px;
    text-decoration: none; }
    .cab-info a svg {
      width: 10px;
      height: 10px;
      fill: #2c2c2c;
      margin-left: 25px; }
  .cab-info_right:after {
    top: -30px;
    right: -30px;
    left: auto;
    bottom: auto; }
  .cab-info_right .cab-info__wrap {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    background-image: url(../img/cab-info-bg-right.png); }
    .cab-info_right .cab-info__wrap a {
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .cab-info_right .cab-info__wrap a svg {
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
        margin-left: 0;
        margin-right: 25px; }
  .cab-info_right h3, .cab-info_right p, .cab-info_right a {
    color: #c0ab85; }
  .cab-info_right a svg {
    fill: #c0ab85; }

.cab-balance {
  width: 100%;
  background-image: url("../img/cab-balance-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
  padding: 20px 0; }
  @media (max-width: 1199px) {
    .cab-balance {
      background-image: none; } }
  .cab-balance .swiper-container {
    width: 100%; }
  .cab-balance__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;
    margin-bottom: 10px; }
    .cab-balance__nav .swiper-button-prev, .cab-balance__nav .swiper-button-next {
      position: static;
      height: auto;
      width: auto;
      margin: 0 5px;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      outline: none;
      opacity: 1; }
      .cab-balance__nav .swiper-button-prev:hover svg, .cab-balance__nav .swiper-button-next:hover svg {
        fill: #c0ab85;
        opacity: 1; }
      .cab-balance__nav .swiper-button-prev svg, .cab-balance__nav .swiper-button-next svg {
        fill: #2c2c2c;
        opacity: 0.3;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 23px;
        height: 23px; }
    .cab-balance__nav .swiper-button-prev {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .cab-balance__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    padding-top: 10px; }
    .cab-balance__item_btc .cab-balance__title h3, .cab-balance__item_monero .cab-balance__title h3 {
      color: #f7931a; }
      .cab-balance__item_btc .cab-balance__title h3 svg, .cab-balance__item_monero .cab-balance__title h3 svg {
        fill: #f7931a; }
    .cab-balance__item_dash .cab-balance__title h3 {
      color: #1276c5; }
      .cab-balance__item_dash .cab-balance__title h3 svg {
        fill: #1276c5; }
    .cab-balance__item_doge .cab-balance__title h3 {
      color: #1276c5; }
      .cab-balance__item_doge .cab-balance__title h3 svg {
        fill: #1276c5; }
    .cab-balance__item_ripple .cab-balance__title h3 {
      color: #049FEF; }
      .cab-balance__item_ripple .cab-balance__title h3 svg {
        fill: #049FEF; }
    .cab-balance__item_payeer .cab-balance__title h3 {
      color: #00ACE8; }
      .cab-balance__item_payeer .cab-balance__title h3 svg {
        fill: #00ACE8; }
    .cab-balance__item_pm .cab-balance__title h3 {
      color: #E33E23; }
      .cab-balance__item_pm .cab-balance__title h3 svg {
        fill: #E33E23; }
    .cab-balance__item_epc .cab-balance__title h3 {
      color: #BC294E; }
      .cab-balance__item_epc .cab-balance__title h3 svg {
        fill: #BC294E; }
    .cab-balance__item_bch .cab-balance__title h3 {
      color: #85cf83; }
      .cab-balance__item_bch .cab-balance__title h3 svg {
        fill: #85cf83; }
    .cab-balance__item_ltc .cab-balance__title h3, .cab-balance__item_eth .cab-balance__title h3 {
      color: #2c2c2c; }
      .cab-balance__item_ltc .cab-balance__title h3 svg, .cab-balance__item_eth .cab-balance__title h3 svg {
        fill: #2c2c2c; }
    .cab-balance__item:hover .cab-balance__title img {
      -webkit-transform: translateY(-10px);
         -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
  .cab-balance__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px; }
  .cab-balance__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; }
    .cab-balance__title img {
      height: 25px;
      margin-bottom: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-balance__title h3 {
      position: relative;
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 3px;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-balance__title h3 svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -25px;
        width: 16px;
        height: 16px; }
    .cab-balance__title p {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      letter-spacing: 2px; }
      .cab-balance__title p span {
        color: #cdcdcd; }
  .cab-balance__btn {
    max-width: 90px;
    width: 100%;
    height: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #c0ab85;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cab-balance__btn .lines-top:after, .cab-balance__btn .lines-top:before, .cab-balance__btn .lines-bot:after, .cab-balance__btn .lines-bot:before {
      width: 5px;
      height: 5px;
      border-color: #c0ab85; }
    .cab-balance__btn:hover {
      background-color: #c0ab85;
      color: #fff; }
    .cab-balance__btn .lines {
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .cab-balance__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .cab-balance__info-item {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 15px; }
      .cab-balance__info-item span {
        font-family: "Molot", sans-serif;
        font-size: 18px;
        color: #2c2c2c;
        font-weight: 400;
        margin-bottom: 7px; }
      .cab-balance__info-item p {
        font-family: "Bebas Neue", sans-serif;
        color: #6f6f65;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 12px;
        white-space: nowrap;
        margin-left: -16px;
        margin-bottom: -6px;
        text-transform: uppercase;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-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;
        white-space: nowrap;
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px); }
        .cab-balance__info-item p:before {
          min-width: 12px;
          margin-right: 12px;
          height: 1px;
          display: inline-block;
          content: '';
          background-color: rgba(44, 44, 44, 0.1); }
        .cab-balance__info-item p:after {
          width: 100%;
          margin-left: 12px;
          height: 1px;
          display: inline-block;
          content: '';
          background-color: rgba(44, 44, 44, 0.1); }
      .cab-balance__info-item:last-child {
        border-right: none; }

.cab-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: 20px; }
  .cab-title span {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2c2c2c;
    letter-spacing: 2px;
    margin-bottom: 3px; }
  .cab-title p {
    font-family: "Gilroy", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2c2c; }
  .cab-title_right {
    text-align: right;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.cab-stat {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .cab-stat__item {
    width: 25%;
    padding-right: 15px;
    border-right: 1px solid rgba(44, 44, 44, 0.15);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 25px;
    padding-bottom: 40px;
    padding-left: 20px; }
    .cab-stat__item:hover .cab-stat__icon {
      -webkit-transform: translateY(-10px);
         -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
    @media (max-width: 767px) {
      .cab-stat__item {
        width: 50%; } }
    .cab-stat__item:first-child {
      padding-left: 0; }
      @media (max-width: 767px) {
        .cab-stat__item:first-child {
          padding-left: 20px; } }
    .cab-stat__item:last-child {
      border-right: none; }
      @media (max-width: 767px) {
        .cab-stat__item:last-child {
          border-right: 1px solid rgba(44, 44, 44, 0.1); } }
    .cab-stat__item:nth-child(even) {
      background: -moz-linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%); }
      @media (max-width: 767px) {
        .cab-stat__item:nth-child(even) {
          background: none; } }
    .cab-stat__item p {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #c0ab85;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 2px; }
    .cab-stat__item span {
      font-family: "Molot", sans-serif;
      font-size: 21px;
      color: #2c2c2c;
      font-weight: 400;
      text-transform: uppercase; }
  .cab-stat__icon {
    margin-bottom: 20px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

.cab-refs {
  background-image: url("../img/cab-refs-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .cab-refs__box {
    width: 25%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 40px;
    border-right: 1px solid rgba(44, 44, 44, 0.15); }
    @media (max-width: 767px) {
      .cab-refs__box {
        width: 50%; } }
    .cab-refs__box:last-child {
      border-right: none; }
    .cab-refs__box_big {
      width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        .cab-refs__box_big {
          width: 100%; } }
      .cab-refs__box_big:after {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(44, 44, 44, 0.15);
        content: ''; }
  .cab-refs__title {
    padding: 0 10px 0 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-refs__title span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #2c2c2c;
      letter-spacing: 2px;
      margin-bottom: 3px; }
    .cab-refs__title p {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      font-size: 21px;
      color: #c0ab85;
      text-transform: uppercase;
      line-height: 1.3; }
  .cab-refs .main-btn {
    max-width: 105px;
    margin: 0 auto;
    background-color: transparent; }
    .cab-refs .main-btn:hover {
      color: #c0ab85; }
      .cab-refs .main-btn:hover svg {
        fill: #c0ab85; }
    .cab-refs .main-btn .lines {
      border: 1px solid rgba(44, 44, 44, 0.1); }
  .cab-refs__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;
    padding-left: 15px; }
    .cab-refs__content p {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c;
      margin-bottom: 15px; }
    .cab-refs__content span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      padding: 0 12px;
      display: inline-block;
      margin-left: -12px;
      background-color: #f9f9f9;
      letter-spacing: 2px;
      font-size: 12px;
      text-transform: uppercase;
      color: #6f6f65;
      margin-bottom: -6px;
      z-index: 1; }

.cab-wallets {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }
  .cab-wallets label {
    width: -moz-calc(100% / 5 - 4px);
    width: calc(100% / 5 - 4px);
    margin: 2px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .cab-wallets label {
        width: -moz-calc(100% / 4 - 4px);
        width: calc(100% / 4 - 4px); } }
    @media (max-width: 767px) {
      .cab-wallets label {
        width: -moz-calc(100% / 3 - 4px);
        width: calc(100% / 3 - 4px); } }
    @media (max-width: 575px) {
      .cab-wallets label {
        width: -moz-calc(100% / 2 - 4px);
        width: calc(100% / 2 - 4px); } }
  .cab-wallets input {
    display: none; }
    .cab-wallets input:checked + .cab-wallets__item {
      border-top: 1px solid transparent;
      background-color: #fff; }
      .cab-wallets input:checked + .cab-wallets__item .cab-wallets__icon svg {
        opacity: 1;
        fill: #c0ab85; }
      .cab-wallets input:checked + .cab-wallets__item_btc, .cab-wallets input:checked + .cab-wallets__item_monero, .cab-wallets input:checked + .cab-wallets__item_bch {
        border-top-color: #f7931a;
        box-shadow: 0px 21px 27px 0px rgba(247, 147, 26, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_ltc, .cab-wallets input:checked + .cab-wallets__item_doge {
        border-top-color: #c0ab85;
        box-shadow: 0px 21px 27px 0px rgba(192, 171, 133, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_dash {
        border-top-color: #1276c5;
        box-shadow: 0px 21px 27px 0px rgba(18, 118, 197, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_ripple {
        border-top-color: #049FEF;
        box-shadow: 0px 21px 27px 0px rgba(4, 159, 239, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_payeer {
        border-top-color: #00ACE8;
        box-shadow: 0px 21px 27px 0px rgba(0, 172, 232, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_pm {
        border-top-color: #E33E23;
        box-shadow: 0px 21px 27px 0px rgba(227, 62, 35, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_trx {
        border-top-color: #F2010D;
        box-shadow: 0px 21px 27px 0px rgba(242, 1, 13, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_usdt {
        border-top-color: #249975;
        box-shadow: 0px 21px 27px 0px rgba(36, 153, 117, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_bnb {
        border-top-color: #E7B12D;
        box-shadow: 0px 21px 27px 0px rgba(231, 177, 45, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_advc {
        border-top-color: #00925C;
        box-shadow: 0px 21px 27px 0px rgba(0, 146, 92, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_nix {
        border-top-color: #3F8DF1;
        box-shadow: 0px 21px 27px 0px rgba(63, 141, 241, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_epc {
        border-top-color: #BC294E;
        box-shadow: 0px 21px 27px 0px rgba(188, 41, 78, 0.2); }
      .cab-wallets input:checked + .cab-wallets__item_eth {
        border-top-color: #2c2c2c;
        box-shadow: 0px 21px 27px 0px rgba(44, 44, 44, 0.2); }
  .cab-wallets__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid rgba(44, 44, 44, 0.1);
    padding: 15px;
    text-align: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cab-wallets__item p {
      font-weight: 400;
      font-size: 10px;
      text-transform: uppercase;
      color: #b7b7b7;
      margin-bottom: 5px; }
    .cab-wallets__item h3 {
      font-family: "Gilroy", sans-serif;
      text-transform: uppercase;
      color: #2c2c2c;
      font-weight: 700;
      font-size: 12px;
      margin-bottom: 30px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-wallets__item:hover {
      background-color: #fff; }
      .cab-wallets__item:hover .cab-wallets__icon svg {
        opacity: 1;
        fill: #c0ab85; }
    .cab-wallets__item_btc h3, .cab-wallets__item_monero h3, .cab-wallets__item_bch h3 {
      color: #f7931a; }
    .cab-wallets__item_ltc h3, .cab-wallets__item_doge h3 {
      color: #c0ab85; }
    .cab-wallets__item_dash h3 {
      color: #1276c5; }
    .cab-wallets__item_ripple h3 {
      color: #049FEF; }
    .cab-wallets__item_payeer h3 {
      color: #00ACE8; }
    .cab-wallets__item_pm h3 {
      color: #E33E23; }
    .cab-wallets__item_bnb h3 {
      color: #E7B12D; }
    .cab-wallets__item_trx h3 {
      color: #F2010D; }
    .cab-wallets__item_usdt h3 {
      color: #249975; }
    .cab-wallets__item_nix h3 {
      color: #3F8DF1; }
    .cab-wallets__item_advc h3 {
      color: #00925C; }
    .cab-wallets__item_epc h3 {
      color: #BC294E; }
    .cab-wallets__item_eth h3 {
      color: #2c2c2c; }
  .cab-wallets__icon svg {
    width: 16px;
    height: 16px;
    fill: #2c2c2c;
    opacity: 0.25;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .cab-wallets__img {
    max-width: 90px;
    width: 100%;
    height: 35px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px; }
    .cab-wallets__img img {
      max-width: 100%; }

.cab-plans {
  margin-bottom: 30px; }
  .cab-plans label {
    display: block;
    margin-bottom: 20px;
    cursor: pointer; }
    .cab-plans label:last-child {
      margin-bottom: 0; }
    .cab-plans label:nth-child(even) .cab-plans__item {
      background-image: url(../img/cab-plans-bg-light.png); }
      .cab-plans label:nth-child(even) .cab-plans__item .plan-percent {
        color: #2c2c2c; }
      .cab-plans label:nth-child(even) .cab-plans__item .plan-info__item p {
        color: #2c2c2c; }
      .cab-plans label:nth-child(even) .cab-plans__item .plan-subtitle {
        color: #2c2c2c; }
        .cab-plans label:nth-child(even) .cab-plans__item .plan-subtitle span:after {
          border-color: #2c2c2c; }
  .cab-plans input {
    display: none; }
    .cab-plans input:checked + .cab-plans__item {
      box-shadow: 0px 0px 20px 10px #c0ab85;
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
      .cab-plans input:checked + .cab-plans__item .cab-plans__check svg {
        fill: #c0ab85;
        opacity: 1;
        width: 15px;
        height: 15px; }
      .cab-plans input:checked + .cab-plans__item .cab-plans__check:after {
        border: 1px solid #c0ab85; }
  .cab-plans__item {
    background-image: url("../img/cab-plans-bg-dark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1; }
    .cab-plans__item .lines-top:after, .cab-plans__item .lines-top:before, .cab-plans__item .lines-bot:after, .cab-plans__item .lines-bot:before {
      width: 23px;
      height: 23px;
      border-color: #c0ab85; }
    @media (max-width: 767px) {
      .cab-plans__item {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px; } }
    .cab-plans__item:hover .lines {
      width: 100%;
      height: 100%;
      opacity: 0; }
    .cab-plans__item .lines {
      border: 2px solid rgba(192, 171, 133, 0.2);
      width: -moz-calc(100% + 8px);
      width: calc(100% + 8px);
      height: -moz-calc(100% + 8px);
      height: calc(100% + 8px);
      z-index: -1; }
      .cab-plans__item .lines-top:after, .cab-plans__item .lines-top:before, .cab-plans__item .lines-bot:after, .cab-plans__item .lines-bot:before {
        border-width: 2px; }
      .cab-plans__item .lines-top:after {
        top: -2px;
        left: -2px; }
      .cab-plans__item .lines-top:before {
        top: -2px;
        right: -2px; }
      .cab-plans__item .lines-bot:after {
        bottom: -2px;
        left: -2px; }
      .cab-plans__item .lines-bot:before {
        bottom: -2px;
        right: -2px; }
  .cab-plans__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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    @media (max-width: 767px) {
      .cab-plans__box {
        width: auto;
        margin: 10px 0;
        border-right: none; } }
    .cab-plans__box:last-child {
      border-right: none; }
    .cab-plans__box .plan-info__item {
      padding-left: 20px; }
      @media (max-width: 767px) {
        .cab-plans__box .plan-info__item {
          text-align: center;
          padding-left: 0; } }
      .cab-plans__box .plan-info__item p {
        font-size: 12px;
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        color: #c0ab85; }
        .cab-plans__box .plan-info__item p:after, .cab-plans__box .plan-info__item p:before {
          display: none; }
    .cab-plans__box .plan-title {
      font-size: 16px;
      margin-bottom: 0; }
    .cab-plans__box .plan-subtitle {
      margin-bottom: 0;
      padding-right: 20px;
      color: #c0ab85; }
      @media (max-width: 767px) {
        .cab-plans__box .plan-subtitle {
          padding-right: 0; } }
      .cab-plans__box .plan-subtitle span:after {
        border-color: #c0ab85; }
    .cab-plans__box .plan-percent {
      position: relative;
      color: #c0ab85;
      padding-left: 20px;
      font-size: 48px;
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .cab-plans__box .plan-percent {
          padding-left: 10px;
          font-size: 38px; } }
      @media (max-width: 767px) {
        .cab-plans__box .plan-percent {
          padding-left: 0;
          margin-right: 15px; } }
      .cab-plans__box .plan-percent span {
        font-size: 31px; }
        @media (max-width: 1199px) {
          .cab-plans__box .plan-percent span {
            font-size: 21px; } }
      .cab-plans__box .plan-percent p {
        font-family: "Gilroy", sans-serif;
        font-weight: 700;
        font-size: 10px;
        text-transform: uppercase;
        top: 10px;
        right: 11px;
        position: absolute;
        color: #fff; }
        @media (max-width: 1199px) {
          .cab-plans__box .plan-percent p {
            right: 0;
            font-size: 8px; } }
  .cab-plans__check {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 32px;
    width: 32px; }
    .cab-plans__check svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      fill: #2c2c2c;
      opacity: 0.1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-plans__check: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% - 4px);
      width: calc(100% - 4px);
      height: -moz-calc(100% - 4px);
      height: calc(100% - 4px);
      border: 1px solid rgba(44, 44, 44, 0.1);
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.cab-amount {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 479px) {
    .cab-amount {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .cab-amount .calc-box {
    margin-bottom: 0;
    margin-right: 25px; }
    .cab-amount .calc-box .lines {
      border-color: rgba(44, 44, 44, 0.2); }
    @media (max-width: 479px) {
      .cab-amount .calc-box {
        margin-right: 0;
        margin-bottom: 15px; } }
  .cab-amount .calc-input {
    height: 50px; }
  .cab-amount .main-btn {
    margin-bottom: 3px;
    height: 44px;
    background-color: #c0ab85;
    color: #2c2c2c; }
    .cab-amount .main-btn:hover .lines {
      width: 100%;
      height: 100%;
      opacity: 0; }
    .cab-amount .main-btn svg {
      fill: #2c2c2c; }

.cab-table {
  margin-bottom: 30px;
  width: 100%; }
  .cab-table__row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
    border: 1px solid rgba(44, 44, 44, 0.1);
    padding-top: 20px; }
    @media (max-width: 767px) {
      .cab-table__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 0; } }
  .cab-table__box {
    padding: 0 15px;
    border-right: 1px solid rgba(44, 44, 44, 0.1);
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .cab-table__box {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .cab-table__box {
        width: 100%;
        border-right: none;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10px; } }
    .cab-table__box:last-child {
      border-right: none;
      margin-bottom: 0; }
  .cab-table__text {
    font-weight: 400;
    font-size: 12px;
    color: #2c2c2c;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .cab-table__text {
        max-width: 50%; } }
  .cab-table__title {
    padding: 0 5px;
    background-color: #f6f6f6;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6f6f65;
    margin-top: 10px;
    margin-bottom: -9px;
    margin-left: -5px;
    font-size: 12px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .cab-table__title {
        font-size: 8px; } }
    @media (max-width: 767px) {
      .cab-table__title {
        width: 50%;
        margin: 0;
        font-size: 12px; } }
  .cab-table__val {
    font-family: "Molot", sans-serif;
    font-size: 12px;
    color: #2c2c2c;
    font-weight: 400;
    width: 100%; }
    @media (max-width: 767px) {
      .cab-table__val {
        max-width: 50%; } }
  .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;
    font-weight: 400;
    font-size: 12px;
    color: #c0ab85;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 12px; }
    @media (max-width: 1199px) {
      .cab-table__wallet {
        font-size: 10px;
        height: 12px; } }
    @media (max-width: 767px) {
      .cab-table__wallet {
        max-width: 50%; } }
    .cab-table__wallet svg {
      width: 16px;
      height: 16px;
      margin-right: 5px;
      fill: #c0ab85; }
    .cab-table__wallet.btc, .cab-table__wallet.monero {
      color: #f7931a; }
      .cab-table__wallet.btc svg, .cab-table__wallet.monero svg {
        fill: #f7931a; }
    .cab-table__wallet.ltc, .cab-table__wallet.doge {
      color: #c0ab85; }
      .cab-table__wallet.ltc svg, .cab-table__wallet.doge svg {
        fill: #c0ab85; }
    .cab-table__wallet.eth {
      color: #2c2c2c; }
      .cab-table__wallet.eth svg {
        fill: #2c2c2c; }
    .cab-table__wallet.bch {
      color: #4CC947; }
      .cab-table__wallet.bch svg {
        fill: #4CC947; }
    .cab-table__wallet.pm {
      color: #E33E23; }
      .cab-table__wallet.pm svg {
        fill: #E33E23; }
    .cab-table__wallet.payeer {
      color: #00ACE8; }
      .cab-table__wallet.payeer svg {
        fill: #00ACE8; }
    .cab-table__wallet.ripple {
      color: #049FEF; }
      .cab-table__wallet.ripple svg {
        fill: #049FEF; }
    .cab-table__wallet.usdt {
      color: #259C77; }
      .cab-table__wallet.usdt svg {
        fill: #259C77; }
    .cab-table__wallet.trx {
      color: #F20012; }
      .cab-table__wallet.trx svg {
        fill: #F20012; }
    .cab-table__wallet.bnb {
      color: #E7B12D; }
      .cab-table__wallet.bnb svg {
        fill: #E7B12D; }
    .cab-table__wallet.dash {
      color: #1276c5; }
      .cab-table__wallet.dash svg {
        fill: #1276c5; }
    .cab-table__wallet.epc {
      color: #BC294E; }
      .cab-table__wallet.epc svg {
        fill: #BC294E; }

.cab-lvl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }
  .cab-lvl__item {
    width: 25%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 1px solid rgba(44, 44, 44, 0.1);
    padding: 20px 15px;
    text-align: center; }
    .cab-lvl__item:nth-child(4n+4) {
      border-right: none; }
      @media (max-width: 1199px) {
        .cab-lvl__item:nth-child(4n+4) {
          border-right: 1px solid rgba(44, 44, 44, 0.1); } }
    @media (max-width: 1199px) {
      .cab-lvl__item {
        border-left: 1px solid rgba(44, 44, 44, 0.1);
        padding: 20px 10px; } }
    @media (max-width: 767px) {
      .cab-lvl__item {
        width: -moz-calc(100% / 2);
        width: calc(100% / 2); } }
    .cab-lvl__item p {
      font-weight: 400;
      font-size: 10px;
      text-transform: uppercase;
      color: #b7b7b7;
      margin-bottom: 5px; }
    .cab-lvl__item h3 {
      font-family: "Gilroy", sans-serif;
      text-transform: uppercase;
      color: #2c2c2c;
      font-weight: 700;
      font-size: 12px;
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        .cab-lvl__item h3 {
          font-size: 10px; } }
    .cab-lvl__item span {
      font-family: "Molot", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #2c2c2c; }
    .cab-lvl__item svg {
      width: 16px;
      height: 16px;
      margin-bottom: 10px; }
    .cab-lvl__item.btc svg, .cab-lvl__item.monero svg {
      fill: #f7931a; }
    .cab-lvl__item.ltc svg, .cab-lvl__item.doge svg {
      fill: #c0ab85; }
    .cab-lvl__item.eth svg {
      fill: #2c2c2c; }
    .cab-lvl__item.bch svg {
      fill: #4CC947; }
    .cab-lvl__item.pm svg {
      fill: #E33E23; }
    .cab-lvl__item.payeer svg {
      fill: #00ACE8; }
    .cab-lvl__item.ripple svg {
      fill: #049FEF; }
    .cab-lvl__item.usdt svg {
      fill: #259C77; }
    .cab-lvl__item.trx svg {
      fill: #F20012; }
    .cab-lvl__item.bnb svg {
      fill: #E7B12D; }
    .cab-lvl__item.epc svg {
      fill: #BC294E; }
    .cab-lvl__item.dash svg {
      fill: #1276c5; }

.cab-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: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.cab-settings .main-btn {
  margin-bottom: 30px; }

.cab-settings .cab-btns .main-btn {
  background-color: rgba(44, 44, 44, 0.15); }
  .cab-settings .cab-btns .main-btn.active {
    background-color: rgba(192, 171, 133, 0.5); }
  .cab-settings .cab-btns .main-btn:hover {
    background-color: rgba(192, 171, 133, 0.5); }

.cab-settings .contacts-form__box p {
  color: #2c2c2c;
  font-weight: 700; }

.cab-settings .contacts-form__input .lines-top:after, .cab-settings .contacts-form__input .lines-top:before, .cab-settings .contacts-form__input .lines-bot:after, .cab-settings .contacts-form__input .lines-bot:before {
  width: 5px;
  height: 5px;
  border-color: #c0ab85; }

.cab-settings .contacts-form__input .lines {
  border: 1px solid rgba(44, 44, 44, 0.2); }

.cab-settings .contacts-form__input input {
  color: #2c2c2c; }

.cab-format-table {
  position: relative;
  width: 100%;
  text-align: center; }
  .cab-format-table .lines-top:after, .cab-format-table .lines-top:before, .cab-format-table .lines-bot:after, .cab-format-table .lines-bot:before {
    width: 5px;
    height: 5px;
    border-color: #c0ab85; }
  .cab-format-table h1, .cab-format-table p {
    text-align: left; }
  .cab-format-table h1 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    color: #2c2c2c; }
  .cab-format-table p {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2c2c2c;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-bottom: 20px; }
  .cab-format-table fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .cab-format-table .button-blue {
    max-width: 130px;
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 46px;
    background-color: rgba(192, 171, 133, 0.5);
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer; }
    .cab-format-table .button-blue:hover {
      background-color: #c0ab85;
      color: #fff; }
  .cab-format-table .button-red {
    max-width: 130px;
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 46px;
    background-color: rgba(44, 44, 44, 0.1);
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer; }
    .cab-format-table .button-red .lines-top:after, .cab-format-table .button-red .lines-top:before, .cab-format-table .button-red .lines-bot:after, .cab-format-table .button-red .lines-bot:before {
      width: 5px;
      height: 5px;
      border-color: #c0ab85; }
    .cab-format-table .button-red:hover {
      background-color: rgba(44, 44, 44, 0.3);
      color: #fff; }
  .cab-format-table .formatTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .cab-format-table .formatTable tr:nth-child(odd) td:nth-child(even) {
      background-color: transparent; }
    .cab-format-table .formatTable tr:nth-child(odd) td:nth-child(odd) {
      background-color: rgba(192, 171, 133, 0.2); }
    .cab-format-table .formatTable td {
      padding: 10px;
      border: none;
      font-family: "Bebas Neue", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #6f6f65;
      letter-spacing: 2px; }
      @media (max-width: 575px) {
        .cab-format-table .formatTable td {
          font-size: 14px; } }
      .cab-format-table .formatTable td:last-child {
        color: #2c2c2c;
        font-size: 14px;
        font-family: "Molot", sans-serif;
        letter-spacing: 1px; }
        @media (max-width: 575px) {
          .cab-format-table .formatTable td:last-child {
            font-size: 12px; } }
      .cab-format-table .formatTable td:nth-child(even) {
        background-color: rgba(192, 171, 133, 0.2); }
