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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    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 {
    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] {
    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;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 21, 2017 9:51 AM */
@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-LightIt.eot");
    src: url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Extrabld.eot");
    src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Semibold.eot");
    src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-ThinIt.eot");
    src: url("../fonts/ProximaNova-ThinIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ThinIt.woff") format("woff"), url("../fonts/ProximaNova-ThinIt.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-SemiboldIt.eot");
    src: url("../fonts/ProximaNova-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNova-SemiboldIt.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-RegularIt.eot");
    src: url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Bold.eot");
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-BoldIt.eot");
    src: url("../fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BoldIt.woff") format("woff"), url("../fonts/ProximaNova-BoldIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-ExtrabldIt.eot");
    src: url("../fonts/ProximaNova-ExtrabldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ExtrabldIt.woff") format("woff"), url("../fonts/ProximaNova-ExtrabldIt.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-BlackIt.eot");
    src: url("../fonts/ProximaNova-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BlackIt.woff") format("woff"), url("../fonts/ProximaNova-BlackIt.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

.color-inside .red {
    color: #EE3D48;
}

.color-inside .yellow {
    color: #eed63d;
}

.color-inside .green {
    color: #51c900;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: "Proxima Nova", sans-serif;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container--small {
    max-width: 1195px;
}

button, input[type=submit] {
    cursor: pointer;
}

.canvas-bg {
    height: 100vh;
}

fieldset {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.loginzHead {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 50;
    margin: 20px 0;
}

.section {
    transition: all 0.3s;
}

.container--inner-page {
    transition: opacity 0.3s, transform 0.3s;
}

body.burger-menu-active .footer {
    opacity: 0;
}

body.burger-menu-active #fp-nav {
    opacity: 0 !important;
}

body.burger-menu-active .section {
    opacity: 0;
    transform: translateX(60px);
}

body.burger-menu-active .h-head__cab-links, body.burger-menu-active .h-head__lang {
    transform: translateY(-120px);
}

@media screen and (max-width: 560px) {
    body.burger-menu-active .h-head__lang {
        transform: translateY(28px);
    }
}

body.burger-menu-active .container--inner-page {
    opacity: 0;
    transform: translateX(120px);
}

body.burger-menu-active .page-layout__sidebar {
    opacity: 0;
    transform: translateX(-120px);
}

body.burger-menu-active .page-layout__body-inner {
    opacity: 0;
    transform: translateX(120px);
}

body.burger-menu-active .page-layout__title {
    opacity: 0;
    transform: translateY(-140px);
}

body.burger-menu-active .page-layout__info {
    opacity: 0;
    transform: translateY(-120px);
}

body.burger-menu-active .page-layout__logout-link {
    opacity: 0;
    transform: translateY(-100px);
}

form > .err {
    color: #EE3D48;
    font-size: 14px;
    font-weight: 500;
}

#jqcaptcha {
    margin: 30px auto !important;
}

html, body {
    overflow-x: hidden;
}

.fp-scrollable .section {
    height: auto !important;
    min-height: unset !important;
}

.fp-scrollable .section.intro {
    padding-bottom: 85px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.intro {
        padding-bottom: 79px;
    }
}

.fp-scrollable .section.features {
    margin-bottom: 105px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.features {
        margin-bottom: 95px;
    }
}

.fp-scrollable .section.stat {
    margin-bottom: 111px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.stat {
        margin-bottom: 104px;
    }
}

.fp-scrollable .section.h-psys {
    margin-bottom: 85px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.h-psys {
        margin-bottom: 0;
    }
}

body.fp-responsive {
    overflow-x: hidden;
}

#fullpage {
    position: relative;
    z-index: 2;
}

html {
    background: #030911;
}

.h-head {
    padding-left: calc(100vw - 100%);
}

.faq-page .inner-page {
    /* THE TRICK */
    margin-left: calc(100vw - 100%);
}

@media screen and (max-width: 780px) {
    .faq-page .inner-page {
        margin-left: 0;
    }
}

.faq-page .inner-page {
    position: relative;
}

.faq-page .inner-page::before {
    content: "";
    display: block;
    position: absolute;
    background: #030911;
    width: 130%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
}

.faq-page .inner-page .container {
    position: relative;
    z-index: 2;
}

html.mob-menu-active, body.mob-menu-active {
    overflow: hidden;
}

html.burger-menu-active, body.burger-menu-active {
    overflow: hidden;
}

html.burger-menu-active.pace-done .h-head, body.burger-menu-active.pace-done .h-head {
    pointer-events: none;
}

html.burger-menu-active.pace-done .h-head__burger, body.burger-menu-active.pace-done .h-head__burger {
    pointer-events: all;
}

html.burger-menu-active .page-layout, body.burger-menu-active .page-layout {
    position: relative;
    z-index: 11;
}

html.burger-menu-active.desktop body {
    margin-right: 17px;
}

html.burger-menu-active.desktop body.home {
    margin-right: 0;
}

html.burger-menu-active.desktop body.home .h-head {
    right: 0;
    width: 100%;
}

html.burger-menu-active.desktop .h-head {
    right: 17px;
    left: auto;
    width: calc(100% - 17px);
}

@media screen and (max-width: 560px) {
    #fullpage {
        overflow-x: hidden;
    }
}

.btn {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 10px;
    background-color: #1241af;
    border: none;
    transition: filter 0.3s;
    text-decoration: none;
    white-space: normal;
}

.btn:hover {
    filter: brightness(110%);
}

.btn:active {
    filter: brightness(120%);
}

.btn:focus {
    outline: none;
}

.h-head {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 11;
    padding-top: 23px;
    padding-bottom: 32px;
    background: rgba(3, 9, 17, 0);
    transition: padding 0.3s, background 0.3s;
    padding-left: 0;
}

