<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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: 'Impact';
  src: url("../fonts/Impact/Impact.eot");
  src: local("Impact"), url("../fonts/Impact/Impactd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Impact/Impact.woff") format("woff"), url("../fonts/Impact/Impact.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

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

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot");
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url("../fonts/Montserrat/Montserrat-ExtraLightItalicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("../fonts/Montserrat/Montserrat-ExtraLightd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot");
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

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

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

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.eot");
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("../fonts/Montserrat/Montserrat-SemiBoldItalicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat/Montserrat-ExtraBoldd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

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

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans/OpenSans-SemiBoldItalicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans/OpenSans-Italicd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/OpenSans-SemiBoldd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans/OpenSans-ExtraBoldd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wallet1 {
  0% {
    -webkit-transform: translate(-50px, -20px);
            transform: translate(-50px, -20px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-140px, -60px);
            transform: translate(-140px, -60px); }
  30% {
    -webkit-transform: translate(-110px, -80px);
            transform: translate(-110px, -80px); }
  45% {
    -webkit-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  60% {
    -webkit-transform: translate(-140px, -130px);
            transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-180px, -160px);
            transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-140px, -190px);
            transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-150px, -220px);
            transform: translate(-150px, -220px); } }

@-moz-keyframes wallet1 {
  0% {
    -moz-transform: translate(-50px, -20px);
         transform: translate(-50px, -20px);
    opacity: 0; }
  15% {
    opacity: 1;
    -moz-transform: translate(-140px, -60px);
         transform: translate(-140px, -60px); }
  30% {
    -moz-transform: translate(-110px, -80px);
         transform: translate(-110px, -80px); }
  45% {
    -moz-transform: translate(-160px, -100px);
         transform: translate(-160px, -100px); }
  60% {
    -moz-transform: translate(-140px, -130px);
         transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -moz-transform: translate(-180px, -160px);
         transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -moz-transform: translate(-140px, -190px);
         transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -moz-transform: translate(-150px, -220px);
         transform: translate(-150px, -220px); } }

@keyframes wallet1 {
  0% {
    -webkit-transform: translate(-50px, -20px);
       -moz-transform: translate(-50px, -20px);
            transform: translate(-50px, -20px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-140px, -60px);
       -moz-transform: translate(-140px, -60px);
            transform: translate(-140px, -60px); }
  30% {
    -webkit-transform: translate(-110px, -80px);
       -moz-transform: translate(-110px, -80px);
            transform: translate(-110px, -80px); }
  45% {
    -webkit-transform: translate(-160px, -100px);
       -moz-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  60% {
    -webkit-transform: translate(-140px, -130px);
       -moz-transform: translate(-140px, -130px);
            transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-180px, -160px);
       -moz-transform: translate(-180px, -160px);
            transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-140px, -190px);
       -moz-transform: translate(-140px, -190px);
            transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-150px, -220px);
       -moz-transform: translate(-150px, -220px);
            transform: translate(-150px, -220px); } }

@-webkit-keyframes wallet2 {
  0% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-120px, -40px);
            transform: translate(-120px, -40px); }
  30% {
    -webkit-transform: translate(-100px, -60px);
            transform: translate(-100px, -60px); }
  45% {
    -webkit-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  60% {
    -webkit-transform: translate(-140px, -130px);
            transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-180px, -160px);
            transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-140px, -190px);
            transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-150px, -220px);
            transform: translate(-150px, -220px); } }

@-moz-keyframes wallet2 {
  0% {
    -moz-transform: translate(-50px, 0px);
         transform: translate(-50px, 0px);
    opacity: 0; }
  15% {
    opacity: 1;
    -moz-transform: translate(-120px, -40px);
         transform: translate(-120px, -40px); }
  30% {
    -moz-transform: translate(-100px, -60px);
         transform: translate(-100px, -60px); }
  45% {
    -moz-transform: translate(-160px, -100px);
         transform: translate(-160px, -100px); }
  60% {
    -moz-transform: translate(-140px, -130px);
         transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -moz-transform: translate(-180px, -160px);
         transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -moz-transform: translate(-140px, -190px);
         transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -moz-transform: translate(-150px, -220px);
         transform: translate(-150px, -220px); } }

@keyframes wallet2 {
  0% {
    -webkit-transform: translate(-50px, 0px);
       -moz-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-120px, -40px);
       -moz-transform: translate(-120px, -40px);
            transform: translate(-120px, -40px); }
  30% {
    -webkit-transform: translate(-100px, -60px);
       -moz-transform: translate(-100px, -60px);
            transform: translate(-100px, -60px); }
  45% {
    -webkit-transform: translate(-160px, -100px);
       -moz-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  60% {
    -webkit-transform: translate(-140px, -130px);
       -moz-transform: translate(-140px, -130px);
            transform: translate(-140px, -130px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-180px, -160px);
       -moz-transform: translate(-180px, -160px);
            transform: translate(-180px, -160px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-140px, -190px);
       -moz-transform: translate(-140px, -190px);
            transform: translate(-140px, -190px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-150px, -220px);
       -moz-transform: translate(-150px, -220px);
            transform: translate(-150px, -220px); } }

