/*! 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;
    background-color: #1b2025;
}

/**
 * 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: 'GothamPro';
    src: url("../fonts/GothamPro/GothamPro-BoldItalic.eot");
    src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("../fonts/GothamPro/GothamPro-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    font-size: 16px;
}

@media (max-width: 768px) {
    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;
}

p {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

sup {
    font-size: 60%;
}

sml {
    font-size: 80%;
}

sub {
    bottom: 0;
}

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

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

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

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

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

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

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

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

.wrapper {
    width: 100%;
    min-width: 380px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.nicescroll-terms {
    max-height: 80vh;
}

@media (max-width: 1200px) {

    .cab-table table{
        overflow: hidden;
    }
    .fp-section {
        height: auto !important;
    }
}

@media (max-height: 900px) {
    .fp-section {
        height: auto !important;
    }
}
@media (max-width: 767px) {
    table.responsive td::before, table.responsive td .td-text {
        max-width: 50%;
        overflow: hidden;
    }
}
.section {
    opacity: 0;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 1;
    padding: 50px 70px 0px 70px;
    min-height: 100vh;
}

.section:after {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    content: '';
    pointer-events: none;
}

@media (max-width: 768px) {
    .section:after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .section {
        opacity: 1;
        padding: 30px 70px 30px 70px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 30px 0 50px 0;
    }
}

.section .container {
    z-index: 2;
    position: relative;
}

.section.active {
    opacity: 1;
}

.section.active .section-figure svg {
    display: block;
}

.section_1 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-height: 555px) {
    .section_1 {
        padding: 150px 0 30px 0;
    }
}

@media (max-width: 992px) {
    .section_1 {
        padding: 210px 0 30px 0;
    }
}

@media (max-width: 768px) {
    .section_1 {
        padding: 300px 0 50px 0;
    }
}

.section_2 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section_3 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section_3 .container{
    margin-top: -300px;
}

@media (max-width: 992px) {
    .section_3 .main-btn {
        margin-bottom: 30px;
    }
    .section_3 .container{
        margin-top: -100px;
    }
}

.section_4 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section_5 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 768px) {
    .section_5 .main-btn {
        margin-bottom: 30px;
    }
}

.section_6 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 768px) {
    .section_6 .main-btn {
        margin-bottom: 30px;
    }
}

.section_7 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section_7 .main-btn {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .section_7 .main-btn {
        margin-bottom: 30px;
    }
}

.section_8 {
    background-color: #1b2025;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    opacity: 1;
}

@media (max-width: 1200px) {
    .section_8 {
        padding-top: 30px;
    }
}

@media (max-height: 900px) {
    .section_8 {
        padding-top: 30px;
    }
}

.section_8:after {
    display: none;
}

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

@media (max-width: 1200px) {
    .fp-enabled {
        overflow: visible !important;
    }
}

@media (max-height: 900px) {
    .fp-enabled {
        overflow: visible !important;
    }
}

@supports (-webkit-background-clip: text) {
    .plan-title span,
    .plan-title_big span,
    .description-title span {
        background: -moz-linear-gradient(top, white 0%, #cdcccc 23%, #8b8d8f 43%, white 70%, white 70%, #4e4f4f 100%);
        background: linear-gradient(to bottom, white 0%, #cdcccc 23%, #8b8d8f 43%, white 70%, white 70%, #4e4f4f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.description-title span {
    font-family: "Mordak", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.description-title {
    color: #e1deca;
}

@supports (-webkit-background-clip: text) {
    .refs-slider__percent span,
    .refs-slider__lvl span {
        background: -moz-linear-gradient(top, #EAECEF 0%, #1AC9FF 25%, #1AC9FF 50%, #1AC9FF 75%, #1AC9FF 100%);
        background: linear-gradient(to bottom, #EAECEF 0%, #1AC9FF 25%, #1AC9FF 50%, #1AC9FF 75%, #1AC9FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@supports (-webkit-background-clip: text) {
    .calc-row span,
    .calc-info__item span,
    .calc-info__item sup,
    .calc-info__item sub,
    .calc-profit__item span,
    .calc-profit__item sup,
    .plan-chart__title span,
    .cert span,
    .about-info__item h3,
    .news-item__date span,
    .cab-plans__percent span {
        background: -moz-linear-gradient(top, #1AC9FF 0%, #1AC9FF 100%);
        background: linear-gradient(to bottom, #1AC9FF 0%, #1AC9FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.zoomIn {
    opacity: 1 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.fast {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

.animated.delay-1s {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.animated.delay-2s {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-3s {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-4s {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-5s {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-6s {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.main-title {
    font-family: "Mordak", sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-height: 900px) {
    .main-title {
        margin-bottom: 10px;
    }
}

.main-subtitle {
    padding-left: 150px;
    margin-left: 20px;
    position: relative;
    background-image: url(../img/main-subtitle-line.png);
    background-repeat: no-repeat;
    background-position: 55px center;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.main-subtitle__dot {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.main-subtitle__dot span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    margin-right: 5px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: subtitleDot 2.5s infinite linear;
    -moz-animation: subtitleDot 2.5s infinite linear;
    animation: subtitleDot 2.5s infinite linear;
}

.main-subtitle__dot span:nth-child(2) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.main-subtitle__dot span:nth-child(3) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.main-subtitle__dot span:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.main-subtitle__dot span:nth-child(5) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.main-subtitle__dot span:last-child {
    margin-right: 0;
}

.main-text {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.main-text {
    color: #fff;
}
.main-text h1 {
    color: #fff;
    line-height: 30px
}
.main-text h2 {
    color: #1AC9FF;
    line-height: 24px
}
.main-text h3 {
    color: #1AC9FF;
    line-height: 30px
}
.main-text a {
    color: #6cdcff;
}

@media (max-height: 900px) {
    .main-text {
        margin-bottom: 10px;
    }
}

.main-text p {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-height: 900px) {
    .main-text p {
        font-size: 10px;
    }
}

.main-text li {
    position: relative;
}

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

.main-btn {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    line-height: 24px;
    word-break: keep-all;
    color: #F7F9FB;
    border-radius: 40px;
    min-height: 24px;
    border: none;
    background-image: none;
    background-color: #0098EA;
    height: 48px;
    padding: 10px 20px;
}

.main-btn_small {
    min-width: 140px;
    height: 30px;
}

.rules {
    opacity: 1;
    padding-top: 200px;
}

@media (max-width: 1200px) {
    .rules {
        padding-top: 200px;
    }
}

@media (max-height: 900px) {
    .rules {
        padding-top: 200px;
    }
}

@media (max-width: 568px) {
    .cab-plans__percent span{
        font-size: 15px;
    }
    .rules {
        padding-top: 250px;
    }
}

.rules .nicescroll-box {
    height: 580px;
}

.rules h4 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "GothamPro", sans-serif;
}

.rules .item {
    margin-bottom: 30px;
}

.rules .item-text {
    margin-bottom: 30px;
}

.rules .main-text {
    margin-bottom: 30px;
}

.rules .main-text p {
    margin-bottom: 20px;
}

.rules .main-text p:last-child {
    margin-bottom: 0;
}

.rules .main-title, .rules .main-text {
    opacity: 1;
}

.intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    padding: 15px;
}

.intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
}

.intro-video-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 55px;
}

.intro-video-close svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    left: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: skipArrow 2s infinite linear;
    -moz-animation: skipArrow 2s infinite linear;
    animation: skipArrow 2s infinite linear;
}

.intro-video-close:hover {
    color: #1AC9FF;
}

.intro-video-close:hover svg {
    fill: #1AC9FF;
}

.intro-video video {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 568px) {
    .intro-video video {
        min-height: 70%;
        height: 70%;
    }
}

@-webkit-keyframes planPreview {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    75% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes planPreview {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -moz-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    75% {
        -moz-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes planPreview {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    75% {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes subtitleDot {
    0% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
    10% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    20% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
}

@-moz-keyframes subtitleDot {
    0% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
    10% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    20% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
}

@keyframes subtitleDot {
    0% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
    10% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    20% {
        background-color: #1AC9FF;
        box-shadow: 0px 0px 3px 1px #1AC9FF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 3px 1px rgba(106, 207, 37, 0);
    }
}

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

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

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

@-webkit-keyframes statBot {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@-moz-keyframes statBot {
    0% {
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        -moz-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    100% {
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes statBot {
    0% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@-webkit-keyframes statShadow {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes statShadow {
    0% {
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        -moz-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes statShadow {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes bar {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-moz-keyframes bar {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes bar {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-webkit-keyframes skipArrow {
    0% {
        -webkit-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
    50% {
        -webkit-transform: translate(-3px, -50%);
        transform: translate(-3px, -50%);
    }
    100% {
        -webkit-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
}

@-moz-keyframes skipArrow {
    0% {
        -moz-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
    50% {
        -moz-transform: translate(-3px, -50%);
        transform: translate(-3px, -50%);
    }
    100% {
        -moz-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
}

@keyframes skipArrow {
    0% {
        -webkit-transform: translate(3px, -50%);
        -moz-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
    50% {
        -webkit-transform: translate(-3px, -50%);
        -moz-transform: translate(-3px, -50%);
        transform: translate(-3px, -50%);
    }
    100% {
        -webkit-transform: translate(3px, -50%);
        -moz-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
}

.header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 20;
}

@media (max-width: 568px) {
    .header {
        top: 10px;
    }
}

@media (max-height: 900px) {
    .header {
        top: 10px;
    }
}

.header-wallets {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 112%;
    position: relative;
    pointer-events: none;
    margin-bottom: -10px;
}

.header-wallets .plan-chart__icon {
    position: absolute;
    bottom: 6px;
    right: 0;
    top: auto;
}

@media (max-width: 1200px) {
    .header-wallets {
        width: 135%;
    }
}

@media (max-width: 992px) {
    .header-wallets {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .header-wallets {
        width: 120%;
    }
}

@media (max-width: 568px) {
    .header-wallets {
        width: 175%;
    }
}

.header-wallets .tradingview-widget-container {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -70px;
}

@media (max-width: 1200px) {
    .header-wallets .tradingview-widget-container {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -100px;
    }
}

@media (max-width: 992px) {
    .header-wallets .tradingview-widget-container {
        margin-left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .header-wallets .tradingview-widget-container {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: -60px;
    }
}

@media (max-width: 568px) {
    .header-wallets .tradingview-widget-container {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin-left: -22%;
    }
}

@media (max-width: 992px) {
    .header-wallets {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-wallets__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 10px;
    margin-right: 35px;
}

@media (max-width: 1200px) {
    .header-wallets__item {
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .header-wallets__item {
        margin-right: 5px;
    }
}

.header-wallets__item:last-child {
    margin-right: 0;
}

.header-wallets__item svg {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #1AC9FF;
}

.header-wallets__item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-bottom: 3px;
}

@media (max-width: 480px) {
    .header-wallets__item span {
        font-size: 10px;
    }
}

.header-wallets__item p {
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 480px) {
    .header-wallets__item p {
        font-size: 7px;
    }
}

.header-wallets__item_down svg {
    fill: #eb0607;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 992px) {
    .header-nav {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .header-nav {
        -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-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid #EAECEF;
    border-radius: 2px;
    border-right: none;
    margin-left: 40px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .header-btns {
        margin-left: 20px;
    }
}

@media (max-height: 900px) {
    .header-btns {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .header-btns {
        margin-left: 0;
    }
}

.header-btns a {
    height: 30px;
    min-width: 75px;
    padding: 0 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;
    text-align: center;
    font-family: "GothamProNarrow", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    border-radius: 2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header-btns a:hover {
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    color: #fff !important;
}

.header-btns a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 5px;
}

.header-btns_transparent {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.15) !important;
}

.header-language {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
}

@media (max-height: 900px) {
    .header-language {
        margin-bottom: 10px;
    }
}

.header-language__item {
    margin-right: 15px;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 16px;
}

@media (max-width: 1200px) {
    .header-language__item {
        margin-right: 10px;
    }
}

.header-language__item:last-child {
    margin-right: 0;
}

.header-language__item .flag-icon {
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 4px;
    margin-right: 5px;
    overflow: hidden;
    background-size: cover;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header-language__item.active, .header-language__item:hover {
    color: #fff;
}

.header-language__item.active .flag-icon, .header-language__item:hover .flag-icon {
    width: 16px;
    height: 16px;
    opacity: 1;
}

.header-language__soon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    margin-right: 5px;
}

.header-language__soon svg {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    fill: #fff;
}

.header-logo {
    display: block;
    margin: -6px auto -40px auto;
    text-align: center;
    max-width: 234px;
    min-width: 234px;
}

.header-logo img {
    max-width: 100%;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    .header-logo {
        margin: -3px auto -35px auto;
    }
}

@media (max-width: 768px) {
    .header-logo {
        margin: 15px auto -30px auto;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-height: 900px) {
    .header-logo img {
        max-width: 150px;
    }
}

.header-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-bot__wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .header-bot__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-menu {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1px 0;
    width: 100%;
}

@media (max-width: 992px) {
    .header-menu {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cab-plans__val{
        width: 100%;
        justify-content: flex-end !important;
    }
}

@media (max-width: 768px) {
    .header-menu {
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: auto;
    }
}

.header-menu a {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 60px;
}

@media (max-height: 900px) {
    .header-menu a {
        min-height: 47px;
    }
}

@media (max-width: 1200px) {
    .header-menu a {
        font-size: 9px;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .header-menu a {
        padding: 0 10px;
        min-height: 40px;
    }
}

@media (max-width: 768px) {
    .header-menu a {
        font-size: 8px;
        padding: 0 5px;
    }
}

.header-menu a img {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .header-menu a img {
        display: none;
    }
}

.header-menu a:last-child img {
    display: none;
}

.header-menu a:after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 5px 1px #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.header-menu a:before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50%;
    box-shadow: 0px 0px 5px 1px #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.header-menu a:hover, .header-menu a.active {
    background-color: rgba(255, 255, 255, 0.02);
}

.header-menu a:hover:after, .header-menu a:hover:before, .header-menu a.active:after, .header-menu a.active:before {
    width: 100%;
    opacity: 1;
}

.header-menu a:hover:after, .header-menu a.active:after {
    top: 0;
}

.header-menu a:hover:before, .header-menu a.active:before {
    bottom: 0;
}

.header-menu_right {
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .header-menu_right {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.soc {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    width: 55px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 170px;
    padding-bottom: 20px;
    height: 100%;
}

@media (max-width: 992px) {
    .soc {
        padding-top: 210px;
    }
}

@media (max-width: 768px) {
    .soc {
        padding-top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: auto;
        height: 40px;
        padding-bottom: 0;
    }
}

.soc__item {
    width: 30px;
    height: 30px;
    border: 1px solid #EAECEF;
    border-radius: 2px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: rgb(54, 148, 253);
    font-weight: 500;
    font-size: 6px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 768px) {
    .soc__item {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.soc__item_tg:hover {
    border-color: #0072f5;
}

.soc__item_tw:hover {
    border-color: #0072f5;
}

.soc__item_fb:hover {
    border-color: #0072f5;
}

.soc__item_inst:hover {
    border-color: #0072f5;
}

.soc__item_yt:hover {
    border-color: #0072f5;
}

.soc__item:hover .soc__item-icon {
    opacity: 0;
}

.soc__item:hover .soc__item-icon_active {
    opacity: 1;
}

.soc__item:last-child {
    margin-bottom: 0;
}

.soc__item-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;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.soc__item-icon_active {
    opacity: 0;
}

.soc__item span {
    position: absolute;
    top: 15px;
    left: 15px;
}

.soc__item_lang .soc__item-icon {
    left: 35%;
}

.stat-link {
    position: fixed;
    left: 17px;
    bottom: 20px;
    z-index: 150;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    padding-top: 55px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 1200px) {
    .stat-link {
        display: none;
    }
}

@media (max-height: 700px) {
    .stat-link {
        display: none;
    }
}

.stat-link:hover {
    color: #1AC9FF;
}

.stat-link:hover svg {
    fill: #1AC9FF;
}

.stat-link svg {
    position: absolute;
    top: 0;
    left: 35%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    width: 40px;
    height: 40px;
    fill: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.plan {
    padding: 0px 5px 54px 10px;
    border-radius: 4px;
    background-color: rgba(15, 28, 38, 0.7);
    border: 2px solid rgba(42, 60, 70, 0.7);
    max-width: 170px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.3);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.plan:hover .plan-bar__item:nth-child(2) {
    -webkit-animation: bar 3s linear;
    -moz-animation: bar 3s linear;
    animation: bar 3s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.plan:hover .plan-bar__item:nth-child(3) {
    -webkit-animation: bar .5s linear;
    -moz-animation: bar .5s linear;
    animation: bar .5s linear;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.plan_green:hover, .plan_green.active {
    box-shadow: 0px 0px 6px 1px #6acf25;
    border-color: #6acf25;
}

.text--green {
    color: #6acf25;
    font-weight: 700;
}
.banner__bottom__text{
    text-align: center;
}

.plan_green .plan-bar__item:nth-child(2) {
    background-image: url(../img/green-bar-2.png);
}

.plan_green .plan-bar__item:nth-child(3) {
    background-image: url(../img/green-bar-3.png);
    top: 15px;
}

.plan_blue:hover, .plan_blue.active {
    box-shadow: 0px 0px 6px 1px #3722e8;
    border-color: #3722e8;
}

.text--blue {
    color: #3722e8;
    font-weight: 700;
}

.plan_blue .plan-bar__item:nth-child(2) {
    background-image: url(../img/blue-bar-2.png);
}

.plan_blue .plan-bar__item:nth-child(3) {
    background-image: url(../img/blue-bar-3.png);
    top: 25px;
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.plan_yellow:hover, .plan_yellow.active {
    box-shadow: 0px 0px 6px 1px #2989f6;
    border-color: #2989f6;
}

.text--yellow {
    color: #2989f6;
    font-weight: 700;
}

.plan_yellow .plan-bar__item:nth-child(2) {
    background-image: url(../img/yellow-bar-2.png);
}

.plan_yellow .plan-bar__item:nth-child(3) {
    background-image: url(../img/yellow-bar-3.png);
    top: 35px;
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

@media (max-width: 768px) {
    .plan {
        width: -moz-calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px);
    }
}

@media (max-width: 568px) {
    .plan {
        width: -moz-calc(100% / 2 - 30px);
        width: calc(100% / 2 - 30px);
        margin: 0 15px 25px 15px;
    }
}

.plan:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .plan:last-child {
        margin-bottom: 32px;
    }
}

.plan-bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 35%;
    left: 90%;
    pointer-events: none;
    width: 138px;
    height: 221px;
    overflow: hidden;
}

@media (max-height: 900px) {
    .plan-bar {
        -webkit-transform: translateY(-50%) scale(0.6);
        -moz-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
        left: 80%;
    }
}

@media (max-width: 992px) {
    .plan-bar {
        display: none;
    }
}

.plan-bar__item {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 138px;
    height: 221px;
    overflow: hidden;
}

.plan-bar__item img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.plan-bar__item:nth-child(1) {
    z-index: 1;
}

.plan-bar__item:nth-child(2) {
    z-index: 2;
    height: 0;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.plan-bar__item:nth-child(2) img {
    display: none;
}

.plan-bar__item:nth-child(3) {
    z-index: 3;
    height: 0;
    top: 0;
    bottom: auto;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.plan-bar__item:nth-child(3) img {
    display: none;
}

.plan-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: 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: 992px) {
    .plan-tabs {
        -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: 568px) {
    .plan-tabs {
        -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;
    }
}

.plan-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    font-family: "Mordak", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    right: -moz-calc(100% + 5px);
    right: calc(100% + 5px);
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

.plan-title img {
    width: 17px;
    height: 17px;
    margin: 0 3px;
}

.plan-title_big {
    font-size: 28px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Mordak", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-height: 900px) {
    .plan-title_big {
        margin-bottom: 5px;
    }
}

.plan-title_big img {
    width: 27px;
    height: 27px;
}

.plan-stars {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: -moz-calc(100% + 5px);
    bottom: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.plan-img {
    height: 100px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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;
}


.plan-img img {
    max-width: 100%;
    max-height: 100px;
}

@media (max-height: 900px) {
    .plan-img img {
        max-height: 100px;
    }
}

.plan-chip {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.plan-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .plan-wrap {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.plan-preview {
    width: 65%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .plan-preview {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .plan-preview {
        display: none;
    }
}

.plan-preview img {
    max-width: 100%;
    -webkit-animation: planPreview 10s infinite linear;
    -moz-animation: planPreview 10s infinite linear;
    animation: planPreview 10s infinite linear;
}

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

@media (max-width: 768px) {
    .plan-content {
        width: 100%;
    }
}

.plan-text {
    text-align: center;
    position: relative;
    padding: 5px 0;
    margin-bottom: 25px;
    width: 100%;
}

@media (max-height: 900px) {
    .plan-text {
        display: none;
    }
}

@media (max-width: 1200px) {
    .plan-text {
        display: block;
    }
}

.plan-text p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 11px;
    text-align: center;
}

.plan-text:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 190px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
}

.plan-text:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 190px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
}

.plan-chart {
    padding-bottom: 40px;
    background-image: url(../img/calc-line-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    margin-bottom: 10px;
    max-width: 290px;
}

@media (max-height: 900px) {
    .plan-chart {
        background-image: none;
        padding-bottom: 0;
    }
}

.plan-chart a {
    display: none !important;
}

.plan-chart__item {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.plan-chart__icon {
    position: absolute;
    top: 5px;
    right: 0;
    width: 42px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plan-chart__icon img {
    max-width: 75%;
}

.plan-chart__title {
    height: 35px;
    font-weight: 500;
    font-size: 10px;
    color: #1AC9FF;
    text-transform: uppercase;
    background-image: url(../img/calc-line-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 5px;
}

.plan-chart__box {
    height: 130px;
    width: 100%;
    position: relative;
}

@media (max-height: 900px) {
    .plan-chart__box {
        height: 100px;
    }
}

.plan-chart_reverse {
    background-image: url(../img/calc-line-3-reverse.png);
}

@media (max-height: 900px) {
    .plan-chart_reverse {
        background-image: none;
    }
}

.plan-chart_reverse .plan-chart__title {
    background-image: url(../img/calc-line-3-reverse.png);
    text-align: right;
}

.calc {
    background-image: url("../img/235.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    padding: 20px 0;
    margin-bottom: 30px;
    max-width: 440px;
    width: 100%;
}

@media (max-height: 900px) {
    .calc {
        padding: 10px 0;
        margin-bottom: 15px;
    }
}

.calc_green {
    box-shadow: 0px 0px 6px 1px #6acf25;
    border: 3px solid #6acf25;
}

.calc_blue {
    box-shadow: 0px 0px 6px 1px #3722e8;
    border: 3px solid #3722e8;
}

.calc_yellow {
    box-shadow: 0px 0px 6px 1px #f7ce28;
    border: 3px solid #f7ce28;
}

.calc-title {
    text-align: center;
    font-family: "Mordak", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-height: 900px) {
    .calc-title {
        margin-bottom: 10px;
    }
}

.calc-row {
    padding: 0 15px 20px 15px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../img/calc-line-2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 20px;
}

@media (max-height: 900px) {
    .calc-row {
        margin-bottom: 5px;
    }
}

.calc-row p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

.calc-row span {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1AC9FF;
}

.calc-info {
    padding: 0 15px 25px 15px;
    background-image: url(../img/calc-line-1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media (max-height: 900px) {
    .calc-info {
        padding: 0 15px 10px 15px;
        margin-bottom: 5px;
    }
}

.calc-info__item {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc-info__item p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 1200px) {
    .calc-info__item p {
        font-size: 10px;
    }
}

.calc-info__item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #EAECEF;
}

.calc-info__item sub {
    font-weight: 300;
    bottom: 0;
}

.calc-info__item_left {
    max-width: 120px;
}

.calc-info__item_left span {
    font-size: 18px;
}

.calc-info__item_right {
    margin-top: 30px;
}

.calc-info__item_right:last-child {
    display: block;
}

.calc-input {
    margin: 0 20px 30px 20px;
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 2px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 60px 0 15px;
    height: 45px;
}

@media (max-height: 900px) {
    .calc-input {
        margin: 0 20px 10px 20px;
    }
}

.calc-input ::-webkit-input-placeholder {
    color: #fff;
}

.calc-input :-moz-placeholder {
    color: #fff;
}

.calc-input ::-moz-placeholder {
    color: #fff;
}

.calc-input :-ms-input-placeholder {
    color: #fff;
}

.calc-input ::placeholder {
    color: #fff;
}

.calc-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 55px;
    height: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.calc-input legend {
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    height: 0;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.calc-input input {
    background-color: transparent;
    border: none;
    height: 100%;
    outline: none;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.calc-profit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
}

.calc-profit__item {
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    position: relative;
    padding-left: 50px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.calc-profit__item p {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.calc-profit__item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1AC9FF;
}

.calc-profit__item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    max-width: 40px;
}

.calc-btn {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.calc-btn span {
    width: 218px;
    height: 48px;
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.calc-btn:after {
    z-index: -1;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 574px;
    height: 63px;
    background-image: url(../img/btn-shadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.cert {
    padding-right: 140px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    text-align: right;
    margin-bottom: 30px;
}

.cert-wrap .main-btn {
    margin-bottom: 30px;
}

.cert-img {
    height: 100px;
    width: 120px;
    background-image: url(../img/cert-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cert-img:hover svg {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.cert-img 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: 28px;
    height: 28px;
    fill: url(#gr-green);
    top: 40%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cert h3 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-height: 900px) {
    .cert h3 {
        margin-bottom: 5px;
    }
}

.cert p {
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.cert span {
    color: #1AC9FF;
    font-weight: 700;
    font-family: "GothamPro", sans-serif;
    font-size: 14px;
}

.about-img {
    width: 100%;
    position: relative;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: #000;
}

@media (max-height: 900px) {
    .about-img {
        height: 200px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .about-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .about-img {
        height: 260px;
    }
}

@media (max-width: 568px) {
    .about-img {
        height: 160px;
    }
}


.about-img:before {
    position: absolute;
    right: 35px;
    bottom: -45px;
    z-index: -1;
    width: 160px;
    height: 160px;
    background-image: url(../img/about-box-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: relative;
    z-index: 1;
    opacity: 0.7;
}

.about-img:hover .about-img__btn svg {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.about-img__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    z-index: 10;
    font-weight: 400;
    font-size: 16px;
    color: #1AC9FF;
    text-transform: uppercase;
}

.about-img__btn svg {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
    fill: #1AC9FF;
    width: 80px;
    height: 80px;
}

.about-title {
    padding-left: 90px;
    font-weight: 400;
    font-size: 12px;
    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;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 50px;
}

@media (max-height: 900px) {
    .about-title {
        margin-bottom: 35px;
        display: none;
    }
}

.about-title:after {
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    margin-left: 60px;
}

.about-title span {
    position: relative;
}

.about-title span:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    right: 90%;
    width: 119px;
    height: 50px;
    background-image: url(../img/about-title-line-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.about-title span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    left: 90%;
    width: 119px;
    height: 50px;
    background-image: url(../img/about-title-line-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.about-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .about-info {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.about-info__item {
    width: -moz-calc(100% / 5 - 40px);
    width: calc(100% / 5 - 40px);
    margin-bottom: 50px;
}

@media (max-height: 900px) {
    .about-info__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .about-info__item {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .about-info__item {
        width: -moz-calc(100% / 3 - 40px);
        width: calc(100% / 3 - 40px);
    }
}

@media (max-width: 568px) {
    .about-info__item {
        width: -moz-calc(100% / 2 - 40px);
        width: calc(100% / 2 - 40px);
    }
}

.about-info__item h3 {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1AC9FF;
    text-transform: uppercase;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .about-info__item h3 {
        font-size: 10px;
    }
}

.about-info__item p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}

.about-info__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@media (max-height: 900px) {
    .about-info__head {
        margin-bottom: 5px;
    }
}

.about-info__icon {
    max-width: 55px;
    position: relative;
    width: 100%;
}

.about-info__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 127px;
    height: 127px;
    background-image: url(../img/about-info-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    -webkit-animation: rotate 5s infinite ease-in-out;
    -moz-animation: rotate 5s infinite ease-in-out;
    animation: rotate 5s infinite ease-in-out;
}

@media (max-height: 900px) {
    .about-info__icon:after {
        width: 100px;
        height: 100px;
    }
}

.about-info__icon img {
    max-width: 45px;
}

@media (max-height: 900px) {
    .about-info__icon img {
        height: 40px;
    }
}

.refs-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .refs-info {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.refs-info__item {
    width: -moz-calc(100% / 5 - 15px);
    width: calc(100% / 5 - 15px);
    padding-left: 35px;
    position: relative;
    background-image: url(../img/refs-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .refs-info__item {
        width: -moz-calc(100% / 3 - 15px);
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 568px) {
    .refs-info__item {
        width: -moz-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px);
    }
}

.refs-info__item p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.refs-slider {
    position: relative;
}

@media (max-width: 480px) {
    .refs-slider {
        padding-bottom: 30px;
    }
}

.refs-slider .swiper-wrapper {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.refs-slider .swiper-slide {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.3;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.refs-slider .swiper-slide-prev {
    -webkit-transform: translateX(60px) scale(0.7);
    -moz-transform: translateX(60px) scale(0.7);
    -ms-transform: translateX(60px) scale(0.7);
    transform: translateX(60px) scale(0.7);
}

.refs-slider .swiper-slide-next {
    -webkit-transform: translateX(-60px) scale(0.7);
    -moz-transform: translateX(-60px) scale(0.7);
    -ms-transform: translateX(-60px) scale(0.7);
    transform: translateX(-60px) scale(0.7);
}

.refs-slider .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.refs-slider .swiper-slide-active .refs-slider__item {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.refs-slider__item {
    padding: 50px 60px;
    background-image: url(../img/refs-item-bg.png);
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 100% 100%;
    -webkit-filter: brightness(10);
    filter: brightness(10);
    cursor: pointer;
    max-width: 370px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .refs-slider__item {
        padding: 40px 50px;
    }
}

@media (max-width: 992px) {
    .refs-slider__item {
        padding: 30px 20px;
    }
}

@media (max-width: 568px) {
    .refs-slider__item {
        padding: 30px;
    }
}

.refs-slider__item p {
    font-family: "GothamPro", sans-serif;
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.refs-slider__lvl {
    font-family: "Mordak", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .refs-slider__lvl {
        margin: 0 0 -10px 0;
    }
}

.refs-slider__percent {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 35px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .refs-slider__percent {
        font-size: 50px;
    }
}

.refs-slider__percent-in {
    font-size: 30px;
    color: #fff;
}

.refs-slider__percent-in_1 {
    font-size: 30px;
}

.refs-slider__percent-in_2 {
    font-size: 25px;
}

.refs-slider__percent-in_3 {
    font-size: 20px;
}

.refs-slider__percent-in_4 {
    font-size: 15px;
}

.refs-slider__nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    max-width: 450px;
    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;
    z-index: 10;
}

.refs-slider__nav .swiper-button-prev, .refs-slider__nav .swiper-button-next {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 35px;
    height: 16px;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.refs-slider__nav .swiper-button-prev:hover, .refs-slider__nav .swiper-button-next:hover {
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    border-color: transparent;
}

.refs-slider__nav .swiper-button-prev:hover svg, .refs-slider__nav .swiper-button-next:hover svg {
    opacity: 1;
}

.refs-slider__nav .swiper-button-prev svg, .refs-slider__nav .swiper-button-next svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 40px;
    height: 40px;
    opacity: 0.18;
}

.refs-slider__nav .swiper-button-prev svg {
    top: 15%;
}

.refs-slider__nav .swiper-button-next svg {
    top: 100%;
}

.news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 10px;
    width: 100%;
}

.news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-item__img {
    float: left;
    width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
}

@media (max-width: 568px) {
    .news-item__img {
        float: none;
        margin: 0 auto 30px auto;
    }
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.news-item__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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: 10px;
}

@media (max-width: 768px) {
    .news-item__head {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

@media (max-width: 568px) {
    .news-item__head {
        -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;
    }
}

.news-item__date {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1AC9FF;
}

.news-item__date svg {
    width: 13px;
    height: 13px;
    fill: url(#gr-green);
    margin-right: 10px;
}

.news-item p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
}

.news-item p:last-child {
    margin-bottom: 0;
}

.news-item h3 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 768px) {
    .news-item h3 {
        margin-bottom: 10px;
    }
}

.news-item h3:after {
    top: -moz-calc(100% + 9px);
    top: calc(100% + 9px);
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #1AC9FF;
    content: '';
    position: absolute;
}

@media (max-width: 568px) {
    .news-item h3:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.news-wrap {
    height: 600px;
    padding-right: 15px;
}

@media (max-height: 900px) {
    .news-wrap {
        height: 380px;
    }
}

.pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .pagination {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

.pagination a {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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;
}

.pagination a:hover, .pagination a.active {
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, #1AC9FF 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, #1AC9FF 75%, #1AC9FF 100%);
    color: #fff;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination_left {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .pagination_left {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.faq-tabs .tab {
    padding: 20px 25px;
    border-radius: 15px;
    background-color: #181A20;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #0098EA;
    box-shadow: 15px 15px 16px 0px #0098EA;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.5;
}

.faq-tabs .tab:hover, .faq-tabs .tab.active {
    opacity: 1;
}

.faq-tabs .accordion {
    width: 100%;
}

.faq-tabs .accordion__item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 15px 15px;
    cursor: pointer;
    box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.21);
    margin-bottom: 15px;
    background-color: #232a32;
}

.faq-tabs .accordion__item:last-child {
    margin-bottom: 0;
}

.faq-tabs .accordion__item.active .accordion__head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-tabs .accordion__item.active .accordion__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);
    opacity: 1;
}

.faq-tabs .accordion__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 35px;
    width: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-tabs .accordion__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: 25px;
    height: 25px;
    fill: #0098EA;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.5;
}

.faq-tabs .accordion__head {
    padding: 17px 70px 17px 30px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
}


.faq-tabs .accordion__head p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.faq-tabs .accordion__body {
    padding: 20px 30px 30px 30px;
    display: none;
}

.faq-tabs .accordion__body p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.faq-wrap {
    height: 500px;
    padding-right: 15px;
}

@media (max-height: 900px) {
    .faq-wrap {
        height: 215px;
    }
}

.contacts-title {
    width: 100%;
    text-align: center;
    background-image: url(../img/contacts-title-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-height: 900px) {
    .contacts-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .contacts-title {
        background-image: none;
    }
}

@media (max-width: 768px) {
    .contacts-title {
        background-image: url(../img/contacts-title-bg.png);
    }
}

.contacts-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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-info__item {
    width: 50%;
    padding-right: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-height: 900px) {
    .contacts-info__item {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .contacts-info__item {
        width: 100%;
    }
}

.contacts-info__item p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.contacts-info__item a {
    text-decoration: none;
    color: #fff;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.contacts-info__item a:hover {
    color: #1AC9FF;
}

.contacts-info__item svg {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    fill: aliceblue;
}

.contacts-soc {
    width: 100%;
    margin-bottom: 30px;
}

.contacts-soc .soc {
    position: static;
    border: none;
    height: auto;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.contacts-soc .soc__item {
    margin-bottom: 0;
    margin-right: 15px;
    opacity: 0.8;
}

.contacts-soc .soc__item:hover {
    opacity: 1;
}

.contacts-soc .soc__item:last-child {
    margin-right: 0;
}

.contacts-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 75px;
    background-color: #232a32;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    margin-bottom: 30px;
}

@media (max-height: 900px) {
    .contacts-wrap {
        padding: 10px 75px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .contacts-wrap {
        padding: 30px;
    }
}

.contacts-head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-right: 40px;
    width: 100%;
    white-space: nowrap;
}

.contacts-head:after {
    display: inline-block;
    width: 100%;
    background-image: url(../img/contacts-line.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 20px;
    height: 20px;
    content: '';
}

.contacts-head svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px;
    fill: #fff;
    opacity: 0.2;
}

.contacts-input {
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 50px;
    height: 50px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
}

@media (max-height: 900px) {
    .contacts-input {
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .contacts-input {
        height: 50px;
    }
}

.contacts-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts-input :-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts-input ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts-input ::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts-input:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    right: -1px;
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.contacts-input:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.contacts-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.contacts-input span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    fill: #fff;
    opacity: 0.5;
}

.contacts-input span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}

.contacts-input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.contacts-input textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    resize: none;
}

.contacts-input_text {
    height: 110px;
    padding: 15px 20px;
}

@media (max-height: 900px) {
    .contacts-input_text {
        height: 70px;
    }
}

.contacts-input_text:after, .contacts-input_text:before {
    display: none;
}

.contacts-input button {
    position: absolute;
    z-index: 2;
    right: 4px;
    bottom: 4px;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    width: 30px;
    height: 30px;
    border-radius: 2px;
    outline: none;
    border: none;
    cursor: pointer;
}

.contacts-input button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 15px;
    height: 15px;
}

.contacts-input_capch {
    padding-right: 20px;
    padding-left: 210px;
}

.contacts-input_capch span {
    left: 0;
    right: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    width: 190px;
}

.contacts-input_capch span img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.contacts-subs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(82, 149, 225, 0.7);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .contacts-subs {
        margin-bottom: 30px;
    }
}

.contacts-subs ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-subs :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-subs ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-subs :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-subs ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-subs input {
    background-color: transparent;
    height: 45px;
    border: none;
    outline: none;
    padding: 0 15px;
    color: #fff;
    font-weight: 300;
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    font-size: 14px;
}

.contacts-subs button {
    max-width: 160px;
    width: 100%;
    height: 45px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
}

.wallets {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-height: 900px) {
    .wallets {
        display: none;
    }
}

@media (max-width: 1200px) {
    .wallets {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.wallets-title {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 15px;
    text-transform: uppercase;
    background-image: url(../img/wallets-title-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-height: 900px) {
    .wallets-title {
        display: none;
    }
}

@media (max-width: 1200px) {
    .wallets-title {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.wallets-title img {
    max-width: 40px;
    opacity: 0.8;
    margin-right: 5px;
}

.wallets__item {
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
    padding: 0 5px;
    min-height: 30px;
    position: relative;
    cursor: pointer;
}

.wallets__item:hover .wallets__prev {
    opacity: 0;
}

.wallets__item:hover .wallets__active {
    opacity: 1;
}

.wallets__prev {
    opacity: 0.3;
}

.wallets__prev, .wallets__active {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    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;
    text-align: center;
}

.wallets__prev img, .wallets__active img {
    max-width: 100%;
}

.wallets__active {
    opacity: 0;
}

.stat-slider {
    width: 100%;
    padding: 0 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

@media (max-height: 900px) {
    .stat-slider {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .stat-slider {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .stat-slider {
        background-image: none !important;
    }
}

.stat-slider .swiper-container {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-height: 900px) {
    .stat-slider .swiper-container {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .stat-slider .swiper-container {
        margin-bottom: 25px;
    }
}

.stat-slider .swiper-button-prev, .stat-slider .swiper-button-next {
    background: transparent;
    outline: none;
    position: absolute;
    top: 15px;
    margin: 0;
    width: 20px;
    height: 20px;
}

.stat-slider .swiper-button-prev svg, .stat-slider .swiper-button-next svg {
    width: 20px;
    height: 20px;
    fill: #0098EA;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stat-slider .swiper-button-prev {
    left: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stat-slider .swiper-button-prev svg {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.stat-slider .swiper-button-next {
    right: 15px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.stat-slider .swiper-button-next svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.stat-slider_deposit {
    background-image: url(../img/stat-deposit-bg.png);
}

.stat-slider_withdraw {
    background-image: url(../img/stat-withdraw-bg.png);
}

.stat-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.stat-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 11px;
    color: #4e5653;
    text-transform: uppercase;
    padding: 15px 5px;
    background-color: #dde0e0;
    border-radius: 2px;
}

.stat-head img {
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.stat-info {
    text-align: center;
    padding: 12px 5px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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%;
    background-color: #232a32;
}

.stat-info p {
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}

.stat-info span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.stat-title {
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

.stat-img {
    position: relative;
    height: 230px;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 768px) {
    .stat-img {
        display: none;
    }
}

.stat-img:after {
    width: 407px;
    height: 32px;
    position: absolute;
    right: -50%;
    bottom: -60%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-size: contain;
    background-image: url(../img/stat-shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    -webkit-animation: statShadow 5s infinite linear;
    -moz-animation: statShadow 5s infinite linear;
    animation: statShadow 5s infinite linear;
}

.stat-img img {
    height: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-animation: statBot 5s infinite linear;
    -moz-animation: statBot 5s infinite linear;
    animation: statBot 5s infinite linear;
}

.stat-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .stat-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.stat-list__item {
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #232a32;
    padding: 25px;
    border-radius: 20px;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .stat-list__item {
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        margin: 0 15px 30px 0 !important;
        padding: 15px;
    }
}

.stat-list__item:nth-child(1):after {
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
}

.stat-list__item:nth-child(1), .stat-list__item:nth-child(5) {
    margin-top: 40px;
}

.stat-list__item:nth-child(3):after {
    top: -moz-calc(50% + 20px);
    top: calc(50% + 20px);
}

.stat-list__item:nth-child(2), .stat-list__item:nth-child(4) {
    margin-top: 20px;
}

.stat-list__item:last-child:after {
    display: none;
}

.stat-list__item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 162px;
    pointer-events: none;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .stat-list__item:after {
        display: none;
    }
}

.stat-list__item p {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.stat-list__item p svg {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    fill: #1AC9FF;
    opacity: 0.5;
}

.stat-list__item span {
    font-family: "BERNIERShade", sans-serif;
    font-size: 25px;
    color: #fff;
}

@media (max-width: 480px) {
    .stat-list__item span {
        font-size: 24px;
    }
}

@media (max-height: 900px) {
    .stat-wrap {
        display: none;
    }
}

@media (max-width: 1200px) {
    .stat-wrap {
        display: block;
    }
}

.sign-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media (max-height: 900px) {
    .sign-box_sign {
        display: none;
    }
}

.sign-logo {
    max-width: 234px;
    margin-bottom: 15px;
    width: 100%;
}

.sign-logo img {
    max-width: 100%;
}

.sign-subtitle {
    color: #1AC9FF;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.sign-checkbox {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0;
}

.sign-checkbox input {
    display: none;
}

.sign-checkbox input:checked + span:before {
    opacity: 1;
}

.sign-checkbox span {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.sign-checkbox span a {
    font-weight: 500;
    color: #1AC9FF;
    text-decoration: underline;
}

.sign-checkbox span a:hover {
    text-decoration: none;
}

.sign-checkbox span:after {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #64a0e5;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.sign-checkbox span:before {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1AC9FF;
    content: '';
    opacity: 0;
}

.sign-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
}

.sign-title span {
    width: 28px;
    height: 28px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #1AC9FF;
    border: 1px solid rgba(233, 151, 173, 0.2);
    border-radius: 50%;
    margin-right: 10px;
}

.sign-title-big {
    width: 100%;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}

.sign-wrap {
    display: block;
}

.sign-wrap .main-btn {
    margin-top: 20px;
}

.sign-col {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sign-col_full {
    width: 100%;
}

@media (max-width: 768px) {
    .sign-col {
        width: 100%;
    }
}

.sign-link {
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}

.cab-content {
    /*background-image: url("../img/245.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 220px 70px 50px 70px;
    min-height: 100vh;
    background-color: #1b2025;
}

@media (max-width: 992px) {
    .cab-content {
        padding: 220px 70px 50px 70px;
    }
}

@media (max-width: 768px) {
    .cab-content {
        padding: 280px 0 50px 0;
    }
}

.cab-content .pagination {
    margin-bottom: 20px;
}

.cab-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 568px) {
    .cab-head {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 60px;
    }
}

.cab-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    margin-right: 30px;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .cab-title {
        margin-right: 0;
        text-align: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.cab-title:after {
    display: inline-block;
    background-image: url(../img/cab-title-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    height: 10px;
    width: 100%;
    margin-left: 30px;
}

@media (max-width: 568px) {
    .cab-title:after {
        display: none;
    }
}

.cab-hero {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 70px;
}

.cab-hero__name {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 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;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    background-color: #313c4c;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

.cab-hero__name img {
    width: 55px;
    height: auto;
}

.cab-hero p {
    font-weight: 300;
    font-size: 13px;
    color: #1AC9FF;
    margin-bottom: 5px;
}

.cab-hero span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.cab-balance {
    position: relative;
}

.cab-balance .swiper-container {
    padding: 10px 3px 40px 3px;
}

.cab-balance .swiper-slide-active {
    box-shadow: 0px 0px 3px 3px rgba(233, 151, 173, 0.5);
}

.cab-balance__item {
    background-color: #232a32;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.17);
    padding: 20px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 992px) {
    .cab-balance__item {
        padding: 15px;
    }
}

.cab-balance__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 45px;
    width: 100%;
    margin-bottom: 10px;
}

.cab-balance__head p {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}

.cab-balance__head span {
    font-weight: 300;
    font-size: 10px;
    color: #1AC9FF;
}

.cab-balance__head img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
}

.cab-balance__val {
    padding-top: 10px;
    width: 100%;
    padding-left: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cab-balance__val p, .cab-balance__val p span {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    font-size: 12.9px;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .cab-balance__val p {
        font-size: 14px;
    }
}

.cab-balance__val p sub {
    font-weight: 300;
}

.cab-balance__val span {
    font-weight: 400;
    font-size: 10px;
    font-family: "GothamPro", sans-serif;
    color: #fff;
}

.cab-balance__btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cab-balance__btns a {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cab-balance__btns a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    opacity: 0.6;
    width: 17px;
    height: 17px;
}

.cab-balance__btns a:last-child {
    margin-right: 0;
}

.cab-balance__btns a:hover {
    background-color: #1AC9FF;
}

.cab-balance__btns a:hover svg {
    opacity: 1;
}

.cab-balance__btns-in svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
    -moz-transform: translate(-50%, -50%) rotate(-90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
}

.cab-balance__btns-out:hover {
    background-color: #eb0607 !important;
}

.cab-balance__btns-out svg {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    -moz-transform: translate(-50%, -50%) rotate(90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

.cab-balance__nav {
    position: absolute;
    bottom: 0;
    right: 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: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cab-balance__nav .swiper-button-prev, .cab-balance__nav .swiper-button-next {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 35px;
    height: 16px;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.cab-balance__nav .swiper-button-prev:hover, .cab-balance__nav .swiper-button-next:hover {
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    border-color: transparent;
}

.cab-balance__nav .swiper-button-prev:hover svg, .cab-balance__nav .swiper-button-next:hover svg {
    opacity: 1;
}

.cab-balance__nav .swiper-button-prev svg, .cab-balance__nav .swiper-button-next svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 40px;
    height: 40px;
    opacity: 0.18;
}

.cab-balance__nav .swiper-button-prev {
    margin-right: 10px;
}

.cab-balance__nav .swiper-button-prev svg {
    top: 15%;
}

.cab-balance__nav .swiper-button-next svg {
    top: 100%;
}

.cab-subtitle {
    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;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.cab-subtitle:after, .cab-subtitle:before {
    display: inline-block;
    height: 82px;
    width: 100%;
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
}

.cab-subtitle:after {
    background-position: left center;
    background-image: url(../img/cab-subtitle-line-2.png);
}

.cab-subtitle:before {
    background-position: right center;
    background-image: url(../img/cab-subtitle-line-1.png);
}

.cab-refs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
    height: 50px;
    padding-left: 35px;
    padding-right: 160px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

.cab-refs span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.cab-refs__link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 150px;
    padding-left: 40px;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}

.cab-refs__link svg {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    fill: #fff;
}

.cab-refs__link:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 39px;
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
}

.cab-refs-stat {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-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: 40px 0 40px 140px;
    margin-bottom: 20px;
}

.cab-refs-stat__icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #1AC9FF;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.cab-refs-stat__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    content: '';
}

.cab-refs-stat__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #0098EA;
    opacity: 1;
    width: 35px;
    height: 35px;
}

.cab-refs-stat__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.cab-refs-stat__item:last-child {
    margin-bottom: 0;
}

.cab-refs-stat__item p {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.cab-refs-stat__item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.cab-refs-stat__item:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1AC9FF;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
}

.cab-refs-stat__item:last-child:after {
    opacity: 0.5;
}

.cab-refs-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cab-refs-info__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 120px;
}

.cab-refs-info__item p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.cab-refs-info__item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1AC9FF;
}

.cab-refs-info__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 40px;
}

.cab-refs-info__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    fill: #0098EA;
}

.cab-refs-info__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 70%;
    width: 127px;
    height: 127px;
    background-image: url(../img/about-info-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    -webkit-animation: rotate 5s infinite ease-in-out;
    -moz-animation: rotate 5s infinite ease-in-out;
    animation: rotate 5s infinite ease-in-out;
}

.cab-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .cab-info {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.cab-info__item {
    width: 207px;
    height: 119px;
    padding: 23px;
    background-image: url(../img/cab-info-bg.png);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: 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: 15px;
}

@media (max-width: 992px) {
    .cab-info__item {
        margin: 0 20px 15px 20px;
    }
}

.cab-info__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.cab-info__title svg {
    width: 30px;
    height: 30px;
    fill: url(#gr-orange);
    margin-right: 10px;
}

.cab-info__val {
    width: 100%;
    text-align: center;
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.cab-main-plan .plan {
    width: 150px;
    height: 190px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .cab-main-plan .plan {
        width: 100%;
        margin: 0 auto 40px auto;
    }
}

.cab-main-plan .plan-img {
    width: 100%;
    height: 100%;
}

.cab-main-plan .plan-img img {
    height: 115px;
    padding-top: 5px;
}

.cab-main-plan .plan-title {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: auto;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.cab-main-plan .plan-bar {
    left: 75%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.cab-plans {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .cab-plans {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.cab-plans label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cab-plans label {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cab-plans input {
    display: none;
}

.cab-plans input:checked + .cab-plans__item .cab-plans__content {
    display: block;
}

.cab-plans input:checked + .cab-plans__item .plan:before {
    opacity: 1;
}

.cab-plans input:checked + .cab-plans__item .plan_green {
    box-shadow: 0px 0px 6px 1px #6acf25;
    border-color: #6acf25;
}

.cab-plans input:checked + .cab-plans__item .plan_green .plan-bar__item:nth-child(2) {
    background-image: url(../img/green-bar-2.png);
}

.cab-plans input:checked + .cab-plans__item .plan_green .plan-bar__item:nth-child(3) {
    background-image: url(../img/green-bar-3.png);
    top: 15px;
}

.cab-plans input:checked + .cab-plans__item .plan_blue {
    box-shadow: 0px 0px 6px 1px #3722e8;
    border-color: #3722e8;
}

.cab-plans input:checked + .cab-plans__item .plan_blue .plan-bar__item:nth-child(2) {
    background-image: url(../img/blue-bar-2.png);
}

.cab-plans input:checked + .cab-plans__item .plan_blue .plan-bar__item:nth-child(3) {
    background-image: url(../img/blue-bar-3.png);
    top: 25px;
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.cab-plans input:checked + .cab-plans__item .plan_yellow {
    box-shadow: 0px 0px 6px 1px #f7ce28;
    border-color: #f7ce28;
}

.cab-plans input:checked + .cab-plans__item .plan_yellow .plan-bar__item:nth-child(2) {
    background-image: url(../img/yellow-bar-2.png);
}

.cab-plans input:checked + .cab-plans__item .plan_yellow .plan-bar__item:nth-child(3) {
    background-image: url(../img/yellow-bar-3.png);
    top: 35px;
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.cab-plans input:checked + .cab-plans__item .plan-bar__item:nth-child(2) {
    -webkit-animation: bar 3s linear;
    -moz-animation: bar 3s linear;
    animation: bar 3s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cab-plans input:checked + .cab-plans__item .plan-bar__item:nth-child(3) {
    -webkit-animation: bar .5s linear;
    -moz-animation: bar .5s linear;
    animation: bar .5s linear;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cab-plans .plan {
    margin-bottom: 0;
    margin-right: 70px;
    width: 150px;
    height: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .cab-plans .plan {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.cab-plans .plan:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 10;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3) inset;
}

.cab-plans .plan:before {
    position: absolute;
    z-index: 11;
    content: '';
    top: 16px;
    left: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: -moz-linear-gradient(top, #6fdf21 0%, #a9d740 100%);
    background: linear-gradient(to bottom, #6fdf21 0%, #a9d740 100%);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.cab-plans .plan-bar {
    left: 75%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

@media (max-width: 768px) {
    .cab-plans .plan-bar {
        display: block;
    }
}

.cab-plans .plan-img {
    width: 100%;
    height: 100%;
}

.cab-plans .plan-img img {
    max-height: 100%;
}

.cab-plans__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .cab-plans__item {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cab-plans__content {
    background-image: url("../img/cab-plan-info.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 2px solid #8c8c8c;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.54);
}

.cab-plans__content-title {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cab-plans__content-title svg {
    width: 35px;
    height: 35px;
    fill: url(#gr-orange);
    margin-right: 10px;
}

.cab-plans__content-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cab-plans__content-item:last-child {
    margin-bottom: 0;
}

.cab-plans__content-item p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.cab-plans__content-item span {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.cab-plans__content_deposit {
    display: block;
    width: 100%;
}

.cab-plans__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: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.cab-plans__row:last-child {
    margin-bottom: 0;
}

.cab-plans__title {
    max-width: 205px;
    width: 100%;
    padding-right: 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: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.cab-plans__title svg {
    width: 20px;
    height: 20px;
    fill: #0098EA;
    margin-right: 10px;
    min-width: 20px;
}

.cab-plans__val {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cab-plans__val p {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.cab-plans__val p span {
    font-size: 20px;
    font-weight: 700;
}

.cab-plans__percent {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1AC9FF;
    margin-right: 10px;
}

.cab-plans__range {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.cab-input {
    padding-right: 70px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cab-input {
        margin-bottom: 20px;
    }
}

.cab-input input {
    font-weight: 700;
}

.cab-input span {
    width: 80px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .cab-select {
        margin-bottom: 20px;
    }
}

.cab-select .jq-selectbox {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 20px center;
    position: relative;
}

.cab-select .jq-selectbox:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    right: -1px;
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.cab-select .jq-selectbox:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.cab-select .jq-selectbox__select {
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 2px;
    padding-left: 70px;
    padding-right: 60px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.cab-select .jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}

.cab-select .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top-color: rgba(255, 255, 255, 0.5) !important;
}

.cab-select .jq-selectbox__dropdown {
    background-color: #253342;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.cab-select .jq-selectbox__dropdown li {
    padding: 9px 5px 9px 40px;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "GothamPro", sans-serif;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

.cab-select .jq-selectbox__dropdown li:hover, .cab-select .jq-selectbox__dropdown li.sel {
    color: white;
    background-color: #1AC9FF;
}

.cab-select .jq-selectbox__dropdown li:last-child {
    border-bottom: none;
}

.cab-deposit {
    margin-bottom: 30px;
}

.cab-deposit-plan {
    margin-bottom: 20px;
}

.cab-deposit-plan .active .plan:before {
    opacity: 1;
}

.cab-deposit-plan .active .plan_green {
    box-shadow: 0px 0px 6px 1px #6acf25;
    border-color: #6acf25;
}

.cab-deposit-plan .active .plan_green .plan-bar__item:nth-child(2) {
    background-image: url(../img/green-bar-2.png);
}

.cab-deposit-plan .active .plan_green .plan-bar__item:nth-child(3) {
    background-image: url(../img/green-bar-3.png);
    top: 15px;
}

.cab-deposit-plan .active .plan_blue {
    box-shadow: 0px 0px 6px 1px #3722e8;
    border-color: #3722e8;
}

.cab-deposit-plan .active .plan_blue .plan-bar__item:nth-child(2) {
    background-image: url(../img/blue-bar-2.png);
}

.cab-deposit-plan .active .plan_blue .plan-bar__item:nth-child(3) {
    background-image: url(../img/blue-bar-3.png);
    top: 25px;
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.cab-deposit-plan .active .plan_yellow {
    box-shadow: 0px 0px 6px 1px #f7ce28;
    border-color: #f7ce28;
}

.cab-deposit-plan .active .plan_yellow .plan-bar__item:nth-child(2) {
    background-image: url(../img/yellow-bar-2.png);
}

.cab-deposit-plan .active .plan_yellow .plan-bar__item:nth-child(3) {
    background-image: url(../img/yellow-bar-3.png);
    top: 35px;
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.cab-deposit-plan .active .plan-bar__item:nth-child(2) {
    -webkit-animation: bar 3s linear;
    -moz-animation: bar 3s linear;
    animation: bar 3s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cab-deposit-plan .active .plan-bar__item:nth-child(3) {
    -webkit-animation: bar .5s linear;
    -moz-animation: bar .5s linear;
    animation: bar .5s linear;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cab-deposit-plan .plan {
    margin-bottom: 0;
    margin-right: 70px;
    width: 150px;
    height: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .cab-deposit-plan .plan {
        margin: 0 auto 30px auto;
    }
}

.cab-deposit-plan .plan-bar {
    left: 75%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

@media (max-width: 768px) {
    .cab-deposit-plan .plan-bar {
        display: block;
    }
}

.cab-deposit-plan .plan-img {
    width: 100%;
    height: 100%;
}

.cab-deposit-plan .plan-img img {
    max-height: 100%;
}

.cab-filter {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cab-filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.cab-filter p {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
}

@media (max-width: 992px) {
    .cab-filter p {
        min-width: 40px;
    }
}

.cab-filter__box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .cab-filter__box {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .cab-filter__box {
        width: 100%;
    }
}

.cab-filter__box .jq-selectbox {
    max-width: 170px;
    width: 100%;
    margin-right: 10px;
}

.cab-filter__box .jq-selectbox:last-child {
    margin-right: 0;
}

.cab-filter__box .jq-selectbox__select {
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
}

.cab-filter__box .jq-selectbox__trigger {
    border: none;
    height: 100%;
    width: 25px;
}

.cab-filter__box .jq-selectbox__trigger-arrow {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cab-filter__box .jq-selectbox__dropdown {
    background-color: #253342;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.cab-filter__box .jq-selectbox__dropdown li {
    padding: 9px 5px 9px 10px;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "GothamPro", sans-serif;
}

.cab-filter__box .jq-selectbox__dropdown li:hover, .cab-filter__box .jq-selectbox__dropdown li.sel {
    color: white;
    background-color: #1AC9FF;
}

.cab-filter__box .jq-selectbox__dropdown li:last-child {
    border-bottom: none;
}

.cab-table {
    width: 100%;
    position: relative;
}

.cab-table:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    right: -1px;
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.cab-table:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.cab-table table {
    width: 100%;
    border-collapse: collapse;
}

.cab-table thead {
    background-color: #2f8cf5;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cab-table tbody tr {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 768px) {
    .cab-table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
        margin-bottom: 0;
    }
}

.cab-table td {
    padding: 15px 20px;
}

@media (max-width: 768px) {
    .cab-table td {
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .cab-table td:last-child {
        border-bottom: none !important;
    }
}

.cab-table td:before {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.cab-table__title {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.cab-table__date {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .cab-table__date {
        font-size: 11px;
    }
    .cab-hero p {
        font-size: 11px;
    }
}

.cab-table__text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.cab-table__val {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.cab-table__wallet {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.cab-table__wallet img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

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

.cab-banners .tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .cab-banners .tabs {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 30px;
    }
}

.cab-banners .tab {
    padding-top: 10px;
    margin-bottom: -3px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 10px;
}

@media (max-width: 568px) {
    .cab-banners .tab {
        font-size: 12px;
    }
}

.cab-banners .tab:last-child {
    margin-right: 0;
}

.cab-banners .tab:hover {
    color: #1AC9FF;
}

.cab-banners .tab.active {
    color: #fff;
    border-bottom-color: #1AC9FF;
    background-color: rgb(15, 178, 227, 0.8);
    padding: 10px;
}

.cab-banners .cab-subtitle {
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

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

.cab-banners__img {
    margin-bottom: 40px;
    max-width: 60%;
}

@media (max-width: 768px) {
    .cab-banners__img {
        max-width: 100%;
    }
}

.cab-banners__img img {
    max-width: 100%;
}

.cab-banners__link {
    width: 100%;
    border-radius: 2px;
    position: relative;
    padding-left: 30px;
    padding-right: 130px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-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: 300;
    font-size: 14px;
    color: #fff;
}

.cab-banners__link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 8px;
    background-image: url(../img/faq-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.cab-banners__link span {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cab-banners__copy {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 120px;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.cab-banners__copy svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 27px;
    height: 27px;
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -moz-transform: translate(-50%, -50%) scale(-1);
    -ms-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
}

.cabinet-settings {
    margin-bottom: 30px;
}

.cabinet-security {
    padding: 40px 0;
}

.cabinet-security__title {
    width: 100%;
    padding-left: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #363636;
}

@media (max-width: 768px) {
    .cabinet-security__title {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.cabinet-security__box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .cabinet-security__box {
        padding: 20px 30px;
    }
}

.cabinet-security__box:last-child {
    margin-bottom: 0;
}

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

@media (max-width: 768px) {
    .cabinet-security__form {
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cabinet-security__form-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cabinet-security__form-row {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cabinet-security__form-row_bar {
    margin-bottom: 40px;
}

.cabinet-security__form-row:last-child {
    margin-bottom: 0;
}

.cabinet-security__form-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 768px) {
    .cabinet-security__form-text {
        margin-bottom: 10px;
        text-align: center;
    }

    .cabinet-security__form-text:last-child {
        margin-bottom: 0;
    }
}

.cabinet-security__form-text a {
    color: #1AC9FF;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cabinet-security__form-text a:hover {
    text-decoration: none;
}

.cabinet-security__form-bar {
    max-width: 460px;
    width: 100%;
    margin-left: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 8px;
    background-color: #25313c;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .cabinet-security__form-bar {
        margin-left: 0;
    }
}

.cabinet-security__form-bar__label {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.cabinet-security__form-bar__label input {
    display: none;
}

.cabinet-security__form-bar__label input:checked + .cabinet-security__form-bar__wrap {
    background-color: #1AC9FF;
}

.cabinet-security__form-bar__wrap {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2f3d4b;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -5px;
}

.cabinet-security__form-bar__wrap span {
    position: absolute;
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cabinet-security__form-checkbox {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.cabinet-security__form-checkbox input {
    display: none;
}

.cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap {
    background-color: #1AC9FF;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 40px 0 25px;
}

.cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap:after {
    left: -moz-calc(100% - 5px);
    left: calc(100% - 5px);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
    opacity: 1;
    display: block;
}

.cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_disabled {
    opacity: 0;
    display: none;
}

.cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap {
    padding: 0 20px 0 55px;
    opacity: 1;
    width: 145px;
    height: 40px;
}

.cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap:after {
    width: 30px;
    height: 30px;
}

.cabinet-security__form-checkbox-big input:checked + .cabinet-security__form-checkbox__wrap {
    padding: 0 55px 0 20px;
}

.cabinet-security__form-checkbox__wrap {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 30px;
    width: 90px;
    padding: 0 25px 0 40px;
}

.cabinet-security__form-checkbox__wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
}

.cabinet-security__form-checkbox__wrap span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
}

.cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
    display: none;
}

.cabinet-security__form-input {
    position: relative;
    width: 100%;
}

.cabinet-security__form-input .cabinet-security__form-submit {
    height: 100%;
    max-width: 90px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.cabinet-security__form-input_small {
    max-width: 320px;
}

.cabinet-security__form-input input {
    height: 45px;
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cabinet-security__form-qr {
    width: 80px;
    height: 80px;
    background-color: #343436;
}

.cabinet-security__form-qr img {
    width: 100%;
    height: 100%;
}

.cabinet-security__form-submit {
    text-transform: uppercase;
    max-width: 110px;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
    font-weight: 700;
    font-family: "GothamPro", sans-serif;
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border: none;
}

.cabinet-security__form-submit:hover {
    background-color: #1AC9FF;
}

.cabinet-settings__label {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.cabinet-settings__label p {
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
}

.cabinet-settings__input {
    width: 100%;
    position: relative;
    padding-right: 75px;
    padding-left: 20px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.cabinet-settings__input svg {
    opacity: 0.3;
}

.cabinet-settings__input svg, .cabinet-settings__input img {
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    fill: #fff;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 2;
}

.cabinet-settings__input:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    height: 70%;
    width: 1px;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
}

.cabinet-settings__input input {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

.cabinet-settings__title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 568px) {
    .cabinet-settings__title {
        text-align: center;
    }
}

.cabinet-settings__title span {
    text-decoration: underline;
    color: #1AC9FF;
}

.cabinet-settings__check {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.cabinet-settings__check p {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.cabinet-settings__check input {
    display: none;
}

.cabinet-settings__check input:checked + span {
    color: #1AC9FF;
}

.cabinet-settings__check input:checked + span:after {
    right: 0;
    background-color: #1AC9FF;
}

.cabinet-settings__check span {
    position: relative;
    padding-right: 90px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cabinet-settings__check span:after {
    width: 20px;
    height: 20px;
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    background-color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.cabinet-settings__check span:before {
    z-index: 1;
    height: 8px;
    width: 50px;
    border-radius: 20px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cabinet-settings__steps {
    width: 100%;
    margin-bottom: 25px;
}

.cabinet-settings__steps p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.cabinet-settings__steps p a {
    text-decoration: underline;
    color: #1AC9FF;
}

.cabinet-settings__bot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 568px) {
    .cabinet-settings__bot {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cabinet-settings__img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

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

.cabinet-settings__img img {
    width: 100px;
    height: 100px;
}

.cabinet-settings__gg {
    position: relative;
    max-width: 540px;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 0 170px 0 20px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);
}

.cabinet-settings__gg input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
    color: #fff;
}

.cabinet-settings__gg button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 150px;
    height: 100%;
    background: -moz-linear-gradient(top, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    background: linear-gradient(to bottom, #1AC9FF 0%, rgb(14, 100, 197) 25%, #1AC9FF 50%, rgba(255, 255, 255, 0.8) 75%, #1AC9FF 100%);
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    resize: none;
    font-weight: 700;
    font-family: "GothamPro", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.text-center {
    text-align: center;
}
.news-item.cab-balance__item{
    display: block;
}
@media (min-width: 992px) {
    .news-item.cab-balance__item{
        display: flex;
    }
}
.withdraw-form, .buypower-form{
    display: block;
}
@media (min-width: 770px) {
    .withdraw-form, .buypower-form{
        display: flex;
    }
}
.cab-plans__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.text-success{
    color: #46e655;
}
.text-danger{
    color: #e60e29;
}
.text-white{
    color: #ffffff;
}
.icon_bp{
    height: 23px;
}
.icon_dashboard{
    height: 45px;
}
.nicescroll-cursors{
    background-color: #1AC9FF;
}
.w-100{
    width: 100% !important;
}
.message_text_warning {
    color: #9f6000;
    background-color: #1AC9FF;
}
.message_text_warning.attention {
    color: #fff;
    background-color: #792424;
}
.message_text_error, .message_text_info, .message_text_success, .message_text_warning {
    font-family: segoe ui,Arial,sans-serif;
    padding: 31px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
.m-bonus {
    width: 100%;
}
.message_text_warning.attention .m-bonus .m-left {
    width: 100%;
    color: #fff;
}
.m-bonus .m-left {
    width: 77%;
    color: #181A20;
}
.m-bonus .m-left span {
    font-size: 20px;
}
.m-bonus .m-right {
    width: 20%;
}
.message_text_warning a {
    text-decoration: none;
    font-weight: 800;
    color: #fff23e;
}
.announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff0000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.announcement-bar p {
    margin: 0;
}
.tree {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 12%;
    bottom: 55px;
}

.tree-triangle3 {
    position: absolute;
    width: 66%;
    height: 36%;
    bottom: 20%;
    right: 0%;
    background: #034f33;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.tree-triangle2 {
    position: absolute;
    width: 53%;
    height: 33%;
    bottom: 35%;
    right: 4%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #046944;
    z-index: 2;
}

.tree-triangle1 {
    position: absolute;
    width: 42%;
    height: 25%;
    bottom: 50%;
    right: 9.5%;
    background: #038052;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 3;
}

.trunk {
    position: absolute;
    width: 10%;
    height: 16%;
    background: #66503e;
    z-index: -1;
    bottom: 5%;
    right: 26%;
}

.ornament {
    position: absolute;
    width: 10%;
    height: 10%;
    border-radius: 50%;
    box-shadow: 0 0 3px #033b26;
    /*   background: #eb5252; */
    z-index: 4;
}