@media screen and (max-width: 560px) {
    .h-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.h-head .container {
    max-width: 1855px;
}

@media screen and (max-width: 560px) {
    .h-head .container {
        padding-left: 23px;
        padding-right: 23px;
    }
}

.h-head__logo-wrapper {
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .h-head__logo-wrapper {
        transform: translateX(-10px);
    }
}

.h-head__logo-wrapper--link {
    display: block;
    transition: all 0.3s;
}

.h-head__logo-wrapper--link:hover {
    opacity: 0.8;
}

.h-head__logo-wrapper--link:active {
    opacity: 0.6;
}

.h-head__logo-img {
    width: 148px;
    transition: width 0.3s;
}

@media screen and (max-width: 749px) {
    .h-head__logo-img {
        width: 82px;
    }
}

.h-head__row {
    display: flex;
    align-items: flex-start;
}

.h-head__cab-links, .h-head__lang, .h-head__burger {
    transition: all 0.4s;
    transform: translateY(36px);
}

@media screen and (max-width: 960px) {
    .h-head__cab-links, .h-head__lang, .h-head__burger {
        transform: translateY(15px);
    }
}

.h-head__lang {
    position: relative;
    margin-right: 298px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .h-head__lang {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .h-head__lang {
        margin-right: 43px;
    }
}

@media screen and (max-width: 960px) {
    .h-head__lang {
        margin-right: 73px;
    }
}

@media screen and (max-width: 560px) {
    .h-head__lang {
        margin-right: 30px;
        transform: translateY(28px);
    }
}

.h-head__lang img {
    display: block;
    width: 23px;
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0.17);
    transition: box-shadow 0.3s;
}

.h-head__lang-btn {
    position: relative;
    padding: 0;
    border: none;
    padding-right: 33px;
    background: transparent;
    transition: all 0.3s;
}

.h-head__lang-btn:hover {
    opacity: 0.8;
}

.h-head__lang-btn:active {
    opacity: 0.6;
}

.h-head__lang-btn:focus {
    outline: none;
}

.h-head__lang-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../img/icon-lang-arrow.svg") no-repeat center/contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.h-head__lang-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    top: calc(100% + 20px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}

.h-head__lang-dropdown-item {
    padding: 0;
    border: none;
    margin-bottom: 9px;
    background: transparent;
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
    transition: all 0.3s;
}

.h-head__lang-dropdown-item img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
}

.h-head__lang-dropdown-item:hover img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0.17);
}

.h-head__lang-dropdown-item:active {
    opacity: 0.8;
}

.h-head__lang-dropdown-item:last-child {
    margin-bottom: 0;
}

.h-head__lang.active .h-head__lang-btn::after {
    transform: rotate(-180deg) translateY(50%);
}

.h-head__lang.active .h-head__lang-btn img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
}

.h-head__lang.active .h-head__lang-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.h-head__burger {
    position: relative;
    height: 24px;
    width: 27px;
    background: transparent;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    transform: translateY(31px) translateX(4px);
}

@media screen and (max-width: 1100px) {
    .h-head__burger {
        transform: translateY(31px);
    }
}

@media screen and (max-width: 960px) {
    .h-head__burger {
        transform: translateY(10px) translateX(-4px);
    }
}

@media screen and (max-width: 560px) {
    .h-head__burger {
        transform: translateY(23px);
    }
}

.h-head__burger:focus {
    outline: none;
}

.h-head__burger:hover {
    opacity: 0.8;
}

.h-head__burger:active {
    opacity: 0.6;
}

.h-head__burger span {
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background-color: #1a52d3;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.h-head__burger span:nth-child(1) {
    top: calc(50% - 4px);
}

.h-head__burger span:nth-child(2) {
    top: calc(50% + 3px);
}

.h-head__burger.active span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.h-head__burger.active span:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.h-head__login {
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.3);
    margin-right: 43px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-head__cab-link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    transition: all 0.3s;
}

.h-head__cab-link:hover {
    opacity: 0.8;
}

.h-head__cab-link:active {
    opacity: 0.6;
}

.h-head__cab-links {
    display: flex;
    margin-right: 45px;
    align-items: center;
    transform: translateY(33px);
}

@media screen and (max-width: 960px) {
    .h-head__cab-links {
        transform: translateY(13px);
    }
}

@media screen and (max-width: 600px) {
    .h-head__cab-links {
        display: none;
    }
}

.h-head__cab-links--unauthorized a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.h-head__cab-links--unauthorized a:hover {
    color: #1a52d3;
}

.h-head__cab-links--unauthorized a:active {
    opacity: 0.8;
}

.h-head__cab-links--unauthorized a:nth-child(2) {
    color: #1a52d3;
    margin-left: 15px;
}

.h-head__cab-links--unauthorized a:nth-child(2):hover {
    color: #ffffff;
}

.h-head__cab-links--unauthorized a:nth-child(2):active {
    opacity: 0.8;
}

.h-head.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(3, 9, 17, 0.95);
}

.h-head.scrolled .h-head__logo-img {
    width: 80px;
}

.h-head.scrolled .h-head__cab-links {
    transform: translateY(32px);
}

.h-head.scrolled .h-head__lang {
    transform: translateY(36px);
}

.h-head.scrolled .h-head__burger {
    transform: translateY(30px) translateX(4px);
}

@media screen and (max-width: 960px) {
    .h-head.scrolled .h-head__burger {
        transform: translateY(30px) translateX(-4px);
    }
}

body.home .h-head__cab-links {
    transform: translateY(27px);
}

@media screen and (max-width: 960px) {
    body.home .h-head__cab-links {
        transform: translateY(6px);
    }
}

body.home .h-head__cab-links--unauthorized {
    transform: translateY(33px);
}

@media screen and (max-width: 960px) {
    body.home .h-head__cab-links--unauthorized {
        transform: translateY(12px);
    }
}