@-webkit-keyframes wallet3 {
  0% {
    -webkit-transform: translate(-80px, -90px);
            transform: translate(-80px, -90px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-140px, -60px);
            transform: translate(-140px, -60px); }
  30% {
    -webkit-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  45% {
    -webkit-transform: translate(-140px, -150px);
            transform: translate(-140px, -150px); }
  60% {
    -webkit-transform: translate(-180px, -170px);
            transform: translate(-180px, -170px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-140px, -200px);
            transform: translate(-140px, -200px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-150px, -230px);
            transform: translate(-150px, -230px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-190px, -270px);
            transform: translate(-190px, -270px); } }

@-moz-keyframes wallet3 {
  0% {
    -moz-transform: translate(-80px, -90px);
         transform: translate(-80px, -90px);
    opacity: 0; }
  15% {
    opacity: 1;
    -moz-transform: translate(-140px, -60px);
         transform: translate(-140px, -60px); }
  30% {
    -moz-transform: translate(-160px, -100px);
         transform: translate(-160px, -100px); }
  45% {
    -moz-transform: translate(-140px, -150px);
         transform: translate(-140px, -150px); }
  60% {
    -moz-transform: translate(-180px, -170px);
         transform: translate(-180px, -170px); }
  75% {
    opacity: 1;
    -moz-transform: translate(-140px, -200px);
         transform: translate(-140px, -200px); }
  90% {
    opacity: 1;
    -moz-transform: translate(-150px, -230px);
         transform: translate(-150px, -230px); }
  100% {
    opacity: 0;
    -moz-transform: translate(-190px, -270px);
         transform: translate(-190px, -270px); } }

@keyframes wallet3 {
  0% {
    -webkit-transform: translate(-80px, -90px);
       -moz-transform: translate(-80px, -90px);
            transform: translate(-80px, -90px);
    opacity: 0; }
  15% {
    opacity: 1;
    -webkit-transform: translate(-140px, -60px);
       -moz-transform: translate(-140px, -60px);
            transform: translate(-140px, -60px); }
  30% {
    -webkit-transform: translate(-160px, -100px);
       -moz-transform: translate(-160px, -100px);
            transform: translate(-160px, -100px); }
  45% {
    -webkit-transform: translate(-140px, -150px);
       -moz-transform: translate(-140px, -150px);
            transform: translate(-140px, -150px); }
  60% {
    -webkit-transform: translate(-180px, -170px);
       -moz-transform: translate(-180px, -170px);
            transform: translate(-180px, -170px); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-140px, -200px);
       -moz-transform: translate(-140px, -200px);
            transform: translate(-140px, -200px); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-150px, -230px);
       -moz-transform: translate(-150px, -230px);
            transform: translate(-150px, -230px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-190px, -270px);
       -moz-transform: translate(-190px, -270px);
            transform: translate(-190px, -270px); } }

@-webkit-keyframes smoke {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: -3840px 0%, center center; } }

@-moz-keyframes smoke {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: -3840px 0%, center center; } }

@keyframes smoke {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: -3840px 0%, center center; } }

@-webkit-keyframes light {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: 3832px 0%, center center; } }

@-moz-keyframes light {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: 3832px 0%, center center; } }

@keyframes light {
  from {
    background-position: 0px 0%, center center; }
  to {
    background-position: 3832px 0%, center center; } }