.shine {
    position: absolute;
    width: 55%;
    height: 55%;
    top: 10%;
    right: 5%;
    border-radius: 50%;
    background: white;
    filter: opacity(60%);
}

.or1 {
    right: 22%;
    top: 34%;
    background: #0742d9;
}

.or2 {
    right: 34%;
    top: 45%;
    background: #c91212;
}

.or3 {
    right: 14%;
    top: 49%;
    background: #dbb700;
}

.or4 {
    right: 28%;
    top: 62%;
    background: #0742d9;
}

.or5 {
    right: 45%;
    top: 69%;
    background: #dbb700;
}

.or6 {
    right: 10%;
    top: 68%;
    background: #c91212;
}

.star {
    position: absolute;
    width: 20%;
    height: 20%;
    background: #ffe380;
    clip-path: polygon(
            50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%
    );
    right: 20.5%;
    top: 11%;
    z-index: 4;
}

.star-highlight {
    position: absolute;
    width: 20%;
    height: 20%;
    background: #fff1bf;
    clip-path: polygon(
            50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            50% 70%,
            50% 60%,
            50% 46%,
            50% 36%
    );
    right: 20.5%;
    top: 11%;
    z-index: 4;
}

.star-light {
    position: absolute;
    width: 20%;
    height: 20%;
    background: #fff1bf;
    filter: opacity(0.7);
    border-radius: 50%;
    right: 20.5%;
    top: 11%;
    z-index: 3;
    animation: star 3s ease-in-out infinite;
}