body.home .h-head.scrolled .h-head__cab-links {
    transform: translateY(33px);
}

body.home.burger-menu-active .h-head__cab-links {
    transform: translateY(-60px) !important;
    opacity: 0 !important;
}

body.home.burger-menu-active .h-head__lang {
    transform: translateY(-60px) !important;
    opacity: 0 !important;
}

.burger-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    padding-top: 266px;
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.5s;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .burger-menu {
        padding-top: 224px;
    }
}

@media screen and (max-width: 749px) {
    .burger-menu {
        padding-top: 137px;
    }
}

@media screen and (max-height: 800px) {
    .burger-menu {
        padding-top: 180px;
    }
}

@media screen and (max-height: 660px) {
    .burger-menu {
        padding-top: 100px;
    }
}

@media screen and (max-height: 590px) {
    .burger-menu {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1600px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 130px;
    }
}

@media screen and (max-width: 960px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 160px;
    }
}

@media screen and (max-width: 749px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 0;
        padding-top: 130px;
    }
}

.burger-menu .container {
    overflow-y: auto;
    max-height: 100%;
}

.burger-menu.active {
    opacity: 1;
    transform: translateX(0);
}

.burger-menu.active .burger-menu__nav {
    pointer-events: all;
    max-width: calc(100% - 100px);
}

.burger-menu.active .burger-menu__socials {
    pointer-events: all;
}

.burger-menu.active .burger-menu__btns {
    pointer-events: all;
}

.burger-menu__nav {
    padding-top: 10px;
}

.burger-menu__nav ul {
    margin: 0;
    padding: 0 0 0 88px;
    list-style: none;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav ul {
        padding-left: 33px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav ul {
        padding-left: 6px;
    }
}

.burger-menu__nav ul li:not(:last-child) {
    margin-bottom: 3px;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav ul li:not(:last-child) {
        margin-bottom: 11px;
    }
}

.burger-menu__nav a {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.41;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav a {
        font-size: 37px;
    }
}

@media screen and (max-width: 749px) {
    .burger-menu__nav a {
        font-size: 28px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav a {
        font-size: 17px;
    }
}

.burger-menu__nav a::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 66px);
    left: -33px;
    top: 50%;
    height: calc(100% + 9px);
    background: #1A52D3;
    transition: all 0.3s;
    transform: translateY(-50%) translateX(-40px) scaleX(0.5);
    opacity: 0;
    transform-origin: 0 50%;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav a::before {
        height: calc(100% + 22px);
        top: calc(50% - 3px);
        width: calc(100% + 90px);
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav a::before {
        width: calc(100% + 195px);
        height: calc(100% + 12px);
        top: 50%;
    }
}

.burger-menu__nav a.active::before {
    opacity: 1;
    transform: translateX(0) scaleX(1) translateY(-50%);
}

.burger-menu__nav a span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.burger-menu__nav a:hover::before {
    opacity: 1;
    transform: translateX(0) scaleX(1) translateY(-50%);
}

.burger-menu__socials {
    display: flex;
    margin-top: 41px;
    padding-left: 55px;
}

@media screen and (max-width: 960px) {
    .burger-menu__socials {
        padding-left: 2px;
        margin-top: 38px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__socials {
        margin-top: 25px;
        padding-left: 0;
        margin-left: -4px;
    }
}

.burger-menu__social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    color: #a0a0a0;
    transition: color 0.3s;
    font-weight: 600;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link {
        font-size: 25px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link {
        font-size: 16px;
    }
}

.burger-menu__social-link:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link:not(:last-child) {
        margin-right: 11px;
    }
}

.burger-menu__social-link img {
    margin-right: 21px;
    width: 47px;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link img {
        margin-right: 15px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link img {
        width: 35px;
        margin-right: 13px;
    }
}

.burger-menu__social-link:hover {
    color: #d0cece;
}

.burger-menu__social-link:active {
    color: #ffffff;
}

.burger-menu__btns {
    display: none;
}

@media screen and (max-width: 600px) {
    .burger-menu__btns {
        display: block;
    }
}

.burger-menu__btns .h-head__cab-links {
    display: flex;
    transform: none !important;
    opacity: 1 !important;
    margin-top: 30px;
}

body.burger-menu-active.home .burger-menu__btns .h-head__cab-links {
    opacity: 1 !important;
    transform: none !important;
}

#fp-nav {
    opacity: 1;
    transition: opacity 0.3s;
}

@media screen and (max-width: 1100px) {
    #fp-nav {
        display: none !important;
    }
}

#fp-nav ul li {
    margin: 0 0 9px;
    width: 3px;
    height: auto;
}

#fp-nav ul li:last-child {
    margin-bottom: 0;
}

#fp-nav ul li:hover a span {
    width: 3px;
    height: 16px;
    margin: 0;
    background-color: #396ee7;
}

#fp-nav ul li:hover a.active span {
    display: block;
    width: 3px;
    height: 55px;
    border-radius: 2px;
    position: relative;
    background-color: #1a52d3;
    margin: 0;
}

#fp-nav ul li:active a span {
    width: 3px;
    height: 16px;
    margin: 0;
    background-color: #678fec;
}

#fp-nav ul li:active a.active span {
    display: block;
    width: 3px;
    height: 55px;
    border-radius: 2px;
    position: relative;
    background-color: #1a52d3;
    margin: 0;
}

#fp-nav ul li a span {
    display: block;
    background: #fff;
    width: 3px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
}

#fp-nav ul li a span.fp-sr-only {
    display: none !important;
}

#fp-nav ul li a.active span {
    display: block;
    width: 3px;
    height: 55px;
    border-radius: 2px;
    position: relative;
    background-color: #1a52d3;
    margin: 0;
}

#fp-nav.fp-right {
    right: 70px;
}

.section-title {
    font-size: 74.5px;
    font-weight: 600;
    line-height: 0.83;
    color: #374351;
    margin: 0 0 48px 0;
}