@-webkit-keyframes lightning {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  62% {
    opacity: 1; }
  64% {
    opacity: 0; }
  66% {
    opacity: 1; }
  68% {
    opacity: 0; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-moz-keyframes lightning {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  62% {
    opacity: 1; }
  64% {
    opacity: 0; }
  66% {
    opacity: 1; }
  68% {
    opacity: 0; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes lightning {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  62% {
    opacity: 1; }
  64% {
    opacity: 0; }
  66% {
    opacity: 1; }
  68% {
    opacity: 0; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; } }

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

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

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

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

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

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

sup {
  top: -6px; }

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

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

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

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

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

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

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

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  background-color: #000; }

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

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

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

.btc {
  background-image: url(../img/btc.svg); }

.usd {
  background-image: url(../img/usd.svg); }

.bch {
  background-image: url(../img/bch.svg); }

.tron {
  background-image: url(../img/tron.svg); }

.dash {
  background-image: url(../img/dash.svg); }

.doge {
  background-image: url(../img/doge.svg); }

.eth {
  background-image: url(../img/eth.svg); }

.ltc {
  background-image: url(../img/ltc.svg); }

.monero {
  background-image: url(../img/monero.svg); }

.payeer {
  background-image: url(../img/payeer.svg); }

.pm {
  background-image: url(../img/pm.svg); }

.ripple {
  background-image: url(../img/ripple.svg); }

.ethc {
  background-image: url(../img/ethc.html); }

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

.header {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .header-bg {
    position: relative;
    z-index: 1; }
    .header-bg:before {
      height: 100%;
      width: 200%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      -webkit-animation: light 200s infinite linear;
         -moz-animation: light 200s infinite linear;
              animation: light 200s infinite linear;
      pointer-events: none;
      background-image: url("../img/light.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-size: auto;
      background-position: center top;
      content: '';
      z-index: -2;
      background-repeat: repeat-x; }
    .header-bg:after {
      height: 100%;
      width: 200%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-animation: smoke 200s infinite linear;
         -moz-animation: smoke 200s infinite linear;
              animation: smoke 200s infinite linear;
      pointer-events: none;
      background-image: url("../img/smoke.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: center top;
      content: '';
      background-repeat: repeat-x; }
  @media (max-width: 991px) {
    .header {
      padding-top: 20px; } }
  .header-top {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .header-top {
        margin-bottom: 60px; } }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding-left: 65px; }
    @media (max-width: 991px) {
      .header-logo {
        margin-bottom: 20px; } }
    .header-logo 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; }
    .header-logo p {
      font-family: "Impact", sans-serif;
      font-weight: 400;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase; }
    .header-logo span {
      font-weight: 400;
      font-size: 12px;
      color: #FFC100;
      text-transform: uppercase; }
  .header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .header-cert {
    padding-left: 65px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 480px) {
      .header-cert {
        padding-left: 30px; } }
    .header-cert img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
      @media (max-width: 480px) {
        .header-cert img {
          max-width: 20px; } }
    .header-cert svg {
      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;
      fill: #fff; }
    .header-cert p {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100;
      margin-bottom: 3px; }
      @media (max-width: 480px) {
        .header-cert p {
          font-size: 10px; } }
    .header-cert span {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff; }
      @media (max-width: 480px) {
        .header-cert span {
          font-size: 10px; } }
    .header-cert_contact {
      margin-bottom: 30px; }
    .header-cert_page {
      padding-left: 0;
      padding-top: 45px;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-bottom: 30px; }
      .header-cert_page p {
        margin-bottom: 5px; }
      .header-cert_page img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        max-width: 100px; }
  .header-info {
    padding-left: 34px;
    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: 767px) {
      .header-info {
        display: none; } }
    .header-info img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
    .header-info svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      fill: #fff;
      width: 25px;
      height: 25px; }
    .header-info p {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100;
      margin-bottom: 3px; }
    .header-info span {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff; }
  .header-lang {
    position: relative;
    padding-left: 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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    z-index: 10; }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all; }
    .header-lang img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
    .header-lang p {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100;
      margin-bottom: 3px; }
    .header-lang span {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .header-lang span svg {
        width: 7px;
        height: 7px;
        fill: #FFC100;
        margin-left: 10px; }
    .header-lang__hide {
      position: absolute;
      top: -moz-calc(100% + 10px);
      top: calc(100% + 10px);
      left: 0;
      min-width: 100%;
      background-color: #fff;
      border-radius: 6px;
      padding: 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none; }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: ''; }
      .header-lang__hide a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #34270A;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        margin-bottom: 10px; }
        .header-lang__hide a:last-child {
          margin-bottom: 0; }
        .header-lang__hide a:hover {
          color: #FFC100; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        min-height: 100vh;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px;
        min-width: 240px;
        background-color: #34270A;
        margin-top: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        z-index: 300; } }
    .header-menu.active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .header-menu a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 1199px) {
        .header-menu a {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .header-menu a {
          margin-bottom: 20px; }
          .header-menu a:last-child {
            margin-bottom: 0; } }
      .header-menu a:hover, .header-menu a.active {
        color: #FFC100; }
        .header-menu a:hover svg, .header-menu a.active svg {
          fill: #fff; }
      .header-menu a svg {
        fill: #FFC100;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 18px;
        height: 18px;
        margin-right: 10px; }
  .header-burger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: auto;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .header-burger {
        display: block; } }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background-color: #FFC100;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 100%;
      height: 2px;
      background-color: #FFC100;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 10px;
      content: ''; }
    .header-burger:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: #FFC100;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 10px;
      content: ''; }
    .header-burger.active span {
      opacity: 0; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header-burger.active:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .header-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 66px;
    color: #fff;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .header-title {
        font-size: 50px; } }
    @media (max-width: 991px) {
      .header-title {
        text-align: center; } }
    @media (max-width: 480px) {
      .header-title {
        font-size: 36px; } }
    .header-title span {
      color: #FFC100;
      font-weight: 900;
      font-size: 60px;
      display: block; }
      @media (max-width: 1199px) {
        .header-title span {
          font-size: 45px; } }
      @media (max-width: 480px) {
        .header-title span {
          font-size: 30px; } }
  .header-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #fff;
    margin-bottom: 120px; }
    @media (max-width: 991px) {
      .header-subtitle {
        text-align: center;
        margin-bottom: 60px; } }
    @media (max-width: 480px) {
      .header-subtitle {
        font-size: 30px; } }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .header-btns {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header-btns .main-btn {
      margin-right: 14px; }
      .header-btns .main-btn:last-child {
        margin-right: 0; }
  .header-scene {
    height: 590px;
    position: relative;
    pointer-events: none;
    margin-left: -100px; }
    @media (max-width: 991px) {
      .header-scene {
        display: none; } }
    .header-scene__bg {
      z-index: 3;
      position: relative; }
    .header-scene__wallet {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .header-scene__wallet img {
        position: absolute;
        top: 200px;
        left: 200px; }
        .header-scene__wallet img:nth-child(1) {
          -webkit-animation: wallet1 15s infinite linear;
             -moz-animation: wallet1 15s infinite linear;
                  animation: wallet1 15s infinite linear; }
        .header-scene__wallet img:nth-child(2) {
          -webkit-animation: wallet2 15s infinite linear;
             -moz-animation: wallet2 15s infinite linear;
                  animation: wallet2 15s infinite linear;
          -webkit-animation-delay: 5s;
             -moz-animation-delay: 5s;
                  animation-delay: 5s; }
        .header-scene__wallet img:nth-child(3) {
          -webkit-animation: wallet3 15s infinite linear;
             -moz-animation: wallet3 15s infinite linear;
                  animation: wallet3 15s infinite linear;
          -webkit-animation-delay: 10s;
             -moz-animation-delay: 10s;
                  animation-delay: 10s; }
  .header-particles {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -50px;
    z-index: -1;
    width: 320px;
    height: 320px;
    top: 70%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    pointer-events: none; }
    @media (max-width: 991px) {
      .header-particles {
        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%);
        -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);
        top: 80%; } }
  .header_sign {
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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; }
    .header_sign .header-top {
      margin-bottom: 0; }