@keyframes star {
    100% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1.1);
    }
    0% {
        transform: scale(0.5);
    }
}
.container-tree {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
    z-index: 2;
}
@media (max-width: 1500px) {
    .container-tree {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 180px;
        height: 180px;
    }
}
.christmas-button {
    display: inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    min-width:100px;
    padding: 22px 33px;
    font-family: 'Lobster', cursive;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75);
    background: #5e0d0c;
    outline: none;
    border-radius: 15px;
    border: 1px solid #4c0300;
    box-shadow:
            inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
            inset 0 0 6px #a23227, /* inner glow */
            inset 0 80px 80px -40px #ac3223, /* gradient */
            1px 1px 3px rgba(0,0,0,0.75); /* shadow */

    position: relative;
    overflow: visible; /* IE9 & 10 */
    -webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
    -o-transition: 500ms linear;
    transition: 500ms linear;
}

.christmas-button::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0,
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAXCAYAAABOHMIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABiZJREFUeNrsWMtPlFcUvzPMwIDysLyRR4uATDHWCiVgSmRlios2DeiiXUFs0nRBd6arxqQhJDapkYXhP4BqDKTQhZaFNQSCaBEVJjwdHsNr5DUMDDPDzPT3u7nTDEgRKrKgc5KT+z3uufec33de99P4fD4RpL2RNgjB3kn35MkTeRERESFiYmLkGBoaKnQ6nWSNRvPPZFxr+vv7k6KioiIdDsfa8vLyQkFBgcP3Bnel3MDAQArWI0eFhISE87nb7bZ7PJ4VvLYuLi5O5+fnu9+kMNfq6+tLjIyMzMY6KeBEbK/XarXReI3lPDZMWcc4v7GxYV1dXR3Jy8ub2E5HPvJ6vRSSDH0ku1wuAfsEZOV1IEFHoeNFdHS0yMrK2knR0Lm5uR+hxLdQMjbwHTZbB41h8RGwCdc9MzMzneHh4bGJiYlf4SN8ijkfwqiIncCAAR7Iz2GPSShudjqdfeCeqampvwBQfFxc3JdYqwTv8gB8/F48A8BgKecE14V+L7ju2tpae05OzkuCCZvkPOj8mizmC6vVKtmPu+bx48cC3qI1mUyFUOyywWD4SHlELBaLJmCHNcwAghuAOujtuF4FqHO4nsX4EsAS3I4TJ04ME1h8PDE9PS09TYZoY2Pj1729vd6lpSVfkDYTPG0UkfNDRUWFgQ5Gb2Mh0N29e9eG/GQfHh4W8/PzwUy/ObQ/gMfVVlZW1iAiZdQxp3nv3LljRoL/5erVq1UIxzSiiVD9X4EDYATynCwAzGO858hCQRoaGmJFZNJz8YIcBc4BF966dau6sLAwBxVSJCUlCSThQwuU3W6XkYUok1Vzm5znQx5bbm9v77p+/frPeNSNRzZ/ISBwrG4ZR48eLamtrf2+uLjYSEG9Xi/wTISFhQlWGXohyzO/CJlVl23KQRLbABoaHx+/Z1lUZ/Hq1SsJFj3JT3hmHx8fnydPTEzMj46OziHPW2w22wxeD4Kfgadh/4YEzU8Az4DhffAn5eXlX1y6dKkEoCTspAQ9Mjs7+0BBo8Fms1lkZGTsOo0QLLRNkvnR+fEJzIMHD0xtbW39CL8JTFtSbAOvBIyLHIGVm9VzE2gKuDAMSSpcT6KXyT137lx2cnLyMXhcGDb3wq3XuWF3d/fCzZs3P0c4v5eSknJQbYLo7Ox0gC2lpaVZ3Be67Th/dnZWoAJKsJC3XA8fPhxoamp6hMb+BaaMgWcUMGtszZjiFDNmvcDI91pzG0iY4ARwkwrxkcHBwUdgNrRMbnrqoRbkVzDcvn3bl5qaWsmcgFH4G8XdEGUWFhak51AuISFBnkoCTyFbyWKxCJwIxlC0fq2rq7tcVFRkRKskjh8/Lr0+kBjCCDV/knfdv3//WX19/R8IRRNemxlu4AXwKqM+EJwdj1HbPYSwh3sCPAJDABm2LLchCjS+5/kirKGhwWk0GrMuXrxYQuX9hm/XXTMXMY+srKwI5ApZrbYmZh7deEJhAUKjLe/pLTzSsCuHrK+1tbUJVe3P6upq87Vr174rKysrYHVj/uW+OH3IfEuw4F3ee/fuPQfAvwOs5yyE4CnlFOu7BWrTCWlreO6FACpBZGwUw4BvkANLobReHb3kGZYGsGzTq/zlO8AT1ru6uoZbWlqeA6gINJAfnz59OlVLoX8Jtebm5raampqfcMvQYgTknz9//sKVK1c+y83NTdIEuCnaKMuNGzd+6+np6cCtSTkAw9D9X8Dyh+dbgaaAC1XAnUlPTy+qqqq6cPbs2UzkmWjNljiDJzpwHFnCkW2yo6NjCKW8H54wjlezKvRT09LSTsJrz5w6dSoN+Yp51ADAPUj8VoDbDq9pxrwuJcNIYQllJTIi/xopBw/VA7DJp0+f9hA78CgL5F5C8J2CpoCj8sfA6WCe/FPRhsRlZmbGIs8Y4FFO5CJgtrSsvrRVGW1V93b1myoGnKAKEcHgnwsWpg1lNI0fphwrmdqbckeU18WrnlOjqp5/j7W3BWvfQVPKa5SBkcrYCNVB65TRTlWZ1lXiXVU5xbtlDb2SPaLWYwrgHIcqPg6Vc7fbX69Yoyqfa7/AeiegbWOEVhmsVcWDwPn224iDJgla8Hd38Hd3ELQgaIeI/hZgAIPEp0vmQJdoAAAAAElFTkSuQmCC) no-repeat 50% 0,
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;

}
.christmas-button:hover {
    background: #a61715;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75), 0 0 40px #FFF;
    box-shadow:
            inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
            inset 0 0 6px #da3b2c, /* inner glow */
            inset 0 80px 80px -40px #dd4330, /* gradient */
            1px 1px 3px rgba(0,0,0,0.75); /* shadow */

}
.christmas-button:focus {
    outline: none; /*FF*/
}
.christmas-button:active {
    box-shadow:
            inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
            inset 0 0 6px #da3b2c, /* inner glow */
            inset 0 80px 80px -40px #dd4330, /* gradient */
            0px 1px 0px rgba(255,255,255,0.25); /* shadow */

    -webkit-transition: 50ms linear;
    -moz-transition: 50ms linear;
    -o-transition: 50ms linear;
    transition: 50ms linear;
}
.centerer{
    position: fixed;
    bottom: 0;
    right: 0;
}

@media (max-width: 1500px) {
    .christmas-button{
        font-size: 14px;
        line-height: 14px;
    }
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none;
}
.skiptranslate{
    display: none;
}