@media screen and (max-width: 1100px) {
    .section-title {
        font-size: 66px;
        line-height: 120%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) {
    .section-title {
        font-size: 47px;
    }
}

@media screen and (max-width: 749px) {
    .section-title {
        font-size: 42px;
        line-height: 80%;
    }
}

@media screen and (max-width: 560px) {
    .section-title {
        font-size: 36px;
    }
}

.section-title .mask {
    display: inline-block;
    overflow: hidden;
    margin-right: 0.25em;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 749px) {
    .section-title .mask {
        overflow: visible;
        padding: 0.25em 0px;
    }
}

.section-title .content {
    display: inline-block;
    transform: translateY(150%);
    transition: transform 0.6s;
}

@media screen and (max-width: 749px) {
    .section-title .content {
        transform: none;
    }
}

@media screen and (max-height: 600px) {
    .section-title .content {
        transform: none;
    }
}

.section-title.show .content {
    transform: translateY(-0.1em);
}

.section-title .mask:nth-of-type(1) .content {
    transition-delay: 0.2s;
}

.section-title .mask:nth-of-type(2) .content {
    transition-delay: 0.4s;
}

.section-title .mask:nth-of-type(3) .content {
    transition-delay: 0.6s;
}

.section-title .mask:nth-of-type(4) .content {
    transition-delay: 0.8s;
}

.section {
    opacity: 0;
}

@media screen and (max-height: 600px) and (min-width: 780px) {
    .section {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 749px) {
    .section {
        opacity: 1;
    }
}

@media screen and (max-height: 600px) {
    .section {
        opacity: 1;
    }
}

.section.active2 {
    opacity: 1;
}

.section .container {
    max-width: 1200px;
}

.section.footer .container {
    max-width: 1300px;
}

.home {
    min-height: 100vh;
    background-color: #030911;
}

.home-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.home .fullpage-wrapper {
    z-index: 2;
}

.intro {
    position: relative;
}

@media screen and (max-width: 749px) {
    .intro {
        padding-top: 120px;
        display: block !important;
        padding-bottom: 74px;
    }
}

@media screen and (max-width: 560px) {
    .intro {
        padding-bottom: 80px;
    }
}

.intro #world {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro__row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 749px) {
    .intro__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.intro__left {
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 960px) {
    .intro__left {
        padding-right: 100px;
    }
}

@media screen and (max-width: 749px) {
    .intro__left {
        padding-right: 0;
    }
}

@media screen and (max-width: 749px) {
    .intro__left {
        flex: unset;
        width: 100%;
    }
}

.intro__right {
    margin-left: 60px;
    flex: 0 0 350px;
}

@media screen and (max-width: 1100px) {
    .intro__right {
        margin-left: 30px;
        flex-basis: 300px;
    }
}

@media screen and (max-width: 960px) {
    .intro__right {
        flex-basis: 200px;
    }
}

@media screen and (max-width: 749px) {
    .intro__right {
        flex: unset;
    }
}

.intro__title {
    font-size: 69px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 -5px 0;
    text-transform: uppercase;
    transition: all 0.3s;
    transform-origin: 50% 50%;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1100px) {
    .intro__title {
        font-size: 63px;
    }
}

@media screen and (max-width: 960px) {
    .intro__title {
        font-size: 47px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 749px) {
    .intro__title {
        font-size: 36px;
        margin-bottom: 4px;
    }
}

.intro__desc {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    color: #3d4958;
    margin: 0 0 22px 0;
    transition: all 0.3s;
    letter-spacing: 0.01em;
    line-height: 120%;
}

@media screen and (max-width: 1100px) {
    .intro__desc {
        font-size: 33px;
        letter-spacing: 0em;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 960px) {
    .intro__desc {
        font-size: 25px;
        letter-spacing: 0.011em;
        line-height: 111%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 560px) {
    .intro__desc {
        font-size: 16px;
        margin-bottom: 17px;
    }
}

.intro__bottom-text {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0 0 71px 0;
    transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
    .intro__bottom-text {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 960px) {
    .intro__bottom-text {
        font-size: 20px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 560px) {
    .intro__bottom-text {
        font-size: 16px;
        margin-bottom: 35px;
    }
}

.intro__btns {
    display: flex;
    column-gap: 21px;
}

@media screen and (max-width: 1100px) {
    .intro__btns {
        column-gap: 30px;
    }
}

.intro__btn {
    transition: filter 0.3s;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 10px;
    background-color: #1a52d3;
    text-decoration: none;
}

.intro__btn:nth-child(2) {
    background-color: #1241af;
}

.intro__btn:hover {
    filter: brightness(130%);
}

.intro__btn:Active {
    filter: brightness(160%);
}

.intro__right {
    transition: all 0.3s;
}

@media screen and (max-width: 749px) {
    .intro__right {
        flex: 0 0 auto;
    }
}

.intro__right canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 749px) {
    .intro__right canvas {
        width: 100%;
        height: 100vh;
    }
}

.intro__img-wrapper {
    position: relative;
    height: 600px;
}

@media screen and (max-width: 1100px) {
    .intro__img-wrapper {
        height: 300px;
    }
}

@media screen and (max-width: 749px) {
    .intro__img-wrapper {
        display: none;
    }
}

.intro__video-btn {
    display: inline-block;
    width: 256px;
    height: 256px;
    background: url("../img/icon-intro-play.svg") no-repeat center/contain;
    position: absolute;
    left: 47%;
    top: 58%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.intro__video-btn:hover {
    width: 316px;
    height: 316px;
}

.intro__video-btn:active {
    opacity: 0.7;
}

@media screen and (max-width: 1100px) {
    .intro__video-btn {
        top: 63%;
    }
}

@media screen and (max-width: 960px) {
    .intro__video-btn {
        width: 188px;
        height: 188px;
        left: 14%;
        top: 54%;
    }

    .intro__video-btn:hover {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 749px) {
    .intro__video-btn {
        width: 117px;
        height: 117px;
        background: url("../img/icon-intro-play-mob.svg") no-repeat center/contain;
        left: auto;
        top: auto;
        position: relative;
        transform: none;
    }

    .intro__video-btn:hover {
        width: 117px;
        height: 117px;
        transform: scale(1.1);
    }
}

.intro__title, .intro__desc, .intro__bottom-text {
    transform-origin: 0 50%;
}

.intro.btn-hover .intro__title, .intro.btn-hover .intro__desc, .intro.btn-hover .intro__bottom-text {
    filter: blur(1px);
    opacity: 0.6;
    transform: scale(0.95);
}

.intro.btn-hover .intro__title {
    transform: scale(1.3);
    filter: none;
    opacity: 1;
}

.intro.btn-hover .intro__desc {
    transform: scale(0.8);
}

.intro.btn-hover .intro__bottom-text {
    transform: scale(0.95);
}

.intro__mob-block {
    display: none;
    margin-bottom: 50px;
    height: 118px;
}

@media screen and (max-width: 749px) {
    .intro__mob-block {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .features {
        margin-bottom: 95px;
    }
}

.features__title {
    line-height: 65%;
}

@media screen and (max-width: 1100px) {
    .features__title {
        line-height: 70%;
        letter-spacing: -0.01em;
        margin-bottom: 47px;
    }
}

@media screen and (max-height: 880px) {
    .features__title {
        margin-top: 110px;
    }
}

@media screen and (max-height: 650px) {
    .features__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 749px) {
    .features__title {
        margin-top: 0;
        margin-bottom: 21px;
    }
}

.features__inner {
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 960px) {
    .features__inner {
        max-width: 100%;
    }
}

.features__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -15px;
}

@media screen and (max-width: 1100px) {
    .features__row {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 960px) {
    .features__row {
        transform: none;
        margin-bottom: -30px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 749px) {
    .features__row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 560px) {
    .features__row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -13px;
    }
}

.features__item {
    position: relative;
    width: calc(33.33% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #1a52d3;
    min-height: 233px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 55px 10px 20px 10px;
    box-shadow: 0px 10px 100px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}

@media screen and (max-width: 960px) {
    .features__item {
        padding-top: 50px;
        min-height: 220px;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(33.33% - 30px);
        margin-bottom: 30px;
    }
}

@media screen and (max-height: 880px) {
    .features__item {
        min-height: 190px;
        padding-top: 30px;
    }
}

@media screen and (max-height: 700px) {
    .features__item {
        min-height: 150px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 749px) {
    .features__item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .features__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 13px;
        padding-top: 18px;
        padding-bottom: 14px;
        min-height: 156px;
    }
}

.features__item--gray {
    background-color: #1f2731;
}

.features__item.active {
    z-index: 4;
    box-shadow: 0px 10px 100px 0 rgba(0, 0, 0, 0.4);
}

.features__item-icon-wrapper {
    position: relative;
    width: 50px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .features__item-icon-wrapper {
        margin-bottom: 17px;
    }
}

@media screen and (max-height: 650px) {
    .features__item-icon-wrapper {
        height: 40px;
    }
}

.features__item-icon {
    position: absolute;
    left: 50%;
    top: calc(50% + 4px);
    transform: translate(-50%, -50%);
}

@media screen and (max-height: 650px) {
    .features__item-icon {
        max-height: 40px;
    }
}

.features__item-text {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 749px) {
    .stat {
        margin-bottom: 111px;
    }
}

@media screen and (max-width: 560px) {
    .stat {
        margin-bottom: 104px;
    }
}

@media screen and (max-width: 1100px) {
    .stat__title {
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 960px) {
    .stat__title {
        letter-spacing: 0.01em;
        /*margin-bottom: -25px;*/
    }
}

@media screen and (max-width: 560px) {
    .stat__title {
        /*margin-bottom: -17px;*/
        line-height: 75%;
    }
}

@media screen and (max-height: 700px) {
    .stat__title {
        margin-bottom: 20px;
    }
}

.stat-top {
    margin-top: 115px;
}

@media screen and (max-width: 1100px) {
    .stat-top {
        margin-top: 52px;
    }
}

@media screen and (max-height: 800px) {
    .stat-top {
        margin-top: 40px;
    }
}

@media screen and (max-height: 700px) {
    .stat-top {
        margin-top: 0;
    }
}

.stat-top__row {
    display: flex;
}

@media screen and (max-width: 749px) {
    .stat-top__row {
        flex-direction: column;
        align-items: center;
    }
}

.stat-top__item {
    flex: 0 0 auto;
    min-width: 214px;
    max-width: 350px;
}

@media screen and (max-width: 1100px) {
    .stat-top__item {
        flex: 0 0 212px;
    }
}

@media screen and (max-width: 749px) {
    .stat-top__item {
        flex: unset;
        max-width: 280px;
        width: 100%;
    }
}

.stat-top__item:not(:last-child) {
    margin-right: 74px;
}

@media screen and (max-width: 1100px) {
    .stat-top__item:not(:last-child) {
        margin-right: 71px;
    }
}

@media screen and (max-width: 960px) {
    .stat-top__item:not(:last-child) {
        margin-right: 38px;
    }
}

@media screen and (max-width: 749px) {
    .stat-top__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 17px;
    }
}

.stat-top__number {
    text-shadow: 0px 7px 76px rgba(0, 0, 0, 0.22);
    font-size: 69px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 -60px 0;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat-top__number [data-number] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

@media screen and (max-width: 960px) {
    .stat-top__number {
        font-size: 50px;
        transform: translateY(-12px);
    }
}

.stat-top__text {
    border-radius: 10px;
    background-color: #1a52d3;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 37px 20px 13px 23px;
    margin: 0;
}

.stat-bottom {
    margin-top: 77px;
    padding-right: 10px;
}

@media screen and (max-width: 1100px) {
    .stat-bottom {
        padding-right: 4px;
    }
}

@media screen and (max-width: 960px) {
    .stat-bottom {
        padding-right: 0;
        margin-top: 42px;
    }
}

@media screen and (max-width: 749px) {
    .stat-bottom {
        margin-top: 30px;
    }
}

@media screen and (max-width: 560px) {
    .stat-bottom {
        margin-top: 32px;
    }
}

.stat-bottom__row {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 749px) {
    .stat-bottom__row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.stat-bottom__item:not(:last-child) {
    margin-right: 58px;
}

@media screen and (max-width: 1100px) {
    .stat-bottom__item:not(:last-child) {
        margin-right: 45px;
    }
}

@media screen and (max-width: 749px) {
    .stat-bottom__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 29px;
    }
}

.stat-bottom__number {
    font-size: 69px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0;
    letter-spacing: -0.025em;
    margin-bottom: -25px;
}

@media screen and (max-width: 960px) {
    .stat-bottom__number {
        margin-bottom: -13px;
    }
}

@media screen and (max-width: 749px) {
    .stat-bottom__number {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}

.stat-bottom__number [data-number] {
    display: inline-block;
    max-width: 350px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1100px) {
    .stat-bottom__number [data-number] {
        max-width: 300px !important;
    }
}

@media screen and (max-width: 960px) {
    .stat-bottom__number [data-number] {
        max-width: 250px !important;
    }
}

.stat-bottom__number .curr {
    border-radius: 10px;
    background-color: #1a52d3;
    vertical-align: top;
    display: inline-block;
    color: #ffffff;
    font-size: 40px;
    padding: 6px 11px;
    transform: translateY(-7px);
    margin-left: -0.18em;
    letter-spacing: -0.005em;
}

@media screen and (max-width: 960px) {
    .stat-bottom__number .curr {
        font-size: 29px;
        padding: 1px 6px;
        margin-left: -24px;
        transform: translateY(-2px);
    }
}

@media screen and (max-width: 749px) {
    .stat-bottom__number .curr {
        transform: none;
        margin-left: 0;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 960px) {
    .stat-bottom__number {
        font-size: 50px;
    }
}

.stat-bottom__text {
    font-size: 20px;
    font-weight: 600;
    color: #1a52d3;
    margin: -5px 0 0 4px;
}

@media screen and (max-width: 960px) {
    .stat-bottom__text {
        margin-top: 0px;
    }
}

@media screen and (max-width: 749px) {
    .stat-bottom__text {
        text-align: center;
        margin: 5px 0 0 0 !important;
    }
}

@media screen and (max-width: 749px) {
    .h-psys {
        margin-bottom: 85px;
    }
}

.h-psys__title {
    line-height: 65%;
    margin-bottom: 50px;
}

@media screen and (max-height: 750px) {
    .h-psys__title {
        margin-top: 110px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .h-psys__title {
        letter-spacing: -0.01em;
        line-height: 70%;
        /*margin-bottom: 106px;*/
    }
}

@media screen and (max-width: 960px) {
    .h-psys__title {
        letter-spacing: 0.01em;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__title {
        margin-top: 0;
        margin-bottom: 24px;
    }
}

.h-psys__row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 67px;
    transform: translateX(50px);
}

@media screen and (max-width: 1100px) {
    .h-psys__row {
        column-gap: 23px;
        row-gap: 60px;
        transform: translateX(40px);
        padding-right: 20px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__row {
        transform: translateX(15px);
        column-gap: 30px;
        row-gap: 46px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__row {
        gap: 0;
        transform: none;
        padding-right: 0;
        position: relative;
    }

    .h-psys__row::before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
        height: 67px;
        border-radius: 33.5px;
        background-color: #141e27;
    }
}

.h-psys__widget {
    height: 500px;
}

@media screen and (max-height: 850px) {

    .h-psys__widget {
        height: 400px;
    }
}
@media screen and (max-height: 750px) {

    .h-psys__widget {
        height: 330px;
    }
}

@media screen and (max-width: 1400px) {
    .h-psys__widget {
        padding-right: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .h-psys__widget {
        padding-right: 0;
    }
}

.h-psys__item {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    position: relative;
}

.h-psys__item:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 70px);
    height: 100%;
    border-radius: 48px 0 0 48px;
    background-color: #141e27;
    z-index: 2;
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(1)::before {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .h-psys__item:nth-child(1) {
        /*max-width: 210px;*/
    }
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(2) {
        padding-left: 10px;
    }
}

@media screen and (max-width: 800px) {
    .h-psys__item:nth-child(2) {
        /*max-width: 203px;*/
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(2) {
        position: relative;
    }

    .h-psys__item:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        width: 97px;
        background: url("../img/psys-line.png") no-repeat center/contain;
        background-image: url("../img/psys-line-320.png");
        height: 153px;
        z-index: -1;
        right: 2px;
        top: 30px;
    }
}

.h-psys__item:nth-child(1)::after, .h-psys__item:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 97px;
    height: 162px;
    background: url("../img/psys-line.png") no-repeat center/contain;
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(1)::after, .h-psys__item:nth-child(3)::after {
        height: 152px;
        background: url("../img/psys-line970.png") no-repeat center/contain;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item:nth-child(1)::after, .h-psys__item:nth-child(3)::after {
        background-image: url("../img/psys-line-750.png");
        height: 119px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(1)::after, .h-psys__item:nth-child(3)::after {
        background-image: url("../img/psys-line-320.png");
        height: 153px;
        z-index: -1;
    }
}

@media screen and (max-width: 800px) {
    .h-psys__item:nth-child(4) {
        /*max-width: 210px;*/
    }
}

.h-psys__item:nth-child(5) {
    max-width: 650px;
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(5) {
        max-width: 553px;
        transform: translateX(8px);
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item:nth-child(5) {
        max-width: 400px;
        transform: translateX(12px);
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(5) {
        max-width: unset;
        transform: none;
    }
}

.h-psys__item:nth-child(3) {
    max-width: 283px;
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(3) {
        /*max-width: 245px;*/
    }
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(3) {
        padding-left: 26px;
    }
}

.h-psys__item:nth-child(3)::after {
    top: 50px;
    right: -24px;
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(3)::after {
        top: 41px;
        right: -40px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item:nth-child(3)::after {
        right: -20px;
        top: 30px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(3)::after {
        display: none;
    }
}

.h-psys__item:nth-child(1)::after {
    top: 50px;
    left: -47px;
    transform: scaleX(-1);
}

@media screen and (max-width: 1100px) {
    .h-psys__item:nth-child(1)::after {
        top: 42px;
        left: -37px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item:nth-child(1)::after {
        left: -12px;
        top: 32px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item:nth-child(1)::after {
        left: 2px;
        top: 30px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item {
        margin-left: 0;
        margin-right: 0;
        width: 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        flex-direction: column;
        margin-bottom: 33px;
    }

    .h-psys__item:last-child {
        width: 100% !important;
        margin-bottom: 0;
    }

    .h-psys__item:nth-child(1), .h-psys__item:nth-child(3) {
        padding-right: 24px !important;
    }

    .h-psys__item:nth-child(2), .h-psys__item:nth-child(4) {
        padding-left: 25px !important;
    }
}

@media screen and (max-width: 690px) {
    .h-psys__row {
        justify-content: space-between;
    }

    .h-psys__item {
        /*width: 100% !important;*/
        /*max-width: 240px !important;*/
    }

    .h-psys__row::before {
        width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

.h-psys__item-icon {
    position: relative;
    z-index: 2;
    width: 96px;
    border-radius: 50%;
    box-shadow: 0 0 45px 15px rgba(255, 255, 255, 0);
    transition: box-shadow 0.3s;
}

@media screen and (max-width: 1100px) {
    .h-psys__item-icon {
        width: 87px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item-icon {
        width: 67px;
    }
}

.h-psys__item-icon.shadow {
    box-shadow: 0 0 45px 15px rgba(255, 255, 255, 0.15);
}

.h-psys__item:hover .h-psys__item-icon {
    box-shadow: 0 0 45px 15px rgba(255, 255, 255, 0.15);
}

.h-psys__item-title {
    position: relative;
    z-index: 2;
    margin-left: 28px;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .h-psys__item-title {
        font-size: 27px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item-title {
        margin-left: 14px;
        font-size: 21px;
        transform: translateY(2px);
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item-title {
        margin-left: 0;
        margin-top: 13px;
        transform: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        text-transform: none;
    }
}

.h-psys__item-title sup {
    font-size: 55%;
    vertical-align: middle;
    position: relative;
    top: -7px;
}

@media screen and (max-width: 749px) {
    .h-psys__item-title sup {
        top: 0;
        display: block;
        margin-top: 7px;
    }
}

.h-psys__item--large {
    width: calc(66.66% - 20px);
}

@media screen and (max-width: 960px) {
    .h-psys__item--large {
        width: calc(71.66% - 60px);
        max-width: 420px !important;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item--large {
        max-width: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 3px;
    }
}

.h-psys__item-add {
    border-radius: 48px;
    background-color: #141e27;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    padding-left: 133px;
    position: relative;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    .h-psys__item-add {
        font-size: 19px;
        min-height: 87px;
        padding-left: 115px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item-add {
        padding-left: 79px;
        font-size: 15.5px;
        min-height: 67px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item-add {
        min-height: unset;
        padding-left: 0;
        border-radius: 0;
        background: transparent;
    }
}

.h-psys__item-add p {
    margin: 0;
}

.h-psys__item-add::before {
    content: "";
    display: block;
    position: absolute;
    width: 97px;
    height: 97px;
    background: url("../img/icon-clock-white.svg") no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media screen and (max-width: 1100px) {
    .h-psys__item-add::before {
        width: 87px;
        height: 87px;
    }
}

@media screen and (max-width: 960px) {
    .h-psys__item-add::before {
        height: 67px;
        width: 67px;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item-add::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 2;
    }
}

@media screen and (max-width: 749px) {
    .h-psys__item-add {
        padding-top: 90px;
        text-align: center;
    }

    .h-psys__item-add::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 67px;
        border-radius: 33.5px;
        background-color: #141e27;
    }

    .h-psys__item-add p {
        position: relative;
        z-index: 3;
    }
}

.footer {
    transition: opacity 0.3s;
}

@media screen and (max-height: 600px) and (min-width: 780px) {
    .footer {
        margin-bottom: 0;
    }
}

.footer__inner {
    background-color: #141e27;
    margin-top: 26px;
    margin-bottom: 39px;
}

@media screen and (max-height: 600px) and (min-width: 780px) {
    .footer__inner {
        margin-top: 200px;
    }
}

@media screen and (max-width: 780px) {
    .footer__inner {
        margin-bottom: 0;
        margin-top: 140px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 749px) {
    .footer__inner {
        margin-top: 250px;
    }
}

@media screen and (max-width: 560px) {
    .footer__inner {
        padding-top: 26px;
    }
}

.footer__row {
    display: flex;
    align-items: center;
    min-height: 96px;
}

@media screen and (max-width: 780px) {
    .footer__row {
        min-height: unset;
    }
}

@media screen and (max-width: 560px) {
    .footer__row {
        flex-direction: column;
    }
}

.footer__left {
    flex: 0 0 262px;
    margin-right: 25px;
    position: relative;
}

@media screen and (max-width: 780px) {
    .footer__left {
        flex: unset;
        margin-right: 0;
        width: 100%;
        max-width: 446px;
        position: absolute;
        left: 15px;
        top: 11px;
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 560px) {
    .footer__left {
        left: 50%;
        transform: translateX(-50%) translateY(-100%);
    }
}

@media screen and (max-width: 560px) {
    .footer__left {
        max-width: 291px;
    }
}

.footer__left-inner {
    position: absolute !important;
    left: 0;
    top: calc(50% + 7px);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 54px;
    padding-right: 20px;
}

@media screen and (max-width: 780px) {
    .footer__left-inner {
        position: relative !important;
        left: auto;
        top: auto;
        transform: none;
        box-shadow: 0px 3px 65px 0 rgba(0, 0, 0, 0.39);
        background-color: #1a2530;
        border-radius: 0 10px 0 10px;
        padding: 15px 15px 11px 54px;
    }
}

@media screen and (max-width: 560px) {
    .footer__left-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer__left-inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 29px);
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 65px 0 rgba(0, 0, 0, 0.39);
    background-color: #1a2530;
    border-radius: 0 10px 0 10px;
    left: 0;
}

@media screen and (max-width: 780px) {
    .footer__left-inner::before {
        display: none;
    }
}

.footer__left * {
    position: relative;
    z-index: 2;
}

.footer__center {
    flex: 1 1 auto;
    margin-right: 30px;
}

@media screen and (max-width: 560px) {
    .footer__center {
        margin-right: 0;
    }
}

.footer__center-row {
    display: flex;
}

@media screen and (max-width: 560px) {
    .footer__center-row {
        flex-direction: column;
        align-items: center;
    }
}

.footer__center-logo {
    flex: 0 0 76px;
    width: 76px;
    margin-right: 26px;
    transform: translateY(3px);
}

@media screen and (max-width: 780px) {
    .footer__center-logo {
        transform: none;
        width: 75px;
        margin-left: -5px;
        margin-right: 56px;
    }
}

@media screen and (max-width: 560px) {
    .footer__center-logo {
        margin-right: 0;
        flex: unset;
        width: 75px;
        margin-bottom: 25px;
    }
}

.footer__right {
    margin-left: auto;
}

@media screen and (max-width: 780px) {
    .footer__right {
        margin-right: auto;
    }
}

.footer__title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
    letter-spacing: -0.06em;
}

.footer__year {
    font-size: 15px;
    margin: 0 0 5px;
    color: #6c7b8d;
    letter-spacing: -0.06em;
}

.footer__year b {
    font-weight: inherit;
    color: #ffffff;
    margin-left: 0.2em;
}

.footer__address {
    margin: 0 0 15px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    .footer__address {
        width: calc(100% - 200px);
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .footer__address {
        width: 100%;
        margin-bottom: 22px;
    }
}

.footer__address::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 31px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    background: url("../img/icon-address.svg") no-repeat center/contain;
}

.footer__license {
    color: #6c7b8d;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 780px) {
    .footer__license {
        position: absolute;
        right: 40px;
        bottom: 11px;
    }
}

@media screen and (max-width: 560px) {
    .footer__license {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

.footer__license b {
    color: #ffffff;
    font-weight: inherit;
}

.footer__license a {
    display: inline-block;
    transition: all 0.3s;
    color: #194fca;
    transform: translateY(-3px);
}

.footer__license a:hover {
    opacity: 0.8;
}

.footer__license a:active {
    opacity: 0.6;
}

.footer__contact {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 780px) {
    .footer__contact {
        transform: translateY(-3px);
    }
}

@media screen and (max-width: 560px) {
    .footer__contact {
        text-align: center;
    }
}

.footer__contact-title {
    font-size: 20px;
    color: #194fca;
    margin: 0 0 5px;
}

@media screen and (max-width: 560px) {
    .footer__contact-title {
        text-align: center;
    }
}

.footer__contact-row {
    margin: 0 0 4px 7px;
    color: #a0a0a0;
}

@media screen and (max-width: 560px) {
    .footer__contact-row {
        margin-left: 0;
    }
}

.footer__contact-row:last-child {
    margin-bottom: 0;
}

.footer__contact-row a {
    text-decoration: none;
    transition: color 0.3s;
    color: #ffffff;
}

.footer__contact-row a:hover {
    color: #3168e5;
}

.footer__contact-row a:active {
    color: #4778e8;
}

.footer__copyright {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-right: 6px;
}

@media screen and (max-width: 780px) {
    .footer__copyright {
        margin-right: 0;
        text-align: center;
        margin-top: 10px;
    }
}

.footer__contact {
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    .h-psys__item {
        max-width: unset !important;
    }

    .h-psys__item:nth-child(1), .h-psys__item:nth-child(3) {
        padding-right: 100px !important;
    }

    .h-psys__item:nth-child(2), .h-psys__item:nth-child(4) {
        padding-left: 100px !important;
    }
}

@media screen and (max-width: 600px) {
    .h-psys__item:nth-child(1), .h-psys__item:nth-child(3) {
        padding-right: 60px !important;
    }

    .h-psys__item:nth-child(2), .h-psys__item:nth-child(4) {
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 460px) {
    .h-psys__item:nth-child(1), .h-psys__item:nth-child(3) {
        padding-right: 20px !important;
    }

    .h-psys__item:nth-child(2), .h-psys__item:nth-child(4) {
        padding-left: 20px !important;
    }
}


.stat-graph {
    height: 400px;
}
@media screen and (max-height: 800px) {
    .stat-graph {
        height: 300px;
    }
}

@media screen and (max-width: 1400px) {
    .stat-graph {
        padding-right: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .stat-graph {
        padding-right: 0;
    }
}

.tradingview-widget-copyright {
    display: none;
}