.lightning {
  position: relative;
  z-index: 1; }
  .lightning:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 600px;
    height: 600px;
    pointer-events: none;
    background-image: url(../img/lightning-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    opacity: 0;
    -webkit-animation: lightning 5s infinite linear;
       -moz-animation: lightning 5s infinite linear;
            animation: lightning 5s infinite linear; }
    @media (max-width: 1199px) {
      .lightning:after {
        display: none; } }
  .lightning:before {
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 600px;
    height: 600px;
    pointer-events: none;
    background-image: url(../img/lightning-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1;
    opacity: 0;
    -webkit-animation: lightning 5s infinite linear;
       -moz-animation: lightning 5s infinite linear;
            animation: lightning 5s infinite linear;
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
            animation-delay: 1.5s; }
    @media (max-width: 1199px) {
      .lightning:before {
        display: none; } }

.main-btn {
  padding: 14px 25px;
  border-radius: 100px;
  background-color: #FFC100;
  border: none;
  color: #2B2B2B;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer; }
  .main-btn:hover {
    color: #FFC100;
    background-color: #fff; }
  .main-btn_tr {
    border: 1px solid #FFC100;
    background-color: transparent;
    color: #FFC100; }
    .main-btn_tr:hover {
      background-color: #FFC100;
      color: #2B2B2B; }
  .main-btn_small {
    font-size: 12px;
    padding: 8px 20px; }
  .main-btn_m {
    margin-bottom: 30px; }

.main-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .main-title span {
    font-weight: 400;
    font-size: 22px;
    color: #FFC100;
    text-transform: none; }
    @media (max-width: 767px) {
      .main-title span {
        font-size: 16px; } }
  .main-title_small {
    font-size: 33px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .main-title_small {
        font-size: 25px; } }
  .main-title_center {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.main-text {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-text {
      margin-bottom: 20px; } }
  .main-text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .main-text p {
        font-size: 14px; } }
    .main-text p:last-child {
      margin-bottom: 0; }
  .main-text h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px; }
  .main-text_small p {
    font-size: 12px; }

.invest {
  position: relative;
  z-index: 1;
  padding-bottom: 60px; }
  .invest_page {
    padding-top: 30px; }
  @media (max-width: 991px) {
    .invest {
      padding: 30px 0; } }
  .invest-wrap {
    width: 100%;
    background-color: rgba(255, 193, 0, 0.9);
    border-radius: 22px 0;
    padding: 25px 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .invest-wrap {
        padding: 40px 30px; } }
    @media (max-width: 767px) {
      .invest-wrap {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: center; } }
  .invest-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: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #34270A;
    line-height: 0.9;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .invest-title {
        margin-bottom: 15px;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; } }
    .invest-title span {
      font-weight: 700;
      font-size: 55px;
      text-transform: uppercase; }
  .invest-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #34270A; }
  .invest-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .invest-info {
        display: none; } }
    .invest-info__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 40px;
      max-width: 43px; }
      .invest-info__icon img {
        max-width: 100%; }
    .invest-info p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      line-height: 1.5;
      margin-bottom: 30px; }
    .invest-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding: 25px 0px 25px 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      width: 100%;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100; }
      .invest-info__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
  .invest-plans {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(255, 193, 0, 0.1);
    border-bottom-right-radius: 22px;
    margin-bottom: 50px;
    margin-top: -30px;
    padding-top: 30px; }
    @media (max-width: 575px) {
      .invest-plans {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .invest-plan {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 35px 20px 25px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    position: relative; }
    @media (max-width: 575px) {
      .invest-plan {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 40px; } }
    .invest-plan:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 1px;
      height: -moz-calc(100% - 80px);
      height: calc(100% - 80px);
      background-color: rgba(255, 255, 255, 0.4);
      content: ''; }
    .invest-plan:last-child:after {
      display: none; }
    .invest-plan__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%); }
    .invest-plan__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 28px;
      color: #fff;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .invest-plan__title {
          font-size: 20px; } }
    .invest-plan__val {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .invest-plan__val {
          font-size: 14px;
          margin-bottom: 15px; } }
      .invest-plan__val span {
        font-weight: 900;
        font-size: 38px; }
        @media (max-width: 767px) {
          .invest-plan__val span {
            font-size: 30px; } }
    .invest-plan .main-btn {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .invest-plan .main-btn {
          margin-bottom: 15px; } }
    .invest-plan__info {
      padding-top: 28px;
      margin-bottom: 25px;
      position: relative;
      width: 100%;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #fff; }
      @media (max-width: 767px) {
        .invest-plan__info {
          padding-top: 15px;
          margin-bottom: 12px;
          font-size: 12px; } }
      .invest-plan__info:after {
        width: 17px;
        height: 3px;
        background-color: #FFC100;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        content: ''; }
  .invest-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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px; }
    .invest-list__item span {
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFC100;
      margin-bottom: 10px; }
    .invest-list__item p {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5; }
    .invest-list__item svg {
      top: -3px;
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px;
      fill: #FFC100; }

.calc-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .calc-info {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 991px) {
    .calc-info {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .calc-info__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 10px; }
    @media (max-width: 1199px) {
      .calc-info__item {
        margin-right: 50px; } }
    .calc-info__item:last-child {
      margin-right: 0; }
    .calc-info__item p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px; }
    .calc-info__item span {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #FFC100; }

.calc-nav {
  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: 20px; }
  @media (max-width: 575px) {
    .calc-nav {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .calc-nav__item {
    width: -moz-calc(100% / 2 - 7px);
    width: calc(100% / 2 - 7px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 575px) {
      .calc-nav__item {
        width: 100%;
        margin-bottom: 10px; } }

.calc-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px; }

.calc-input {
  position: relative;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px 12px;
  height: 55px; }
  .calc-input &gt; span {
    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%);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFC100; }
  .calc-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .calc-input :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .calc-input ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .calc-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .calc-input ::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .calc-input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 60px; }
    @media (max-width: 575px) {
      .calc-input input {
        font-size: 16px; } }
  .calc-input .jq-selectbox {
    width: 100%;
    height: 100%; }
    .calc-input .jq-selectbox__select {
      background: transparent !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border: none !important;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      padding-left: 25px;
      padding-right: 60px; }
    .calc-input .jq-selectbox__trigger {
      border: none;
      width: 60px; }
      .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: #FFC100 !important; }
    .calc-input .jq-selectbox__dropdown {
      background-color: #FFC100;
      border: none;
      border-radius: 10px;
      overflow: hidden; }
      .calc-input .jq-selectbox__dropdown li {
        color: #34270A;
        margin-bottom: 0; }
        .calc-input .jq-selectbox__dropdown li:hover {
          background-color: #fff; }
        .calc-input .jq-selectbox__dropdown li.sel {
          background-color: rgba(255, 255, 255, 0.7); }
  .calc-input textarea {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    padding: 25px;
    resize: none; }
  .calc-input svg {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    fill: #FFC100; }
  .calc-input_text {
    height: 200px; }
  .calc-input_capch {
    position: relative; }
    .calc-input_capch input {
      padding-right: 100px; }
    .calc-input_capch img {
      position: absolute;
      top: 50%;
      right: 50px;
      max-width: 90px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.refs {
  background: rgba(140, 119, 32, 0.2);
  -webkit-backdrop-filter: blur(66px);
          backdrop-filter: blur(66px);
  padding: 50px 0; }
  @media (max-width: 767px) {
    .refs {
      padding: 30px 0; } }
  .refs-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;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 22px;
    width: 100%;
    padding: 20px 20px 50px 20px;
    margin-bottom: 50px;
    position: relative; }
    .refs-item__lvl {
      font-family: "Montserrat", sans-serif;
      text-align: center;
      width: 100%;
      font-weight: 700;
      font-size: 13px;
      color: #FFC100;
      margin-bottom: 30px; }
    .refs-item__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px;
      height: 95px; }
      .refs-item__icon img {
        max-width: 100%; }
    .refs-item__title {
      font-family: "Montserrat", sans-serif;
      text-align: center;
      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;
      font-weight: 900;
      font-size: 25px;
      color: #FFC100;
      margin-bottom: 20px;
      text-transform: uppercase; }
      .refs-item__title span {
        font-size: 32px;
        color: #fff; }
    .refs-item__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; }
      .refs-item__info p {
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 11px;
        padding-left: 20px;
        background-image: url(../img/check.svg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 15px;
        line-height: 1.3; }
        .refs-item__info p:last-child {
          margin-bottom: 0; }
        .refs-item__info p span {
          font-weight: 700;
          color: #FFC100; }
    .refs-item .main-btn {
      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%); }
  .refs-table {
    width: 100%;
    margin: 0 auto 30px auto; }
    .refs-table table {
      width: 100%;
      border-collapse: collapse; }
      .refs-table table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        .refs-table table tr {
          border: 1px solid rgba(255, 255, 255, 0.2); } }
      .refs-table table td {
        padding: 15px 5px;
        width: 25%; }
        @media (max-width: 767px) {
          .refs-table table td {
            width: 100%;
            padding: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
        .refs-table table td:last-child {
          border-bottom: none; }
        .refs-table table td:before {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #FFC100; }
    .refs-table__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100; }
    .refs-table__country {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 14px;
      color: #fff; }
      .refs-table__country .flag-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-size: cover;
        margin-right: 10px; }
    .refs-table__login {
      font-weight: 400;
      color: #fff;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 277px;
      width: 100%; }
    .refs-table__mail {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 700;
      font-size: 14px;
      color: #FFC100;
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      max-width: 277px;
      display: block; }
      .refs-table__mail:hover {
        color: #fff; }
    .refs-table__soc {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .refs-table__soc a {
        margin-right: 10px;
        display: inline-block; }
        .refs-table__soc a:last-child {
          margin-right: 0; }
        .refs-table__soc a:hover svg {
          fill: #fff; }
        .refs-table__soc a svg {
          width: 20px;
          height: 20px;
          fill: #FFC100;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 480px) {
            .refs-table__soc a svg {
              width: 15px;
              height: 15px; } }

.about {
  padding: 70px 0 30px 0; }
  @media (max-width: 767px) {
    .about {
      padding: 30px 0; } }
  .about-cert-info {
    margin-bottom: 40px; }
  .about-info {
    position: relative;
    padding-left: 230px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .about-info {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .about-info {
        padding-left: 0; } }
    .about-info img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 115px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 220px; }
      @media (max-width: 575px) {
        .about-info img {
          display: none; } }
  .about-address {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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: 40px 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px 22px;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .about-address {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .about-address .main-title {
      margin-bottom: 0;
      margin-right: 45px; }
      @media (max-width: 1199px) {
        .about-address .main-title {
          margin-right: 0;
          margin-bottom: 20px; } }
    .about-address .main-text {
      margin-bottom: 0; }
    .about-address__wrap {
      position: relative;
      padding-left: 90px; }
      @media (max-width: 480px) {
        .about-address__wrap {
          padding-left: 0; } }
      .about-address__wrap img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        max-width: 70px; }
        @media (max-width: 480px) {
          .about-address__wrap img {
            display: none; } }
  .about-promo {
    width: 100%;
    max-width: 386px;
    height: 240px;
    background-color: #FFC100;
    border-radius: 0px 25px;
    position: relative;
    cursor: pointer;
    margin: 0 auto 20px auto; }
    .about-promo:hover .about-promo__icon {
      -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); }
    .about-promo &gt; img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .about-promo iframe {
      width: 100%;
      height: 100%; }
    .about-promo__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%);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .about-cert {
    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-cert {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .about-cert__item {
      width: -moz-calc(100% / 2 - 10px);
      width: calc(100% / 2 - 10px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 7px;
      overflow: hidden;
      cursor: pointer;
      height: 140px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      max-width: 170px; }
      .about-cert__item:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .about-cert__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .about-cert_page {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-cert_page a {
        width: 100%;
        height: 240px; }
  .about-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;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .about-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .about-list__item {
      width: -moz-calc(100% / 5 - 10px);
      width: calc(100% / 5 - 10px);
      background-color: rgba(255, 193, 0, 0.8);
      border-radius: 0px 22px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 50px 10px 44px 40px;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.2); }
      .about-list__item:nth-child(2) {
        background-color: rgba(255, 193, 0, 0.7); }
      .about-list__item:nth-child(3) {
        background-color: rgba(255, 193, 0, 0.6); }
      .about-list__item:nth-child(4) {
        background-color: rgba(255, 193, 0, 0.5); }
      .about-list__item:nth-child(5) {
        background-color: rgba(255, 193, 0, 0.4); }
      @media (max-width: 1199px) {
        .about-list__item {
          padding: 40px 20px 30px 20px; } }
      @media (max-width: 991px) {
        .about-list__item {
          width: -moz-calc(100% / 3 - 10px);
          width: calc(100% / 3 - 10px);
          margin-bottom: 10px;
          margin-left: 5px;
          margin-right: 5px; } }
      @media (max-width: 575px) {
        .about-list__item {
          width: -moz-calc(100% / 2 - 10px);
          width: calc(100% / 2 - 10px); } }
      @media (max-width: 480px) {
        .about-list__item {
          width: 100%; } }
      .about-list__item span {
        border: 2px solid #fff;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 10px;
        top: 10px;
        font-family: "Impact", sans-serif;
        font-weight: 500;
        font-size: 10px;
        color: #fff;
        text-align: center; }
      .about-list__item h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
        margin-bottom: 5px; }
      .about-list__item p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        line-height: 1.5; }
  .about-adv {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
    max-width: 210px; }
    @media (max-width: 575px) {
      .about-adv {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto 50px auto;
        text-align: center; } }
    .about-adv svg {
      fill: #FFC100;
      width: 50px;
      height: 50px;
      margin-bottom: 35px; }
    .about-adv p {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      color: #FFC100; }

.stat {
  background: rgba(140, 119, 32, 0.2);
  -webkit-backdrop-filter: blur(66px);
          backdrop-filter: blur(66px);
  padding: 50px 0 20px 0; }
  .stat-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .stat-list {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .stat-list__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      margin-bottom: 20px;
      width: -moz-calc(100% / 5);
      width: calc(100% / 5); }
      @media (max-width: 767px) {
        .stat-list__item {
          width: -moz-calc(100% / 3);
          width: calc(100% / 3); } }
      @media (max-width: 480px) {
        .stat-list__item {
          width: 50%; } }
      .stat-list__item p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        margin-bottom: 5px; }
        @media (max-width: 1199px) {
          .stat-list__item p {
            font-size: 14px; } }
      .stat-list__item span {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 44px;
        color: #fff; }
        @media (max-width: 1199px) {
          .stat-list__item span {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .stat-list__item span {
            font-size: 24px; } }
    .stat-list__icon {
      height: 66px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px; }
  .stat-table {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .stat-table__row {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 10px;
      padding: 15px;
      background: rgba(255, 204, 0, 0.1);
      border-radius: 12px; }
      .stat-table__row:nth-child(even) {
        background: rgba(95, 34, 142, 0.1); }
      .stat-table__row:last-child {
        margin-bottom: 0; }
    .stat-table__col {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); }
    .stat-table__wallet {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .stat-table__wallet img {
        width: 24px;
        height: 24px;
        margin-right: 20px; }
        @media (max-width: 480px) {
          .stat-table__wallet img {
            margin-right: 10px; } }
      .stat-table__wallet span {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 300;
        font-size: 14px;
        color: #fff; }
    .stat-table__pay {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 480px) {
        .stat-table__pay {
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; } }
      .stat-table__pay p {
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .stat-table__pay p {
            display: none; } }
      .stat-table__pay span {
        font-weight: 700;
        font-size: 12px;
        color: #FFC100; }
    .stat-table__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .stat-table__val p {
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .stat-table__val p {
            display: none; } }
      .stat-table__val span {
        font-weight: 700;
        font-size: 16px;
        color: #FFC100; }

.wallets {
  padding: 40px 0; }
  .wallets-list {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px 22px;
    padding: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 480px) {
      .wallets-list {
        padding: 10px; } }
  .wallets-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 20px 40px; }
    @media (max-width: 1199px) {
      .wallets-item {
        margin: 10px 20px; } }
    @media (max-width: 480px) {
      .wallets-item {
        margin: 5px 10px; } }
    @media (max-width: 991px) {
      .wallets-item span {
        display: none; } }
    .wallets-item img {
      width: 50px;
      height: 50px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .wallets-item img {
          margin-right: 0; } }
      @media (max-width: 480px) {
        .wallets-item img {
          width: 40px;
          height: 40px; } }

.footer {
  padding-bottom: 50px; }
  .footer .header-lang__hide {
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    top: auto; }
    .footer .header-lang__hide:after {
      bottom: auto;
      top: 100%; }
  @media (max-width: 991px) {
    .footer .header-menu {
      display: none !important; } }

.faq-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .faq-wrap {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .faq-wrap .tabs {
    max-width: 360px;
    width: 100%;
    padding-right: 97px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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) {
      .faq-wrap .tabs {
        max-width: 320px; } }
    @media (max-width: 991px) {
      .faq-wrap .tabs {
        max-width: 100%;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-right: 0;
        margin-bottom: 30px; } }
  .faq-wrap .tab_content {
    width: 100%; }

.faq-tab {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px;
  border-radius: 0px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative; }
  @media (max-width: 991px) {
    .faq-tab {
      margin: 0 15px 15px 15px;
      max-width: 260px; } }
  @media (max-width: 767px) {
    .faq-tab {
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px);
      margin: 0 0 15px 0; } }
  @media (max-width: 480px) {
    .faq-tab {
      padding: 12px 10px;
      width: 100%; } }
  .faq-tab:last-child {
    margin-bottom: 0; }
  .faq-tab.active, .faq-tab:hover {
    border-color: #FFC100; }
    .faq-tab.active:after, .faq-tab:hover:after {
      border-right: 9px solid #FFC100; }
    .faq-tab.active .faq-tab__text, .faq-tab:hover .faq-tab__text {
      color: #FFC100; }
  .faq-tab:after {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 12px;
    content: '';
    border-top: 6px solid transparent;
    border-right: 9px solid #d0d0d0;
    border-bottom: 6px solid transparent;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 991px) {
      .faq-tab:after {
        display: none; } }
  .faq-tab__num {
    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%);
    padding: 0 8px;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: rgba(73, 73, 73, 0.32);
    font-size: 12px;
    line-height: 12px; }
  .faq-tab__text {
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .faq-tab__item .accordion {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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-left: 70px; }
    @media (max-width: 575px) {
      .faq-tab__item .accordion {
        padding-left: 0; } }
    .faq-tab__item .accordion__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.11);
      margin-bottom: 25px;
      border-radius: 10px; }
      .faq-tab__item .accordion__item:hover .accordion__head {
        color: #FFC100; }
        .faq-tab__item .accordion__item:hover .accordion__head:after {
          border-left: 9px solid #FFC100; }
        .faq-tab__item .accordion__item:hover .accordion__head-icon {
          background-color: #FFC100; }
      .faq-tab__item .accordion__item.active .accordion__head {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #FFC100; }
        .faq-tab__item .accordion__item.active .accordion__head:after {
          border-left: 9px solid #FFC100; }
        .faq-tab__item .accordion__item.active .accordion__head-icon {
          background-color: #FFC100; }
        .faq-tab__item .accordion__item.active .accordion__head-arrow svg {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
             -moz-transform: translate(-50%, -50%) rotate(180deg);
              -ms-transform: translate(-50%, -50%) rotate(180deg);
                  transform: translate(-50%, -50%) rotate(180deg); }
    .faq-tab__item .accordion__head {
      height: 70px;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #2B2B2B;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      padding: 0 110px 0 40px;
      width: 100%;
      border-radius: 10px;
      background-color: #fff; }
      @media (max-width: 1199px) {
        .faq-tab__item .accordion__head {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .faq-tab__item .accordion__head {
          padding: 0 45px 0 20px;
          font-size: 14px; } }
      .faq-tab__item .accordion__head:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-left: 9px solid #34270A;
        border-bottom: 6px solid transparent;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 575px) {
          .faq-tab__item .accordion__head:after {
            display: none; } }
      .faq-tab__item .accordion__head-icon {
        left: -70px;
        top: 0;
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: -10;
        background-color: #34270A;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 575px) {
          .faq-tab__item .accordion__head-icon {
            display: none; } }
        .faq-tab__item .accordion__head-icon svg {
          position: absolute;
          top: 50%;
          left: -moz-calc(50% - 5px);
          left: calc(50% - 5px);
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 25px;
          width: 25pc;
          fill: #fff;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .faq-tab__item .accordion__head-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        width: 70px;
        height: 40px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-left: 1px solid #e5e5e5; }
        @media (max-width: 575px) {
          .faq-tab__item .accordion__head-arrow {
            width: 30px;
            border-left: none; } }
        .faq-tab__item .accordion__head-arrow svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 12px;
          height: 12px;
          fill: #FFC100;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .faq-tab__item .accordion__body {
      display: none;
      padding: 5px 40px 35px 40px;
      font-size: 16px;
      color: #2B2B2B;
      font-weight: 400;
      line-height: 1.7;
      background-color: #fff;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      @media (max-width: 575px) {
        .faq-tab__item .accordion__body {
          padding: 5px 20px 35px 20px;
          font-size: 12px; } }

.news-thumbs {
  margin-bottom: 40px; }
  .news-thumbs .swiper-slide {
    opacity: 0.5;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    .news-thumbs .swiper-slide:hover, .news-thumbs .swiper-slide-thumb-active {
      opacity: 1; }
  .news-thumbs__item {
    position: relative;
    padding-left: 90px;
    min-height: 80px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left; }
  .news-thumbs h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFC100;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .news-thumbs p {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 1.5; }
  .news-thumbs__date {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }
    .news-thumbs__date svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 20px;
      height: 20px;
      fill: #FFC100; }
  .news-thumbs__img {
    width: 80px;
    height: 80px;
    border: 2px solid #FFC100;
    border-radius: 2px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px; }
    .news-thumbs__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }

.news-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  .news-nav .swiper-button-prev, .news-nav .swiper-button-next {
    position: static;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    outline: none; }
    .news-nav .swiper-button-prev svg, .news-nav .swiper-button-next svg {
      width: 30px;
      height: 30px;
      fill: #FFC100; }
  .news-nav .swiper-button-prev svg {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .news-nav .swiper-button-next svg {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .news-nav .swiper-pagination {
    position: static;
    margin: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .news-nav .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #FFC100;
      background-color: transparent;
      opacity: 1;
      margin: 0 4px;
      outline: none; }
      .news-nav .swiper-pagination-bullet-active {
        background-color: #FFC100; }

.news-item {
  position: relative;
  padding-left: 270px;
  min-height: 250px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .news-item {
      padding-left: 0;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  .news-item .news-thumbs__img {
    width: 250px;
    height: 250px;
    border-width: 3px; }
    @media (max-width: 767px) {
      .news-item .news-thumbs__img {
        position: static;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0 auto 20px auto; } }
  .news-item h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #FFC100;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px; }
  .news-item .news-thumbs__date {
    font-size: 11px;
    margin-bottom: 20px; }
  .news-item .main-text p {
    font-size: 14px;
    line-height: 1.5; }
  .news-item .main-text:last-child {
    margin-bottom: 0; }

.news-content {
  margin-bottom: 30px; }

.contacts-form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -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; }
  .contacts-form .calc-input {
    margin-bottom: 20px; }

.sign-content {
  padding: 30px 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%; }

.sign-wrap {
  background: rgba(140, 119, 32, 0.2);
  -webkit-backdrop-filter: blur(66px);
          backdrop-filter: blur(66px);
  padding: 30px;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 0 60px; }

.sign-link {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: right;
  color: #FFC100;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700; }
  .sign-link:hover {
    text-decoration: underline; }

.sign-check {
  display: block;
  margin-bottom: 20px; }
  .sign-check input {
    display: none; }
    .sign-check input:checked + span:before {
      opacity: 1; }
  .sign-check span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer; }
    .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: 20px;
      height: 20px;
      border: 1px solid #FFC100;
      border-radius: 0px 6px;
      content: ''; }
    .sign-check span:before {
      width: 5px;
      height: 5px;
      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: 10px;
      border-radius: 50%;
      background-color: #FFC100;
      opacity: 0;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .sign-check span a {
      text-decoration: none;
      color: #FFC100;
      font-weight: 700; }
      .sign-check span a:hover {
        text-decoration: underline; }
</pre></body></html>