/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

:root {
    --accent-color: #00faaa;
    --second-color: #f3fffe;
    --third-color: #f70044;
    --bg-color: #252c33;
    --sizeindex: calc(1vw + 1vh);
    --transition: all 2s cubic-bezier(0.2, 0.6, 0, 1);
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    font-size: 12px;
    font-size: 18px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0) {
    html {
        font-size: 12px;
        font-size: calc(0 * 100vw + 12px);
    }
}

@media (min-width: 991px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
        font-size: calc(0.00383 * 100vw + 8.20408px);
    }
}

@media (min-width: 2560px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 2561px) {
    html {
        font-size: 26px;
        font-size: calc(0.00973 * 100vw + -6.91591px);
    }
}

@media (min-width: 4000px) {
    html {
        font-size: 32px;
    }
}

body {
    font-family: Roboto, sans-serif;
    min-height: 100%;
    position: relative;
    padding: 0;
    font-style: normal;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
}

body.video-opened {
    overflow-y: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}

h1 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 1px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 4.5rem;
        line-height: 6.25rem;
    }
}

h2 {
    font-weight: 300;
    font-size: 3.5rem;
    color: #3e71e5;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    margin-bottom: 4.5rem;
}

h2,
p {
    font-family: Roboto, sans-serif;
}

p {
    font-weight: 400;
    color: #00062b;
    padding: 0;
}

figure,
p {
    margin: 0;
}

.platform-anim {
    -webkit-animation: platformAnimation 6s linear infinite alternate;
    animation: platformAnimation 6s linear infinite alternate;
}

#light-1 {
    opacity: 0;
    -webkit-animation: lightAnimation 3s ease-out 0.6s infinite;
    animation: lightAnimation 3s ease-out 0.6s infinite;
}

#light-2 {
    opacity: 0;
    -webkit-animation: lightAnimation2 2.5s ease-in 0.6s infinite;
    animation: lightAnimation2 2.5s ease-in 0.6s infinite;
}

@-webkit-keyframes lightAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    to {
        opacity: 0;
    }
}

@keyframes lightAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes lightAnimation2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.15;
    }
    to {
        opacity: 0;
    }
}

@keyframes lightAnimation2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.15;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes platformAnimation {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    35% {
        -webkit-transform: translate3d(0, 1rem, 0);
        transform: translate3d(0, 1rem, 0);
    }
    70% {
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0);
    }
    99% {
        -webkit-transform: translate3d(0, -0.01rem, 0);
        transform: translate3d(0, -0.01rem, 0);
    }
}

@keyframes platformAnimation {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    35% {
        -webkit-transform: translate3d(0, 1rem, 0);
        transform: translate3d(0, 1rem, 0);
    }
    70% {
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0);
    }
    99% {
        -webkit-transform: translate3d(0, -0.01rem, 0);
        transform: translate3d(0, -0.01rem, 0);
    }
}

#elem-1 {
    position: absolute;
    top: 20px;
    left: -9px;
    width: 10px;
    height: 20px;
    background-color: #ffc600;
}

.wrapper {
    padding: 0 18px;
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper {
        padding: 0 3.5rem;
    }
}

@media (min-width: 1300px) {
    .wrapper {
        padding: 0 12.5rem;
    }
}

@media (max-width: 767px) {
    .wrapper--mobile {
        padding: 0;
    }
}

.section {
    overflow: hidden;
}

.section:not(.promo) {
    width: 100%;
    /* padding-top: 4.5rem */
}

.section.ico {
    margin-top: -200px;
    padding-top: 250px;
    overflow: visible;
}

@media (min-width: 768px) {
    .section.ico {
        margin-top: 0;
        padding-top: 7rem;
    }
}

@media (max-width: 767px) {
    .section.advisors {
        padding-top: 0;
    }
}

.button {
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ffc600;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button:hover {
    color: #fff;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
    cursor: pointer;
}

.button--sm {
    padding: 0.5rem 1rem;
    font-weight: 400;
}

.button--lg,
.button--sm {
    font-family: Roboto, sans-serif;
}

.button--lg {
    padding: 1.2rem 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button--blue {
    border: 2px solid #3e71e5;
    color: #3e71e5;
}

.button--blue:hover {
    border: 2px solid #00062b;
    background-color: #00062b;
    color: #fff;
}

.ios-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 10px;
    background-color: #0a1660;
    text-decoration: none;
    /* -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s */
}

.ios-button:active,
.ios-button:focus,
.ios-button:hover {
    /* -webkit-box-shadow: 0 0 30px hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 30px hsla(0, 0%, 100%, .5) */
    text-decoration: none;
}

.ios-button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.2rem;
}

.ios-button__text span {
    font-family: "Work Sans", sans-serif !important;
}

.ios-button__text span:first-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
}

.ios-button__text span:last-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    /* color: #ffc600 */
}

.ios-button--light {
    background-color: #f5f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ios-button--light:active,
.ios-button--light:focus,
.ios-button--light:hover {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4);
}

.ios-button--light .ios-button__text span:first-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #00062b;
}

.ios-button__text span:last-of-type {
    color: #fff;
}

.round-logo {
    color: #fff !important;
    min-width: 500px;
    height: 500px;
    position: absolute;
    top: -170px;
    left: 232px;
    display: flex;
    animation: round 20s linear infinite;
    transform-origin: 0 320px;
    /*откуда начинать трансформацию*/
    pointer-events: none;
}

@keyframes round {
    0% {
        transform: rotate(0deg);
        animation-timing-function: linear;
    }
    100% {
        transform: rotate(360deg);
    }
}

.round-logo span {
    position: absolute;
    text-transform: uppercase;
    display: inline-block;
    /*отображать как блочно-строчный*/
    transform-origin: 0 320px;
    /*откуда начинать трансформацию*/
}

.header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.header__wrapper {
    padding-left: 18px;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .header__wrapper {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

.header--sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--accent-color);
    box-shadow: 0 2px 10px var(--accent-color);
}

.header--sticky .header__logo svg:hover {
    cursor: pointer;
}

.header--sticky .header__lang select {
    background: #00062b;
}

.header--sticky-ie {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00062b;
}

.header--sticky-ie:hover {
    cursor: pointer;
}

.header--sticky-ie .header__lang select {
    background: #00062b;
}

.header--visible {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header__logo {
    position: relative;
    margin-right: auto;
}

@media (min-width: 1100px) {
    .header__logo {
        margin-right: 0;
    }
}

.header__logo:after,
.header__logo svg {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.header__logo:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 2.5rem;
    width: 2px;
    height: 80%;
    background: var(--accent-color);
    border-radius: 4px;
}

.header__logo--hidden {
    pointer-events: none;
}

.header__logo--hidden:after,
.header__logo--hidden svg {
    opacity: 0;
}

.header__logo svg {
    fill: #fff;
    margin-right: 5rem;
}

.header__nav {
    display: none;
    width: 40%;
    margin-right: auto;
}

@media (min-width: 1100px) {
    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-right: 2.5rem;
    position: relative;
}

.header__nav-link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #ffc600;
    bottom: -4px;
    right: 0;
    -webkit-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}

.header__nav .header__nav-link:hover:before {
    width: 100%;
    left: 0;
}

.header__user {
    /*display: none;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1100px) {
    .header__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__auth {
    margin-right: 2.5rem;
}

.header__lang {
    position: relative;
}

.header__lang:after {
    position: absolute;
    content: "";
    right: -0.8rem;
    top: 42%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    background-image: url("../fonts/arrow.svg");
    background-repeat: no-repeat;
}

.header__lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #081047;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    border: none;
    color: #fff;
    outline: none;
}

.header__hamburger {
    display: none;
}

/*@media (min-width: 1100px) {*/

/*  .header__hamburger {*/

/*    display: none;*/

/*  }*/

/*}*/

.mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #081047;
}

@media (min-width: 1100px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    min-height: 600px;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-inner .mobile-nav__link,
.mobile-nav .mobile-nav__link {
    font-size: 30px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
    text-decoration: none;
}

.mobile-nav-inner .button,
.mobile-nav-inner .header__lang,
.mobile-nav-inner .mobile-nav__link,
.mobile-nav .button,
.mobile-nav .header__lang,
.mobile-nav .mobile-nav__link {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mobile-nav-inner .mobile-nav__link--sm,
.mobile-nav .mobile-nav__link--sm {
    font-size: 18px;
    padding-left: 12px;
    margin-bottom: 5px;
    text-decoration: none;
}

.mobile-nav--active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mobile-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3px;
}

.mobile-nav .link-anim {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.mobile-nav .button,
.mobile-nav .header__lang {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mobile-nav .button {
    margin-top: 8px;
    margin-bottom: 16px;
}

.footer {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
    position: relative;
    margin-top: -1px;
}

.footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__left,
.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__left {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .footer__left {
        width: 25%;
        padding: 0;
    }
}

.footer__middle {
    width: 50%;
    padding-left: 0;
    padding-right: 3.8rem;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 768px) {
    .footer__middle {
        padding-left: 3.8rem;
        padding-bottom: 0;
        border: none;
    }
}

.footer__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .footer__right {
        width: 25%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 0;
    }
}

.footer__link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #3e71e5;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.footer__link:hover {
    opacity: 0.6;
}

.footer__link:not(:last-child) {
    margin-bottom: 24px;
}

.footer__logo svg {
    fill: #fff;
}

.footer__contacts {
    margin-top: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__phone {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.4rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.footer__phone:hover {
    opacity: 0.6;
}

.footer__email {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #3e71e5;
    text-decoration: none;
    margin-bottom: 0.4rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.footer__email:hover {
    opacity: 0.6;
}

.footer__adress {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .footer__social {
        margin-bottom: 0;
    }
}

.ie11 .footer__social {
    max-width: 100%;
}

.footer__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #2c219c;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.footer__social-item:hover {
    opacity: 0.6;
}

.footer__social-item svg {
    fill: #3e71e5;
}

.footer__social-item:not(:last-of-type) {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

.footer__copyright {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
}

.footer__copyrights {
    background-color: #151764;
    padding: 1.5rem 0;
    text-align: center;
}

.footer__copyrights-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
}

.footer__copyrights-link {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #3e71e5;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.footer__copyrights-link:hover {
    opacity: 0.6;
}

.link {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #3e71e5;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.link:hover {
    opacity: 0.6;
}

.tabs__caption {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs__caption li {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #00062b;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.tabs__caption li span {
    opacity: 0.4;
}

.tabs__caption li+li {
    margin-left: 3.5rem;
}

li.tabs-active span {
    opacity: 1;
}

li.tabs-active:before {
    position: absolute;
    content: "";
    width: 120%;
    height: 2px;
    bottom: -0.4rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-color: #ffc600;
}

.tabs--product .tabs__caption {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.tabs__content {
    display: none;
}

.tabs__content.tabs-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs--technology .tabs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f5f7f7;
}

.tabs--technology .tabs__content h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #3e71e5;
    text-align: center;
    margin-bottom: 1.5rem;
}

.tabs--technology .tabs__content h4 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.tabs--technology .tabs__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs--technology .tabs__content ul li {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    position: relative;
}

@media (min-width: 768px) {
    .tabs--technology .tabs__content ul li {
        width: 48%;
    }
}

.tabs--technology .tabs__content ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 0.6rem;
    left: 0.4rem;
    background-color: #3e71e5;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .tabs--technology .tabs__content ul li:not(: nth-of-type(2n+2)) {
        margin-right: 4%;
    }
}

.tabs--technology .tabs__content figure {
    margin-bottom: 2rem;
}

.tabs--technology .tabs__content figure p {
    text-align: center;
}

.tabs--technology .tabs__content figure img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .tabs--technology .tabs__content figure img {
        max-width: 65%;
    }
}

.tabs--technology .tabs__content figcaption {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.tabs--technology .tabs__content p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.tabs--technology .tabs__caption {
    display: none;
    margin-bottom: 0.4rem;
}

.tabs--technology .tabs__caption li {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .tabs--technology .tabs__caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.tabs__control--mobile {
    padding-top: 30px;
    background-color: #f5f7f7;
}

@media (min-width: 768px) {
    .tabs__control--mobile {
        display: none;
    }
}

.promo {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding-top: 90px;
    /* background-image: url("../images/main-bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#081047), to(#201193));
    background-image: url("../images/main-bg.svg"), -webkit-linear-gradient(top, #081047, #201193);
    background-image: url("../images/main-bg.svg"), -o-linear-gradient(top, #081047, #201193);
    background-image: url("../images/main-bg.svg"), linear-gradient(180deg, #081047, #201193); */
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -50%;
    overflow: hidden;
    position: relative;
}

.promo .modal-promo {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    width: 100vw;
    height: 90vh;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: scroll;
    z-index: 21;
}

@media (max-width: 1210px) {
    .promo .modal-promo {
        width: 100vw;
    }
}

.promo .modal-promo .check-box-holder label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.promo .modal-promo .check-box-holder a {
    text-decoration: none;
}

.promo .modal-promo .check-box-holder input:checked+label .check-box-holder__box {
    background-color: #0ff;
}

.promo .modal-promo .check-box-holder input:checked+label .check-box-holder__box:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-image: url("../checked.html");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

@media (max-width: 767px) {
    .promo .modal-promo .check-box-holder input:checked+label .check-box-holder__box:after {
        width: 10px;
        height: 10px;
    }
}

.promo .modal-promo .check-box-holder--first {
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .promo .modal-promo .check-box-holder--first {
        margin-bottom: 15px;
    }
}

.promo .modal-promo .check-box-holder__box {
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #493bcc;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .promo .modal-promo .check-box-holder__box {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

.promo .modal-promo .check-box-holder__box__text {
    max-width: 90%;
    color: #fefeff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .promo .modal-promo .check-box-holder__box__text {
        font-size: 12px;
        max-width: 80%;
    }
}

.promo .modal-promo .input-alert {
    border: 1px solid #ffc600;
}

.promo .modal-promo .input-holder {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 3rem;
    border: 1px solid transparent;
}

.promo .modal-promo .input-holder.input-alert {
    border: 1px solid #ffc600;
}

@media (max-width: 1210px) {
    .promo .modal-promo .input-holder {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .promo .modal-promo .input-holder:not(: last-child) {
        margin-bottom: 10px;
    }
}

.promo .modal-promo .input-holder input {
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    min-height: 30px;
    width: 100%;
    outline: none;
}

.promo .modal-promo .input-holder label {
    pointer-events: none;
    color: #0ff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 10px;
    cursor: text;
    -webkit-transition: font-size 0.15s ease-out, -webkit-transform 0.15s ease-out;
    transition: font-size 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out, font-size 0.15s ease-out;
    transition: transform 0.15s ease-out, font-size 0.15s ease-out;
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

@media (max-width: 1210px) {
    .promo .modal-promo .input-holder label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .promo .modal-promo .input-holder label {
        font-size: 14px;
    }
}

.promo .modal-promo .input-holder label.focused {
    -webkit-transform: translateY(-175%);
    -ms-transform: translateY(-175%);
    transform: translateY(-175%);
    font-size: 16px;
}

@media (max-width: 767px) {
    .promo .modal-promo .input-holder label.focused {
        font-size: 12px;
    }
}

.promo .modal-promo .input-holder:after {
    background-color: #fff;
    opacity: 0.2;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.promo .modal-promo--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo .modal-join,
.promo .modal-mvp {
    display: none;
    width: 60vw;
}

@media (max-width: 1210px) {
    .promo .modal-join,
    .promo .modal-mvp {
        width: 80vw;
    }
}

@media (max-width: 768px) {
    .promo .modal-join,
    .promo .modal-mvp {
        width: 95vw;
        position: absolute;
        top: 1rem;
    }
}

.promo .modal-join--visible,
.promo .modal-mvp--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo .modal-wrapper {
    border-radius: 10px;
    padding-top: 44px;
    position: relative;
    max-width: 1210px;
    background: black;
    width: 100%;
}

.promo .modal-wrapper__inner--done .modal-title {
    font-size: 42px;
    line-height: 70px;
    letter-spacing: 4px;
    margin-bottom: 2rem;
}

@media (max-width: 1210px) {
    .promo .modal-wrapper__inner--done .modal-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .promo .modal-wrapper__inner--done .modal-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .promo .modal-wrapper__inner--done .modal-title {
        margin-bottom: 0.7em;
    }
}

.promo .modal-wrapper__inner--hidden {
    display: none;
}

@media (max-width: 1210px) {
    .promo .modal-wrapper {
        max-width: 90%;
        min-height: 1px;
    }
}

@media (max-width: 768px) {
    .promo .modal-wrapper {
        margin-top: 0;
        width: 90%;
    }
}

.promo .modal-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.4em;
    letter-spacing: 7.3px;
    text-align: center;
}

@media (max-width: 1210px) {
    .promo .modal-title {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .promo .modal-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .promo .modal-title {
        margin-bottom: 0.5em;
    }
}

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

.promo .modal-buttons {
    margin-top: 3em;
    text-align: center;
}

@media (max-width: 767px) {
    .promo .modal-buttons {
        margin-top: 1em;
    }
}

.promo .modal-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    outline: none;
    padding: 22px 38px;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 767px) {
    .promo .modal-button {
        padding: 10px 20px;
    }
}

.promo .modal-button:active,
.promo .modal-button:focus,
.promo .modal-button:hover {
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.2);
    border: 2px solid #ffc600;
}

.promo .modal-button--active {
    background-color: #4a3dbc;
}

.promo .modal-button.submit {
    margin-right: 1em;
}

.promo .close-btn {
    top: 0px;
    right: 10px;
}

.promo .close-btn:after,
.promo .close-btn:before {
    width: 20px;
}

@media (min-width: 640px) {
    .promo {
        padding-top: 18vh;
    }
}

@media (min-width: 992px) {
    .promo {
        min-height: 100vh;
    }
}

.promo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    width: 100%;
    position: relative;
}

@media (max-width: 775px) {
    .promo__wrap {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .promo__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.promo__svg {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: -40px;
}

/*
@media (min-width:768px) {
    .promo__svg {
        position: absolute;
        width: 60%;
        top: -10%;
        right: -5%;
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .promo__svg {
        width: 60%;
        top: -20%;
        right: -5%
    }
}

@media (min-width:1300px) {
    .promo__svg {
        width: 60%;
        top: 80%;
        right: -10%
    }
} */

.promo__svg img {
    max-width: 300px;
}

.promo__svg svg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.ie11 .promo__svg svg {
    height: 37vw;
}

.promo__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .promo__head {
        width: 65%;
    }
}

@media (min-width: 901px) {
    .promo__head {
        width: 60%;
        font-size: 4em;
    }
}

.promo__head h1 {
    margin-bottom: 2.5vh;
}

.promo__head p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 5vh;
    line-height: 1.8rem;
    font-size: 1.1rem;
    color: #fff;
}

.promo__middle {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .promo__middle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.promo__middle-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .promo__middle-left {
        width: 100%;
    }
}

.promo__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #4a3dbc;
}

@media (max-width: 767px) {
    .promo__links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 480px) {
    .promo__links {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 400px) {
    .promo__links {
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
}

.promo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 480px) {
    .promo__link {
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .promo__link {
        font-size: 0.8rem;
    }
}

@media (max-width: 350px) {
    .promo__link {
        font-size: 0.72rem;
    }
}

@media (max-width: 767px) {
    .promo__link {
        margin-right: auto;
        width: auto;
        margin-bottom: 10px;
    }
}

.promo__link svg {
    margin-right: 0.3rem;
}

@media (max-width: 480px) {
    .promo__link svg {
        width: 0.9rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 400px) {
    .promo__link svg {
        width: 0.8rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 350px) {
    .promo__link svg {
        width: 0.72rem;
        margin-right: 0.4rem;
    }
}

.promo__link:hover {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .promo__link+.promo__link {
        margin-left: 2rem;
    }
}

.promo__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .promo__stats {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.promo__stats-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo__stats-item:not(:last-of-type) {
    margin-right: 2rem;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .promo__stats-item:not(: last-of-type) {
        margin-right: 3rem;
        margin-bottom: 0;
    }
}

@media (max-width: 380px) {
    .promo__stats-item:not(: last-of-type) {
        margin-right: 1rem;
    }
}

.promo__stats-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.2rem;
}

@media (max-width: 400px) {
    .promo__stats-text {
        padding-left: 0.8rem;
    }
}

@media (max-width: 340px) {
    .promo__stats-text {
        padding-left: 0.6rem;
    }
}

.promo__stats-num {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 480px) {
    .promo__stats-num {
        font-size: 1.3rem;
    }
}

@media (max-width: 420px) {
    .promo__stats-num {
        font-size: 1.2rem;
    }
}

@media (max-width: 400px) {
    .promo__stats-num {
        font-size: 1.15rem;
        letter-spacing: 0;
    }
}

@media (max-width: 340px) {
    .promo__stats-num {
        font-size: 1rem;
    }
}

.promo__stats-descr {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3e71e5;
}

.promo__stats-svg svg {
    fill: transparent;
    width: 2rem;
    height: 2rem;
}

@media (max-width: 480px) {
    .promo__stats-svg svg {
        width: 1.3rem;
        height: 1.3rem;
    }
}

@media (max-width: 420px) {
    .promo__stats-svg svg {
        width: 1.2rem;
        height: 1.2rem;
    }
}

@media (max-width: 400px) {
    .promo__stats-svg svg {
        width: 1.15rem;
        height: 1.15rem;
    }
}

@media (max-width: 340px) {
    .promo__stats-svg svg {
        width: 1rem;
        height: 1rem;
    }
}

.promo__middle-right {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 3rem;
    margin-bottom: 3.8rem;
}

@media (min-width: 992px) {
    .promo__middle-right {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.promo__footer {
    margin-top: auto;
    background-color: transparent;
    border-top: 1px solid var(--accent-color);
    z-index: 0;
    margin-top: 20px;
    box-shadow: 0 0 10px var(--accent-color);
}

.promo__footer p {
    color: #fff;
}

.promo__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.promo__info,
.promo__info--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo__info--item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .promo__info--item {
        width: 20%;
    }
}

.promo__info--item span:first-of-type {
    margin-right: 0.5rem;
}

.promo__info--item+.promo__info--item {
    position: relative;
}

.promo__info--item+.promo__info--item:before {
    position: absolute;
    content: "";
    height: 120%;
    width: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-color: #3e71e5;
}

.promo__info--item:not(:first-of-type):not(:nth-of-type(2)) {
    display: none;
}

@media (min-width: 992px) {
    .promo__info--item:not(: first-of-type):not(: nth-of-type(2)) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.promo__social {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 4;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 1rem 0.5rem;
    background-color: rgba(72, 128, 255, 0.2);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

@media (min-width: 768px) {
    .promo__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.promo__social svg {
    fill: #7c79a8;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.promo__social svg:hover {
    fill: #ffc600;
}

.promo__social-link:not(:last-of-type) {
    margin-bottom: 1rem;
}

.promo--404 {
    min-height: 100vh !important;
}

.promo--404 .promo__head {
    margin-top: 10rem;
    width: 100%;
}

.promo--404 h1 {
    font-size: 46px;
    line-height: 1;
}

@media (min-width: 576px) {
    .promo--404 h1 {
        font-size: 12.5rem;
    }
}

.promo--404 p {
    font-size: 18px;
    line-height: 1.3;
}

@media (min-width: 576px) {
    .promo--404 p {
        font-size: 2rem;
    }
}

.solution {
    background-color: #f5f7f7;
    /* background-image: url(../images/back-white.png) */
}

.solution__title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    color: #3e71e5;
    letter-spacing: 1px;
}

.solution__title--white {
    color: #fff;
}

.solution__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.solution__top,
.solution__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.solution__top-wrap {
    margin-top: 3.5rem;
    width: 100%;
    padding-bottom: 200px;
}

@media (min-width: 768px) {
    .solution__top-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.solution__item {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .solution__item {
        width: 33%;
        padding-right: 3.5rem;
        padding-left: 2rem;
    }
}

.solution__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .solution__item div {
        display: block;
    }
}

.solution__item h2 {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #3e71e5;
    margin-bottom: 0.5rem;
    line-height: 1;
    padding-right: 20px;
}

.solution__item p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #00062b;
}

@media (min-width: 768px) {
    .solution__item:not(: last-of-type) {
        position: relative;
    }
    /* .solution__item:not(:last-of-type):after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4979e6));
        background-image: -webkit-linear-gradient(top, transparent, #4979e6);
        background-image: -o-linear-gradient(top, transparent, #4979e6);
        background-image: linear-gradient(180deg, transparent, #4979e6)
    } */
}

.solution__item:nth-of-type(2):after {
    height: 150%;
}

/*
.solution__bottom {
    position: relative;
    background-image: url("../images/dark-bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#091049), to(#2b229c));
    background-image: url("../images/dark-bg.svg"), -webkit-linear-gradient(top, #091049, #2b229c);
    background-image: url("../images/dark-bg.svg"), -o-linear-gradient(top, #091049, #2b229c);
    background-image: url("../images/dark-bg.svg"), linear-gradient(180deg, #091049, #2b229c);
    background-size: cover
} */

/*
.solution__bottom:after,
.solution__bottom:before {
    content: "";
    border-bottom: 29.26rem solid transparent;
    -webkit-border-image: url("../images/dark-bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#091049), to(#2b229c));
    -webkit-border-image: url("../images/dark-bg.svg"), -webkit-linear-gradient(top, #091049, #2b229c);
    -o-border-image: url("../images/dark-bg.svg"), -o-linear-gradient(top, #091049, #2b229c);
    border-image: url("../images/dark-bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#091049), to(#2b229c));
    border-image: url("../images/dark-bg.svg"), linear-gradient(180deg, #091049, #2b229c);
    position: absolute;
    top: 0
} */

.solution__bottom:before {
    left: 0;
    border-right: 50vw solid transparent;
}

.solution__bottom:after {
    right: 0;
    border-left: 50vw solid transparent;
}

.solution__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4rem;
}

.solution__triangle {
    -webkit-clip-path: polygon(0 0, 50% 100%, 102% -2%);
    clip-path: polygon(0 0, 50% 100%, 102% -2%);
    background-color: #f5f7f7;
    background-image: url("../images/back-white.png");
    background-position: -14rem;
    min-height: 100px;
    position: relative;
}

@media (min-width: 768px) {
    .solution__triangle {
        -webkit-clip-path: polygon(-1% -2%, 50% 100%, 101% -2%);
        clip-path: polygon(-1% -2%, 50% 100%, 101% -2%);
        min-height: 29.25rem;
    }
}

.solution__decor {
    width: 100%;
    position: relative;
    margin-top: 3rem;
    padding: 4rem 30px 6rem;
    border: 2px solid #ffc600;
    border-radius: 10px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .solution__decor {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

.solution__decor p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

.solution__steps {
    min-height: 20rem;
    margin-top: -2.5rem;
    padding-top: 7rem;
    background-image: -webkit-gradient( linear, left top, right top, from(#17a9f9), to(#6145f5));
    background-image: -webkit-linear-gradient(left, #17a9f9, #6145f5);
    background-image: -o-linear-gradient(left, #17a9f9, #6145f5);
    background-image: linear-gradient(90deg, #17a9f9, #6145f5);
}

.solution__steps-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .solution__steps-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.solution__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) {
    .solution__step {
        width: 33%;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .solution__step:not(: last-of-type):after {
        position: absolute;
        content: "";
        bottom: 20px;
        left: 50%;
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        border-left: 2px solid #ffc600;
        border-bottom: 2px solid #ffc600;
        -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
        transform: translate3d(-50%, 0, 0) rotate(-45deg);
    }
}

.solution__step-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.solution__step-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    max-width: 90%;
}

@media (min-width: 768px) {
    .solution__step-text {
        max-width: 60%;
    }
}

.solution__step-num {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 12.5rem;
    line-height: 1;
    position: absolute;
    left: 1.5rem;
    top: -3rem;
    color: hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 767px) {
    .solution__step-num--middle {
        left: auto;
        right: 10%;
    }
}

.solution__decor-triangle {
    display: none;
}

.solution__decor-triangle--always-visible {
    display: block;
    position: absolute;
    bottom: -0.85rem;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border-left: 2px solid #ffc600;
    border-bottom: 2px solid #ffc600;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .solution__decor-triangle {
        display: block;
        position: absolute;
        bottom: -0.85rem;
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        border-left: 2px solid #ffc600;
        border-bottom: 2px solid #ffc600;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.solution__decor-triangle:first-of-type {
    left: 15.5%;
    background-color: #2891f8;
}

.solution__decor-triangle:nth-of-type(2) {
    left: 49%;
    background-color: #3c77f7;
}

@media (max-width: 768px) {
    .solution__decor-triangle:nth-of-type(2) {
        left: 50%;
        margin-left: -0.75rem;
    }
}

.solution__decor-triangle:nth-of-type(3) {
    left: 82%;
    background-color: #4f5ef6;
}

div.triangle-item {
    position: absolute;
    top: 115%;
    right: -25%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    div.triangle-item {
        top: auto;
        right: auto;
        width: 25%;
        min-width: 80px;
    }
}

div.triangle-item--middle {
    top: 160%;
}

div.triangle-item--middle .triangle-item__img:after {
    top: 2rem;
}

@media (max-width: 767px) {
    div.triangle-item--left {
        bottom: 8rem;
        left: 4.5rem;
    }
}

@media (max-width: 767px) {
    div.triangle-item--right {
        bottom: 8rem;
        right: 4.5rem;
    }
}

.triangle-item__img {
    margin-bottom: 3rem;
    position: relative;
}

@media (max-width: 767px) {
    .triangle-item__img {
        margin-bottom: 1rem;
    }
}

.triangle-item__img img {
    width: 100%;
    height: auto;
}

.triangle-item__img:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 70%;
    height: 8rem;
    background-image: url("../fonts/white_platform.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .triangle-item__img:after {
        content: none;
    }
}

.ie11 .triangle-item__img {
    max-width: 100%;
}

.triangle-item__link {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #00062b;
    font-size: 1rem;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.triangle-item__link:after {
    position: absolute;
    content: "";
    right: -30px;
    top: calc(50% - 0.2rem);
    border-style: solid;
    border-width: 0.3rem;
    border-color: transparent transparent transparent #00062b;
}

.triangle-item__link:hover {
    opacity: 0.7;
}

div.triangle-item--middle {
    top: 155%;
}

@media (max-width: 767px) {
    div.triangle-item--middle {
        bottom: -1rem;
        left: 50%;
        top: auto;
        margin-left: -12.5%;
    }
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("../fonts/product-bg.svg");
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: 98% 8rem;
    border-bottom: 1px solid #ededed;
}

.product,
.product .modal-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product .modal-slide {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20;
}

.product .modal-slide--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product .modal-slide img {
    max-width: 80%;
    height: auto;
}

.product__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .product__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.product__wrap--desktop .swiper-wrapper {
    visibility: hidden;
}

.product__wrap--desktop .swiper-slide {
    visibility: visible;
}

.product__wrap--desktop .desktop-slider__descr {
    min-height: 5rem;
}

.product__left {
    width: 100%;
    padding-bottom: 8.5rem;
    padding-right: 0;
    padding-left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .product__left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
        padding-right: 7rem;
    }
}

.product__left h3 {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .product__left h3 {
        text-align: left;
    }
}

.product__left p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .product__left p {
        text-align: left;
    }
}

.product__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    padding-bottom: 5.625rem;
}

@media (min-width: 768px) {
    .product__right {
        width: 50%;
        padding-left: 12rem;
    }
}

.product__right video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 85%;
}

.product__right iframe {
    max-width: 100%;
    height: auto;
    padding-bottom: 5.625rem;
}

.product__icons-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4em;
}

.ie11 .product__icons-wrapper {
    max-width: 100%;
}

.product__icon {
    margin-right: 3em;
    position: relative;
}

.product__icon:before {
    background-color: #3e71e6;
    border-radius: 40px;
    display: inline-block;
    content: "";
    height: 2em;
    margin-right: 1em;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 2em;
}

.product__icon-text {
    padding-left: 3em;
    display: inline-block;
}

.product__video {
    width: 20rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product__video,
.product__video-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__video-wrap {
    width: 76%;
    padding-bottom: 161%;
}

.product__video-wrap:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 2.5rem);
    -ms-transform: translate(-50%, 2.5rem);
    transform: translate(-50%, 2.5rem);
    width: 101%;
    height: 1rem;
    background: #000;
}

@media (max-width: 767px) {
    .product__video {
        margin: auto;
    }
}

.product__video-btn {
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: -webkit-gradient( linear, left top, right top, from(#18a8f9), to(#5f48f5));
    background-image: -webkit-linear-gradient(left, #18a8f9, #5f48f5);
    background-image: -o-linear-gradient(left, #18a8f9, #5f48f5);
    background-image: linear-gradient(90deg, #18a8f9, #5f48f5);
    border: none;
    cursor: pointer;
    outline: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.product__video-btn,
.product__video-btn:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product__video-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    left: 55%;
    background-image: url("../fonts/play-btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.product__video-btn--active {
    opacity: 0;
    cursor: default;
}

.technology__header h2 {
    margin-bottom: 40px;
}

.technology__header p {
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    width: 60%;
}

@media (max-width: 1210px) {
    .technology__header p {
        width: 90%;
    }
}

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

.media__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .media__reviews {
        padding-bottom: 2rem;
    }
}

.media__rating {
    padding-top: 4.8rem;
    background-color: #0a1660;
}

@media (min-width: 768px) {
    .media__rating {
        padding-bottom: 5rem;
    }
}

.media__rating-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media__rating-wrap,
.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-item {
    width: 50%;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .review-item {
        width: 25%;
        margin-bottom: 2.5em;
        padding: 0 2rem;
    }
}

.review-item__logo {
    margin-bottom: 2rem;
    min-height: 50px;
}

@media (max-width: 480px) {
    .review-item__logo {
        min-height: 45px;
    }
}

.review-item__logo img {
    max-width: 100%;
    height: auto;
}

.review-item p {
    margin-bottom: 1.5rem;
    margin-top: auto;
}

.review-item a,
.review-item p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.review-item a {
    text-decoration: none;
    color: #3e71e5;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.review-item a:hover {
    opacity: 0.6;
}

.rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 0 1.2rem;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .rating-item {
        width: 25%;
        margin-bottom: 0;
        padding: 0 3.2rem;
    }
}

.rating-item__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    min-height: 74px;
}

@media (max-width: 1210px) {
    .rating-item__logo {
        min-height: 72px;
    }
}

@media (max-width: 1000px) {
    .rating-item__logo {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .rating-item__logo {
        min-height: 72px;
    }
}

.rating-item__logo img {
    max-width: 100%;
    height: auto;
}

.rating-item__eval {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0.4rem;
}

.rating-item__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #3e71e5;
}

.rating-item__link {
    text-decoration: none;
    color: #3e71e5;
}

.rating-item__link:active,
.rating-item__link:focus,
.rating-item__link:hover {
    color: #fff;
}

.partners {
    padding-bottom: 4.8rem;
    background-color: #f5f7f7;
}

@media (max-width: 767px) {
    .partners h2 {
        margin-bottom: 10px;
    }
}

.partners__caption {
    text-align: center;
    opacity: 0.5;
    margin: 20px auto 50px;
    max-width: 92%;
}

@media (min-width: 768px) {
    .partners__caption {
        margin: 4.3rem auto 0;
    }
}

.partners__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .partners__wrap {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
}

.partners__wrap.swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.partners__wrap--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

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

.partners__row .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__row--top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners__row--bottom {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
}

.partners__link {
    width: 50% !important;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.partners__link img {
    width: 90%;
    height: auto;
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
}

.partners__link img.logo-sm {
    width: 70%;
}

.partners__link img.logo-xsm {
    width: 50%;
}

@media (min-width: 768px) {
    .partners__link {
        width: 20% !important;
    }
    .partners__link img.logo-xsm {
        width: 40%;
    }
}

.partners__link:hover {
    opacity: 0.5;
}

.partner-item {
    width: 25%;
    position: relative;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .partner-item {
        padding: 0 3rem;
        min-height: 1px;
    }
}

.partner-item img {
    max-width: 100%;
    height: auto;
}

.ie11 .partner-item {
    display: block;
}

.partner-item__logo {
    opacity: 1;
    margin: auto;
    -webkit-transition: opacity 0.55s;
    -o-transition: opacity 0.55s;
    transition: opacity 0.55s;
    max-height: 70px;
    text-align: center;
}

.partner-item__logo--grey,
.partner-item__logo--small img {
    -webkit-filter: grayscale(1) opacity(0.5);
    filter: grayscale(1) opacity(0.5);
}

.partner-item__logo--small img {
    max-width: 40%;
}

@media (max-width: 767px) {
    .partner-item__logo {
        margin: auto;
    }
}

.partner-item__hover {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
    cursor: default;
    width: 110%;
}

@media (min-width: 768px) {
    .partner-item__hover {
        padding: 0;
    }
}

.partner-item:hover .partner-item__hover {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 1;
}

.partner-item:hover .partner-item__logo {
    opacity: 0.3;
}

.partner-item__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .partner-item__title {
        text-align: left;
    }
}

.partner-item__descr {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    max-width: 95%;
    text-align: center;
}

@media (min-width: 768px) {
    .partner-item__descr {
        text-align: left;
    }
}

.partner-item__info {
    display: inline-block;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3e71e5;
    text-align: center;
}

@media (min-width: 768px) {
    .partner-item__info {
        text-align: left;
    }
}

.team {
    position: relative;
}

@media (min-width: 768px) {
    .team:after {
        content: "";
        position: absolute;
        pointer-events: none;
        bottom: -48.4rem;
        right: 0;
        border-left: 100vw solid transparent;
        border-bottom: 60rem solid #1d1a77;
    }
}

.team__wrap {
    background-color: #fff;
    padding-top: 4.2rem;
}

.team__wrap h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #3e71e5;
    text-align: center;
    margin-bottom: 3rem;
}

.team__wrap .swiper-container {
    padding-bottom: 50px;
}

.team__descr {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.team__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .team__grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.team__hidden--on {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 100%;
    height: 0;
    margin: -1px;
    overflow: hidden;
}

.team-item {
    width: 50%;
    height: auto;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media (min-width: 768px) {
    .team-item {
        padding-left: 2rem;
        padding-right: 3.2rem;
        width: 25%;
    }
}

.team-item svg {
    fill: #b7b7b7;
}

@media (min-width: 768px) {
    .team-item:not(: nth-of-type(4n+4)):not(: last-of-type):after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        top: 0;
        right: 0;
        background-image: -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(50%, #b8b8b8), to(transparent));
        background-image: -webkit-linear-gradient( top, transparent, #b8b8b8 50%, transparent);
        background-image: -o-linear-gradient( top, transparent 0, #b8b8b8 50%, transparent 100%);
        background-image: linear-gradient( 180deg, transparent 0, #b8b8b8 50%, transparent);
    }
}

.team-item__img {
    margin-bottom: 2rem;
    width: 8.5rem;
    height: 8.5rem;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}

.team-item__img img {
    width: 100%;
    height: auto;
}

.team-item__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.team-item__position {
    font-weight: 700;
    color: #3e71e5;
}

.team-item__description,
.team-item__position {
    font-family: Roboto, sans-serif;
    margin-bottom: 1rem;
}

.team-item__description {
    font-weight: 500;
    line-height: 1.5;
}

.team-item__description+a {
    margin-top: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-item__description+a:hover {
    opacity: 0.6;
}

.section.blog {
    padding-top: 0;
    position: relative;
}

.blog {
    background-color: #fff;
}

.blog:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 100vw solid transparent;
    border-bottom: 60rem solid #1d1a77;
}

@media (min-width: 768px) {
    .blog:before {
        border-bottom: 60rem solid #1d1a77;
    }
}

.blog__header {
    padding-top: 6rem;
    position: relative;
}

.blog__header h2 {
    margin-bottom: 2.5rem;
}

.blog__header:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    width: 100%;
    height: 16rem;
}

.blog__wrap {
    padding-left: 18px;
}

.blog__wrap .swiper-container {
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .blog__wrap {
        padding-left: 0;
    }
}

.blog__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .blog__slide {
        padding-top: 2rem;
    }
}

.blog-item {
    border-radius: 10px;
    overflow: hidden;
    width: 32%;
    cursor: default;
}

@media (min-width: 768px) {
    .blog-item {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }
    .blog-item:hover {
        -webkit-transform: translate3d(0, -1.5rem, 0);
        transform: translate3d(0, -1.5rem, 0);
    }
}

.ie11 .blog-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.blog-item+.blog-item {
    margin-left: auto;
}

.blog-item__top {
    position: relative;
    padding-bottom: 52.25%;
    background-size: cover;
    background-position: 50%;
}

.blog-item__top:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(40%, rgba(26, 31, 119, 0.02)), color-stop(80%, rgba(26, 31, 119, 0.35)), to(rgba(26, 31, 119, 0.4)));
    background: -webkit-linear-gradient( top, rgba(26, 31, 119, 0.02) 40%, rgba(26, 31, 119, 0.35) 80%, rgba(26, 31, 119, 0.4));
    background: -o-linear-gradient( top, rgba(26, 31, 119, 0.02) 40%, rgba(26, 31, 119, 0.35) 80%, rgba(26, 31, 119, 0.4));
    background: linear-gradient( 180deg, rgba(26, 31, 119, 0.02) 40%, rgba(26, 31, 119, 0.35) 80%, rgba(26, 31, 119, 0.4));
}

.blog-item__top h4 {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .blog-item__top h4 {
        bottom: 1.5rem;
        left: 2.5rem;
    }
}

.blog-item__top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__descr {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.blog-item__bottom {
    padding: 20px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

@media (min-width: 768px) {
    .blog-item__bottom {
        padding: 2.5rem 2.5rem 1rem;
    }
}

.blog-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-item__footer span {
    opacity: 0.3;
}

.ico {
    background: url("../fonts/ico-bg.svg") no-repeat center 10rem, -webkit-gradient(linear, left top, left bottom, from(#1d1a77), to(#2c219c));
    background: url("../fonts/ico-bg.svg") no-repeat center 10rem, -webkit-linear-gradient(top, #1d1a77, #2c219c);
    background: url("../fonts/ico-bg.svg") no-repeat center 10rem, -o-linear-gradient(top, #1d1a77, #2c219c);
    background: url("../fonts/ico-bg.svg") no-repeat center 10rem, linear-gradient(180deg, #1d1a77, #2c219c);
    background-size: cover;
    position: relative;
}

@media (min-width: 768px) {
    .ico {
        padding-bottom: 10rem;
    }
    .ico:after {
        content: "";
        position: absolute;
        bottom: -39.8rem;
        right: 0;
        border-bottom: 60rem solid #1b1a75;
        border-left: 100vw solid transparent;
    }
}

.ico__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .ico__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.ico__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 3.5rem;
}

@media (max-width: 768px) {
    .ico__left {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .ico__left {
        width: 25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.ico__right {
    width: 100%;
}

@media (min-width: 768px) {
    .ico__right {
        width: 75%;
    }
}

.ico__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.3rem;
    width: 50%;
}

@media (min-width: 768px) {
    .ico__prop {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.ico__prop-title {
    color: #3e71e5;
    margin-bottom: 0.7rem;
}

.ico__prop-val {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
}

.ico__sub-titile {
    margin-bottom: 5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #3e71e5;
    text-align: center;
}

.ico__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ico__chart img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 650px) {
    .ico__chart {
        max-height: 420px;
    }
}

@media (max-width: 550px) {
    .ico__chart {
        max-height: 370px;
    }
}

@media (max-width: 450px) {
    .ico__chart {
        max-height: 300px;
    }
}

@media (max-width: 400px) {
    .ico__chart {
        max-height: 250px;
    }
}

.roadmap {
    min-height: 40rem;
    background-color: #1e1b7d !important;
    background: -webkit-gradient( linear, left top, left bottom, from(#0b124f), to(#201c81));
    background: -webkit-linear-gradient(top, #0b124f, #201c81);
    background: -o-linear-gradient(top, #0b124f, #201c81);
    background: linear-gradient(180deg, #0b124f, #201c81);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .roadmap {
        background: url("../fonts/roadmap-bg.svg") no-repeat center 16rem, -webkit-gradient(linear, left top, left bottom, from(#0b124f), to(#201c81));
        background: url("../fonts/roadmap-bg.svg") no-repeat center 16rem, -webkit-linear-gradient(top, #0b124f, #201c81);
        background: url("../fonts/roadmap-bg.svg") no-repeat center 16rem, -o-linear-gradient(top, #0b124f, #201c81);
        background: url("../fonts/roadmap-bg.svg") no-repeat center 16rem, linear-gradient(180deg, #0b124f, #201c81);
        background-size: cover;
    }
    .roadmap:before {
        position: absolute;
        content: "";
        bottom: -52rem;
        right: 0;
        border-bottom: 60rem solid #f5f7f7;
        border-left: 100vw solid transparent;
        height: 0;
        width: 0;
    }
}

.advisors {
    background-color: #f5f7f7;
    position: relative;
    z-index: 2;
    background-image: -webkit-linear-gradient( 295deg, #201c81 55vw, #f5f7f7 0, #f5f7f7);
    background-image: -o-linear-gradient( 295deg, #201c81 55vw, #f5f7f7 55vw, #f5f7f7 100%);
    background-image: linear-gradient(155deg, #201c81 55vw, #f5f7f7 0, #f5f7f7);
}

@media (min-width: 768px) {
    .advisors {
        background-image: none;
    }
    .advisors:before {
        position: absolute;
        z-index: 0;
        content: "";
        top: -7.5rem;
        width: 0;
        height: 0;
        border-bottom: 60rem solid #f5f7f7;
        border-left: 100vw solid transparent;
    }
    .advisors:after {
        position: absolute;
        z-index: -1;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 52rem;
        -webkit-clip-path: polygon(0 -1%, 0 100%, 87.5% -1%);
        clip-path: polygon(0 -1%, 0 100%, 87.5% -1%);
        background: url("../fonts/roadmap-bg.svg") no-repeat center -14rem, -webkit-gradient(linear, left top, left bottom, from(#201c81), to(#2c229c));
        background: url("../fonts/roadmap-bg.svg") no-repeat center -14rem, -webkit-linear-gradient(top, #201c81, #2c229c);
        background: url("../fonts/roadmap-bg.svg") no-repeat center -14rem, -o-linear-gradient(top, #201c81, #2c229c);
        background: url("../fonts/roadmap-bg.svg") no-repeat center -14rem, linear-gradient(180deg, #201c81, #2c229c);
        background-size: cover;
    }
}

.advisors .swiper-container {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .advisors .swiper-container {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .advisors__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.advisor-item {
    width: 49%;
    height: auto;
    margin-bottom: 1%;
    margin-right: auto;
}

.advisor-item__wrap {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.875rem;
    background-color: #fff;
    height: 100%;
}

.advisor-item__img {
    margin-bottom: 2rem;
    width: 8.5rem;
    height: 8.5rem;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
}

.advisor-item__img img {
    width: 100%;
    height: auto;
}

.advisor-item__top {
    padding: 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advisor-item__bottom {
    padding: 1.875rem;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.advisor-item__bottom:before {
    position: absolute;
    content: "";
    bottom: calc(100% - 0.5rem);
    left: 5.3rem;
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.advisor-item__bottom p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.advisor-item__info {
    padding-left: 2.4rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.advisor-item__info a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.advisor-item__info a:hover {
    opacity: 0.6;
}

.advisor-item__info svg {
    fill: #b7b7b7;
}

.advisor-item__name {
    font-size: 1.5rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.advisor-item__name,
.advisor-item__position {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.documents {
    position: relative;
    margin-top: -1px;
    background: -webkit-linear-gradient(300deg, #2c219c 60vw, #1b1a75 0, #1b1a75);
    background: -o-linear-gradient( 300deg, #2c219c 60vw, #1b1a75 60vw, #1b1a75 100%);
    background: linear-gradient(150deg, #2c219c 60vw, #1b1a75 0, #1b1a75);
}

.documents h2 {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .documents {
        background: -webkit-gradient( linear, left top, left bottom, from(#2c219c), to(#2c229c));
        background: -webkit-linear-gradient(top, #2c219c, #2c229c);
        background: -o-linear-gradient(top, #2c219c, #2c229c);
        background: linear-gradient(180deg, #2c219c, #2c229c);
        padding-bottom: 8rem;
    }
    .documents:after {
        position: absolute;
        content: "";
        pointer-events: none;
        bottom: 0;
        right: 0;
        border-bottom: 60rem solid #1b1a75;
        border-left: 100vw solid transparent;
    }
}

.documents__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

.document-item {
    width: 50%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .document-item {
        width: 25%;
        width: 20.8%;
        margin-bottom: 0;
        padding: 0;
    }
}

.document-item__content {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    -o-transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.document-item__content:hover {
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
}

.document-item__top {
    position: relative;
    width: 100%;
    height: 11.875rem;
    padding: 1.875rem 1.875rem 0;
}

@media (min-width: 2000px) {
    .document-item__top {
        height: 17rem;
    }
}

.document-item__paper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-left-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: Roboto, sans-serif;
    font-weight: 100;
    color: #3e71e5;
    font-size: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.document-item__paper:before {
    position: absolute;
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: #b1d8f1;
}

.document-item__paper:after {
    position: absolute;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    top: -0.2rem;
    right: -0.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #cae8fc;
}

.document-item:nth-of-type(2) .document-item__paper:before {
    background: #bbb2ff;
}

.document-item:nth-of-type(2) .document-item__paper:after {
    background: #d2ccff;
}

.document-item:nth-of-type(3) .document-item__paper:before {
    background: #ffacc0;
}

.document-item:nth-of-type(3) .document-item__paper:after {
    background: #ffccd0;
}

.document-item:nth-of-type(4) .document-item__paper:before {
    background: #ffe289;
}

.document-item:nth-of-type(4) .document-item__paper:after {
    background: #fff1b8;
}

.document-item__bottom {
    position: relative;
    z-index: 1;
    padding: 1.875rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
}

.document-item__bottom a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3e71e5;
    letter-spacing: 1px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.document-item__bottom a:hover {
    opacity: 0.6;
}

.document-item__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.roadmap-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .roadmap-mobile {
        display: none;
    }
}

.roadmap-mobile__item {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .roadmap-mobile__item {
        width: 90%;
    }
}

.roadmap-mobile__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 26px;
    padding-top: 45px;
}

.roadmap-mobile__title {
    color: #0ff;
    margin-bottom: 16px;
}

.roadmap-mobile__descr,
.roadmap-mobile__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.roadmap-mobile__descr {
    color: #fff;
}

.roadmap-mobile__item--future .roadmap-mobile__wrap {
    padding-top: 15px;
}

.roadmap-mobile__item--future .roadmap-mobile__descr,
.roadmap-mobile__item--future .roadmap-mobile__title {
    color: #3e71e5;
}

@media (min-width: 768px) {
    .roadmap__desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 1800px;
        height: 30rem;
    }
}

.roadmap__desktop svg {
    margin: 0 auto;
}

.roadmap__wrapper {
    display: none;
}

@media (min-width: 768px) {
    .roadmap__wrapper {
        display: block;
    }
}

@media (min-width: 992px) {
    .roadmap__wrapper {
        padding-right: 3.5rem;
        padding-left: 3rem;
    }
}

@media (min-width: 1300px) {
    .roadmap__wrapper {
        padding-right: 8.5rem;
        padding-left: 3rem;
    }
}

.ie11 .roadmap__wrapper {
    max-width: 100%;
}

.article {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    overflow-y: scroll;
    background-color: #fff;
}

.article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.article h2 {
    margin-bottom: 2rem;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
}

.article h3 {
    font-size: 1.5rem;
}

.article h3,
.article p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #00062b;
    margin-bottom: 2rem;
}

.article a,
.article p {
    font-size: 1rem;
}

.article a {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    color: #3e71e5;
}

.article--visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.article__wrapper {
    padding: 60px 20px 80px;
}

@media (min-width: 992px) {
    .article__wrapper {
        padding: 3.8rem 16rem 5.4rem;
    }
}

@media (min-width: 1300px) {
    .article__wrapper {
        padding: 3.8rem 20rem 5.4rem;
    }
}

@media (min-width: 1600px) {
    .article__wrapper {
        padding: 3.8rem 26rem 5.4rem;
    }
}

.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

.close-btn {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .close-btn {
        top: 4rem;
        right: 5rem;
        width: 50px;
        height: 50px;
    }
}

.close-btn:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-btn:after,
.close-btn:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #63a6e7;
}

.close-btn:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-btn--white:after,
.close-btn--white:before {
    background-color: #fff;
}

.blog__wrap .swiper-pagination,
.product__wrap .swiper-pagination,
.swiper-container .swiper-pagination {
    width: 100%;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

@media (min-width: 768px) {
    .blog__wrap .swiper-pagination,
    .product__wrap .swiper-pagination,
    .swiper-container .swiper-pagination {
        bottom: -5.5rem;
    }
}

.blog__wrap .swiper-pagination-bullet,
.product__wrap .swiper-pagination-bullet,
.swiper-container .swiper-pagination-bullet {
    width: 4rem;
    height: 20px;
    opacity: 1;
    border-radius: unset;
    background: -webkit-linear-gradient( top, transparent 9px, #5e3af7 0, #5e3af7 11px, transparent 0, transparent);
    background: -o-linear-gradient( top, transparent 9px, #5e3af7 9px, #5e3af7 11px, transparent 11px, transparent 100%);
    background: linear-gradient( 180deg, transparent 9px, #5e3af7 0, #5e3af7 11px, transparent 0, transparent);
    outline: none;
}

.blog__wrap .swiper-pagination-bullet-active,
.product__wrap .swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-bullet-active {
    background: -webkit-linear-gradient( top, transparent 9px, #ffc600 0, #ffc600 11px, transparent 0, transparent);
    background: -o-linear-gradient( top, transparent 9px, #ffc600 9px, #ffc600 11px, transparent 11px, transparent 100%);
    background: linear-gradient( 180deg, transparent 9px, #ffc600 0, #ffc600 11px, transparent 0, transparent);
}

.blog__wrap .swiper-pagination-bullet+.swiper-pagination-bullet,
.product__wrap .swiper-pagination-bullet+.swiper-pagination-bullet,
.swiper-container .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 1.6rem;
}

.blog__wrap .swiper-pagination {
    display: none;
}

@media (min-width: 768px) {
    .blog__wrap .swiper-pagination {
        display: inline-block;
        bottom: 0;
    }
}

.desktop-tab-slider .swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 300px;
    border-radius: 10px;
    background-repeat: no-repeat;
    border: 1px solid #eeecec;
}

@media (min-width: 768px) {
    .desktop-tab-slider .swiper-slide {
        min-height: 30rem;
        background-size: cover;
    }
}

.desktop-tab-slider-wrapper {
    position: relative;
    padding-bottom: 6rem;
}

.desktop-tab-slider-wrapper .swiper-pagination {
    bottom: 2rem;
}

.desktop-slider__descr {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    max-width: 50%;
    padding-bottom: 1.3rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.product__wrap--desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.scroll {
    height: 30rem;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 60%;
    margin: 0 auto;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 20px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: -webkit-gradient( linear, left top, right top, from(transparent), color-stop(#1182b8), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #1182b8, transparent);
    background: -o-linear-gradient(left, transparent, #1182b8, transparent);
    background: linear-gradient(90deg, transparent, #1182b8, transparent);
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.overflow-hidden {
    overflow: hidden;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.text-yellow {
    color: #ffc600;
}

.text-dark {
    color: #00062b;
}

.text-white {
    color: #fff;
}

@media (max-width: 767px) {
    .mob-d-none {
        display: none;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    background-color: var(--bg-color);
    pointer-events: none;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.particles {
    position: relative;
    min-height: 100vh;
}

.header__auth {
    color: #fff !important;
    border: 1px solid var(--accent-color);
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans"), local("WorkSans-Regular"), url("../font/Worksans.woff") format("woff2"), url("../font/Worksans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../font/Worksansmedium.woff") format("woff2"), url("../font/Worksansmedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans SemiBold"), local("WorkSans-SemiBold");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans Bold"), local("WorkSans-Bold"), url(../font/_Worksansbold.woff) format("woff2"), url("../font/_Worksansbold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans ExtraBold"), local("WorkSans-ExtraBold");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: local("Work Sans Black"), local("WorkSans-Black"), url("../font/Worksansblack.woff") format("woff2"), url("../font/Worksansblack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
}

@media (min-width: 1400px) {
    .promo__head {
        max-width: 40%;
    }
}

.accent {
    color: var(--accent-color);
    text-shadow: 0 0 20px var(--accent-color);
}

.promo__head p,
body p {
    font-family: "Work Sans", sans-serif;
    font-weight: 400 !important;
}

.promo__svg img {
    border-radius: 50px;
    border: 4px solid var(--third-color);
}

.play-wrapper {
    position: relative;
    filter: drop-shadow(0 0 4px var(--third-color));
    -webkit-filter: drop-shadow(0 0 4px var(--third-color));
    transition: all 0.2s ease-in;
}

.play-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-style: solid;
    border-width: 37px 0px 37px 74px;
    border-color: transparent transparent transparent var(--third-color);
    filter: drop-shadow(0 0 4px var(--third-color));
    -webkit-filter: drop-shadow(0 0 4px var(--third-color));
    pointer-events: none;
}

.promo .wrapper {
    display: grid;
    grid-template-columns: repeat(1fr, 1fr);
    grid-template-rows: repeat(1fr, 1fr);
}

.promo__right {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 480px;
    border-radius: 50px;
    margin: auto;
}

.promo__right img {
    max-width: 100%;
}

.promo__wrapper {
    max-width: 500px;
}

.promo p {
    color: #fff;
}

.play-wrapper img {
    border-radius: 50px;
}

.promo {
    border-bottom: 1px solid var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
}

.users-row {
    padding: 20px 10px;
    z-index: 2;
    --gap: 1rem;
    overflow: hidden;
    user-select: none;
    margin-top: auto;
    display: flex;
}

.users-row__wrapper {
    display: flex;
    flex-shrink: 0;
    display: flex;
    margin-right: 20px;
    gap: var(--gap);
    animation: scroll 50s linear infinite;
}

.users-row__img {
    z-index: 2;
}

.users-row__img img {
    width: 85px;
    height: 85px;
    z-index: 2;
    border-radius: 50%;
}

.users-row__item {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
    border-radius: 3000px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.05);
}

.users-row__text {
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 14px;
}

.users-row__won span {
    color: var(--accent-color);
}

.form-div {
    margin-bottom: 40px !important;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.promo__heading h1 br {
    display: none;
}

@media (max-width: 1000px) {
    .promo .wrapper {
        grid-template-columns: 1fr;
    }
    .promo__right {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .promo__heading,
    .promo__heading h1,
    .promo__heading p {
        width: 100%;
        max-width: 500px;
        margin: 10px auto 0;
    }
    .promo__heading p {
        margin-bottom: 20px;
    }
    .promo__wrapper {
        max-width: 100%;
        text-align: center;
    }
    .form-div {
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }
    .form {
        margin: 0 auto;
    }
    .promo__right {
        margin: 80px auto;
        max-width: 250px;
    }
    .round-logo span,
    .round-logo {
        transform-origin: 0 162px;
    }
    .round-logo {
        top: -80px;
        left: 120px;
    }
}

@media (max-width: 576px) {
    .promo__right {
        margin: 100px auto;
        max-width: 250px;
    }
}

.technology {
    background-color: var(--bg-color);
    padding-bottom: 20vh;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.technology p,
h2 {
    color: #fff;
    font-family: "Work Sans", sans-serif;
    z-index: 2;
}

.technology .technology__conclusion {
    margin-top: 40px;
    padding-bottom: 0 !important;
    color: var(--accent-color);
    text-shadow: 0 0 10px var(--accent-color);
    font-size: 27px;
}

.technology {
    position: relative;
    overflow: hidden;
}

.technology::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 50%;
    z-index: 0;
    background-color: var(--third-color);
    box-shadow: 0 0 100px var(--third-color);
    filter: blur(120px);
    opacity: 0.9;
}

.technology::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 40%;
    z-index: 0;
    background-color: var(--accent-color);
    box-shadow: 0 0 100px var(--accent-color);
    filter: blur(120px);
}

.anti-accent {
    color: var(--third-color);
    text-shadow: 0 0 10px var(--third-color);
}

.promo .form .statistics__item {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 36px !important;
    line-height: 1.3;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
}

.promo__subtitle {
    margin-bottom: 20px;
}

.technology__header h2 {
    font-size: 26px;
}

.key__start-list {
    margin-top: 0;
}

/* Particles */

html,
body {
    margin: 0;
    padding: 0;
}

.background {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

section {
    background-color: transparent;
    z-index: 1;
}

/* Animation */

.promo__title {
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(0, -200px, 0);
    opacity: 0;
    transition: var(--transition);
}

.promo.dynamic-accent-active .promo__title {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.promo__subtitle {
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(-200px, 0, 0);
    opacity: 0;
    transition: var(--transition);
}

.promo.dynamic-accent-active .promo__subtitle {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.promo__middle-left {
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(0, 200px, 0);
    opacity: 0;
    transition: var(--transition);
}

.promo.dynamic-accent-active .promo__middle-left {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.promo__right {
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(500px, 0, 0);
    opacity: 0;
    transition: var(--transition);
}

.promo.dynamic-accent-active .promo__right {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.users-row__wrapper {
    will-change: transform;
    transform: translateZ(0);
}

.form--btn {
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 30px consolas;
    overflow: hidden;
    border-radius: 5px;
}

/*
.form--btn span {
    will-change: transform;
    transform: translateZ(0);
}

.form--btn span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: var(--third-color);
    box-shadow: 0 0 5px var(--third-color);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateZ(0) translateX(-100%);
	}
	100% {
		transform: translateZ(0) translateX(100%);
	}
}

.form--btn span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: var(--third-color);
    box-shadow: 0 0 5px var(--third-color);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateZ(0) translateY(-100%);
	}
	100% {
		transform: translateZ(0) translateY(100%);
	}
}

.form--btn span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: var(--third-color);
    box-shadow: 0 0 5px var(--third-color);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateZ(0) translateX(100%);
	}
	100% {
		transform: translateZ(0) translateX(-100%);
	}
}

.form--btn span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: var(--third-color);
    box-shadow: 0 0 5px var(--third-color);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateZ(0) translateY(100%);
	}
	100% {
		transform: translateZ(0) translateY(-100%);
	}
} */

.technology::before {
    transition: var(--transition);
    transform: translateZ(0) translate3d(0, calc(var(--scrollTop) / -3), 0);
    will-change: transform;
}

.technology::after {
    transition: var(--transition);
    transform: translateZ(0) translate3d(0, calc(var(--scrollTop) / 3), calc(var(--scrollTop) / -6));
    will-change: transform;
}

.problem__title::before {
    width: 100%;
}

.problem__title {
    margin-bottom: 0;
    will-change: transform;
    transform: translateZ(0) translate3d(0, -100%, 0);
    transition: var(--transition);
}

.problem.dynamic-accent-active .problem__title {
    transform: translateZ(0) translate3d(0, 0, 0);
}

.problem__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
}

.problem__title-left,
.problem__title-right {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--third-color);
    border-radius: 15px;
    box-shadow: 0 0 10px var(--third-color);
    will-change: transform;
    transform: translateZ(0);
    transition: var(--transition);
}

.problem__title-left {
    transform: translateZ(0) translate3d(-100%, 0, 0);
}

.problem__title-right {
    transform: translateZ(0) translate3d(100%, 0, 0);
}

.problem.dynamic-accent-active .problem__title-left,
.problem.dynamic-accent-active .problem__title-right {
    transform: translateZ(0) translate3d(0, 0, 0);
}

.problem__text {
    overflow: hidden;
}

.problem__text span {
    position: relative;
}

.problem__text span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transition: all 0.8s ease-in-out;
    transition-delay: 0.75s;
    transform: translateZ(0) translate3d(-150%, 0, 0);
    box-shadow: 0 0 10px var(--accent-color);
    border-radius: 15px;
}

.problem__first.dynamic-accent-active .problem__text span::after,
.problem__second.dynamic-accent-active .problem__text span::after,
.problem__third.dynamic-accent-active .problem__text span::after {
    transform: translateZ(0) translate3d(0, 0, 0);
}

.problem__first .problem__text-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(-100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__first.dynamic-accent-active .problem__text-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.problem__first .problem__img-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__first.dynamic-accent-active .problem__img-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.problem__second .problem__text-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__second.dynamic-accent-active .problem__text-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.problem__second .problem__img-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(-100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__second.dynamic-accent-active .problem__img-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.problem__third .problem__text-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(-100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__third.dynamic-accent-active .problem__text-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.problem__third .problem__img-wrapper {
    will-change: trasform, opacity;
    transform: translateZ(0) translate3d(100%, 0, 0);
    opacity: 0;
    transition: var(--transition);
    transition-delay: 0.5s;
}

.problem__third.dynamic-accent-active .problem__img-wrapper {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.key__title {
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(0, -70%, 0);
    opacity: 0;
    transition: var(--transition);
}

.key__wrapper.dynamic-accent-active .key__title {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.key__arrow {
    height: 2px;
    flex-grow: 1;
    width: 100%;
    margin-left: 20px;
    position: relative;
    max-width: 400px;
    margin: auto 0;
    margin-left: 20px;
    overflow: hidden;
}

.arrow {
    /* position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--third-color);
  box-shadow: 0 0 10px var(--third-color);
  transition: var(--transition);
  transition-delay: 0.5s;
  border-radius: 4px;
  will-change: transform;
  transform: translateZ(0) translate3d(-100%, 0, 0); */
}

.key__wrapper.dynamic-accent.dynamic-accent-active .arrow {
    transform: translateZ(0) translate3d(0, 0, 0);
}

.key__main-text {
    opacity: 0;
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(0, 100px, 0);
    transition: var(--transition);
    transition-delay: 1.2s;
    margin-bottom: 200px;
    z-index: 1;
}

.key__wrapper.dynamic-accent-active .key__main-text {
    opacity: 1;
    transform: translateZ(0) translate3d(0, 0, 0);
}

.key__main-text::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    background-color: var(--third-color);
    box-shadow: 0 0 30px var(--third-color);
    right: 50%;
    will-change: height, opacity, transform;
    transform: translateZ(0) translate3d(0, 50%, 0);
    bottom: -101px;
    margin: 0 auto;
    transition: var(--transition);
    transition-delay: 1.5s;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    border-radius: 15px;
}

.key__wrapper.dynamic-accent-active .key__main-text::after {
    opacity: 1;
}

.key__start-list {
    opacity: 0;
    transform: translateZ(0) translate3d(0, 100%, 0);
    will-change: transform, opacity;
    transition: var(--transition);
    transition-delay: 1s;
}

.key__wrapper--start.dynamic-accent-active .key__start-list {
    transform: translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
}

.key__start-phrase {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: var(--transition);
    transition-delay: 1s;
    will-change: transform, opacity;
    overflow: hidden;
}

.key__wrapper--start.dynamic-accent-active .key__start-phrase {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.key__start-phrase::after {
    content: "";
    position: absolute;
    will-change: transform;
    overflow: hidden;
    transition: var(--transition);
    transition-delay: 1.5s;
    transform: translatez(0) translate3d(-100%, 0, 0);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 15px;
    background-color: var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
}

.key__wrapper--start.dynamic-accent.dynamic-accent-active .key__start-phrase::after {
    transform: translatez(0) translate3d(0, 0, 0);
}

.sert-wrapper {
    will-change: transform, opacity;
    opacity: 0;
    transform: translateZ(0) translate3d(-100%, 0, 0);
    transition: var(--transition);
}

.trust__content.dynamic-accent-active .sert-wrapper {
    opacity: 1;
    transform: translateZ(0) translate3d(0, 0, 0);
}

.trust__list {
    will-change: transform, opacity;
    opacity: 0;
    transform: translateZ(0) translate3d(100%, 0, 0);
    transition: var(--transition);
}

.trust__content.dynamic-accent-active .trust__list {
    opacity: 1;
    transform: translateZ(0) translate3d(0, 0, 0);
}

.description {
    will-change: opacity, transform;
    transition: all 0.2s ease-in;
    transform: translateZ(0);
}

.description p {
    will-change: opacity, transform;
    transition: all 0.2s ease-in;
}

.description.hide {
    opacity: 0;
    will-change: transform, opacity;
    transform: translateZ(0) translateY(5vh);
}

.description.hide p {
    will-change: opacity, transform;
    transition: var(--transition);
    transform: translateZ(0) translateY(2vh);
}

.background {
    will-change: auto;
    transform: translateZ(0);
}

.collabe .users-row__wrapper {
    will-change: auto;
    transform: translateZ(0);
}

.form--btn span {
    will-change: auto;
    transform: translateZ(0);
}

@media (max-width: 575px) {
    .technology::after,
    .technology::before {
        transform: translateZ(0);
    }
}

.video-popup {
    position: fixed;
    top: 55%;
    left: 50%;
    width: 45%;
    /* height: 70%; */
    will-change: transform, opacity;
    transform: translateZ(0) translate3d(200%, -50%, 0);
    transition: all 1s ease-in-out;
    z-index: 9999;
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 200px var(--accent-color);
    overflow: visible;
    pointer-events: none;
    border-radius: 24px;
    z-index: 100000;
}

@media (max-width: 600px) {
    .video-popup {
        width: 55%;
    }
}

@media (max-width: 500px) {
    .video-popup {
        width: 80%;
    }
}

.video-popup.video-popup-show {
    transform: translateZ(0) translate3d(-50%, -50%, 0);
    pointer-events: auto;
    transition: all 1s ease-in-out;
    border-radius: 24px;
}

.video-popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.close-button {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent;
    outline: none;
    width: 40px;
    height: 40px;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 9999;
}

.close-button span {
    width: 30px;
    height: 2px;
    will-change: transform;
    transition: all 0.4s ease-in;
    transition-delay: 1.25s;
    border-radius: 15px;
    background-color: var(--third-color);
    box-shadow: 0 0 10px var(--third-color);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
}

.video-popup-show .close-button span:first-child {
    transform: translateZ(0) rotate(45deg);
}

.video-popup-show .close-button span:last-child {
    transform: translateZ(0) rotate(-45deg);
}

.video-popup iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #252c33;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00faaa;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    will-change: transform;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f70044;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    will-change: transform;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00faaa;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form .form--btn {
    font-family: "Work Sans", sans-serif;
}

#particles-js {
    z-index: 0 !important;
}

section {
    z-index: 99 !important;
}

.collab .users-row {
    transform: translateZ(0);
}

@media (max-width: 575px) {
    .round-logo {
        animation: none;
    }
    .technology {
        font-size: 18px;
    }
    .problem__text {
        font-size: 18px !important;
    }
    .problem {
        padding-bottom: 0 !important;
    }
    .key {
        padding-top: 40px !important;
    }
    .slider__item-text {
        font-size: 14px;
        line-height: 18px;
    }
    .slider__item-desc {
        font-size: 12px !important;
    }
    .slider__item {
        max-height: auto;
    }
    .people {
        height: auto;
    }
    .form .form--btn {
        padding-top: 7px !important;
    }
}

.last-form .form {
    border: 1px solid var(--third-color);
    box-shadow: 0 0 20px var(--third-color);
    z-index: 9999;
}

.header {
    z-index: 1000;
}

.statistics__wrapper div:last-child {
    z-index: 999;
}

.footer {
    background: var(--bg-color);
    opacity: 1;
    z-index: 99;
    padding-top: 0;
}

.video {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    color: red !important;
}

.form--btn,
.close-button {
    cursor: pointer;
}

.close-button {
    transform: translate(0, 0);
    top: -30px;
    right: -30px;
}

.close-button span {
    top: 50%;
    left: 10%;
    height: 4px;
    width: 40px;
    /* transform: translate(-50%,-50%); */
}

@media (max-width: 575px) {
    .video-popup {
        top: 60%;
    }
    .slider__item-name {
        font-size: 16px;
    }
}

@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 10px var(--accent-color), 0 0 20px var(--accent-color), 0 0 20px var(--accent-color), 0 0 20px var(--accent-color), 0 0 2px var(--accent-color);
        color: var(--accent-color);
    }
    50% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 2px #fff;
        color: #fff;
    }
}

.cta-container {
    color: var(--accent-color);
    text-shadow: 0 0 10px var(--accent-color);
    font-size: 32px;
    display: flex;
    width: fit-content;
    margin: 40px auto;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin: 40px auto;
}

.right {
    width: 100%;
}

.stack {
    display: grid;
    grid-template-columns: 1fr;
}

.stack span {
    font-weight: 400;
    grid-row-start: 1;
    grid-column-start: 1;
    font-size: 32px;
    --stack-height: calc(100% / var(--stacks) - 1px);
    --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
    --clip-top: calc(var(--stack-height) * var(--index));
    --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
    clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
    animation: stack 3s cubic-bezier(0.46, 0.29, 0, 1.24) infinite backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) {
    --glitch-translate: 8px;
}

.stack span:nth-child(even) {
    --glitch-translate: -8px;
}

@keyframes stack {
    0% {
        /* opacity: 0; */
        transform: translateX(-5%);
        text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    }
    60% {
        opacity: 0.5;
        transform: translateX(5%);
    }
    80% {
        transform: none;
        opacity: 1;
        text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }
    100% {
        text-shadow: none;
    }
}

@keyframes glitch {
    0% {
        text-shadow: -2px 3px 0 red, 2px -3px 0 var(--accent-color);
        /* transform: translate(var(--glitch-translate)); */
    }
    2% {
        text-shadow: 2px -3px 0 red, -2px 3px 0 var(--accent-color);
    }
    4%,
    100% {
        text-shadow: none;
        transform: none;
    }
}

@media (max-width: 575px) {
    .stack span {
        font-size: 20px;
    }
}

.video::-webkit-media-controls-play-button,
.video::-webkit-media-controls-volume-slider-container,
.video::-webkit-media-controls-volume-slider,
.video::-webkit-media-controls-mute-button,
.video::-webkit-media-controls-timeline,
.video::-webkit-media-controls-current-time-display,
.video::-webkit-media-controls-timeline-container,
.video::-webkit-media-controls-time-remaining-display,
.video::-webkit-media-controls-seek-back-button,
.video::-webkit-media-controls-seek-forward-button,
.video::-webkit-media-controls-fullscreen-button,
.video::-webkit-media-controls-rewind-button,
.video::-webkit-media-controls-return-to-realtime-button,
.video::-webkit-media-controls-toggle-closed-captions-button {
    filter: sepia(100%) brightness(100%) saturate(2000%) hue-rotate(75deg) contrast(200%);
}

@media (max-width: 575px) {
    .promo {
        padding-top: 120px;
    }
    .problem__title-wrapper {
        margin-bottom: 0;
    }
    .problem__item-wrapper {
        margin-top: 5vh !important;
    }
    .technology {
        padding-bottom: 50px;
    }
    .key__main-text::after {
        height: 100px;
        bottom: -51px;
    }
    .key__wrapper.dynamic-accent-active .key__main-text {
        margin-bottom: 100px;
    }
    .key__title {
        margin-bottom: 10px !important;
    }
    .arrows {
        top: 120px !important;
    }
    .swiper {
        min-height: 798px;
    }
    .key__main-text,
    .key__arrow,
    .key__title,
    .key__start-phrase,
    .key__start-list {
        transition-delay: 0;
    }
}

.form:before {
    background-color: rgba(255, 255, 255, 0.12);
}

.footer__content {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__socials {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer__socials .socials__heading {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0.75em 0;
}

.footer__socials .socials__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__socials .socials__link {
    display: block;
}

.footer__socials .socials__icon {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.footer__bottom {
    border-top: 1px solid #8998ff;
    padding-top: 34px;
    color: #8998ff;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

footer .footer_disclaimer {
    color: #8998ff;
    font-size: 12px;
    padding-top: 20px;
}

.footer__bottom .bottom__col {
    padding: 8px 0;
}

.footer__bottom .bottom__link {
    font-weight: 400;
}

@media (max-width: 61.25em) {
    .footer__content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer__socials {
        align-items: center;
        margin: 30px auto;
    }
    .footer__socials .socials__list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer__socials .socials__link {
        flex: 1 0 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__socials .socials__icon {
        background-size: 37px 37px;
        width: 37px;
        height: 37px;
        padding: 30px 0;
    }
}

@media (min-width: 61.25em) {
    .footer__socials {
        width: 40%;
    }
    .form--email {
        width: 60%;
    }
    .footer__socials {
        margin-bottom: 25px;
    }
    .footer__socials .socials__list {
        margin-top: 10px;
    }
    .footer__socials .socials__icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 768px) {
    .footer__bottom {
        flex-direction: column;
    }
}

.footer__bottom {
    border-top: 1px solid var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
    color: var(--accent-color);
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 10px;
    background-color: var(--bg-color);
}

.footer__bottom a {
    color: var(--accent-color);
    text-decoration: none;
}

.footer {
    padding-bottom: 0;
}

.form {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.1);
}

.form:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    filter: blur(10px);
    border-radius: 10px;
}

.form--controlWrapper {
    margin-bottom: 18.8px;
    position: relative;
    vertical-align: middle;
    background-image: none;
    border-radius: 4px;
    border-color: #a94442;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form--controlWrapper-half {
    width: 100%;
}

.form--title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.form--top {
    margin: 0;
    padding: 3px 0 33px 0;
}

.form--title-yellow {
    color: #fafafa;
}

.form--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form--input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    height: 37.7px;
    color: #fff;
    background-color: transparent;
    padding: 12px 30px 12px 10px;
    text-overflow: ellipsis;
    outline-style: none;
}

.input--wrapper {
    position: relative;
}

.input--wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--second-color);
    border-radius: 25px;
    transition: all 0.1s ease-in;
}

.input--wrapper:hover::after {
    background-color: var(--third-color);
}

.form--input:focus::after {
    border: 1px solid var(--accent-color);
}

.form--floatingLabel {
    position: absolute;
    z-index: 1;
    transition: 0.3s ease all;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    pointer-events: none;
    left: 10px;
    top: -13px;
    padding: 1px 3px;
    outline-style: none;
}

.form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
    top: 0.6em;
    font-style: normal;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
}

.form--row-pass {
    justify-content: center;
}

.form--row-pass label.error {
    display: none !important;
}

.password {
    width: 66.6%;
    border-radius: 3px 0 0 3px;
}

.form--btnPasword {
    width: 33.4%;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    height: 37.7px;
    border: none;
    outline-style: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: inherit;
    border: 2px solid #fff;
    background-color: #fff;
    transition: color 0.5s ease, background 0.5s ease;
    color: #090958;
    text-transform: uppercase;
}

.form--btnPasword:hover {
    color: #000;
    background-color: transparent;
}

.form .form--btn {
    width: 100%;
    line-height: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--third-color);
    box-shadow: 0 0 10px var(--third-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.2s ease-in;
    background-color: var(--third-color);
    position: relative;
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 9995;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    border-radius: 2px;
}

.phone::placeholder {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: rgba(250, 250, 255, 0.5);
    font-style: italic;
}

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

.flag-container {
    background: transparent;
    border-radius: 3px 0px 0px 3px;
    height: 37.7px;
    color: #fff;
    z-index: 3;
}

.selected-dial-code {
    font-weight: 700;
}

label.error {
    position: absolute;
    top: 35.7px;
    right: 0;
    z-index: 2;
    width: 75%;
    background: #ff0000 url(../fonts/form-attention.svg) no-repeat;
    color: #fafaff;
    font-size: 10px;
    padding: 5px 5px 5px 35px;
    background-position: 10px 50%;
    background-size: 16px;
    border-radius: 0 0 3px 3px;
}

.form--controlWrapper-half label.error {
    width: 100%;
    box-sizing: border-box;
}

input.error {
    background: rgba(255, 0, 0, 0.3) !important;
    border: 2px solid #ff0000 !important;
    padding-right: 30px !important;
    text-overflow: ellipsis;
    -webkit-background-size: 13px 10px !important;
    background-size: 13px 10px !important;
}

input.valid {
    background: transparent url(../fonts/form-valid-colored.svg) no-repeat 95% !important;
    border: 2px solid #39b54a !important;
    padding-right: 30px !important;
    text-overflow: ellipsis;
}

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 36px;
    width: 100%;
    border-radius: 2px;
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 10px;
    line-height: 1;
    margin: 0;
}

.valid-check.check label {
    color: #39b54a !important;
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../fonts/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../fonts/form-valid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.form .checkbox-svg a {
    color: inherit;
    text-decoration: none;
}

.privacy-checkbox p {
    padding-top: 5px;
    color: #fafafa;
}

@media (max-width: 767px) {
    .form {
        box-shadow: none;
        padding: 20px 15px;
        border: none;
    }
    .form--title {
        font-weight: 900;
        font-size: 32px;
        line-height: 37px;
    }
    .form--title br {
        display: none;
    }
    .form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
        top: 1em;
    }
    .form--controlWrapper {
        margin-bottom: 20px;
    }
    .form--btnPasword {
        font-size: 16px;
        line-height: 19px;
    }
    .form .form--btn {
        font-size: 31.2px;
        line-height: 37px;
    }
    .checkbox-svg p {
        font-size: 10.4px;
        line-height: 12px;
    }
    .checkbox-svg {
        padding-left: 16px;
    }
    .dataSafe--img {
        width: 62px;
    }
    .dataSafe--msg {
        width: calc(100% - 72px);
        font-size: 10px;
        line-height: 12px;
    }
    .privacy-checkbox {
        padding-left: 9% !important;
    }
}

@media (max-width: 576px) {
    .form--input {
        height: 60px;
        font-size: 20px;
    }
    label.error {
        top: 58px;
    }
    .form--btnPasword {
        height: 60px;
    }
    .flag-container {
        height: 60px;
    }
    .valid-block {
        top: 58px;
    }
    .btn.form--btn {
        height: 90px;
    }
    .form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
        font-size: 20px;
        line-height: 18px;
    }
    .phone::placeholder {
        font-size: 20px;
        line-height: normal;
    }
    input.error {
        background-position-x: 97.5% !important;
    }
    .checked-svg svg {
        width: 32px !important;
        height: 32px !important;
    }
    .valid-check label {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
        font-size: 16px;
        line-height: 18px;
        top: 20px;
    }
    .form--title {
        font-size: 26px;
        line-height: 30px;
    }
    .privacy-checkbox {
        padding-left: 11.5% !important;
    }
}

@media (max-width: 400px) {
    .form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
        font-size: 14px;
        line-height: 18px;
        top: 20px;
    }
    .form--btnPasword {
        line-height: 13px;
        font-size: 10px;
    }
}

.form .form--btn {
    position: relative;
    display: block;
    height: 50px;
    padding: 10px 20px;
    margin: 0 auto;
    color: #03e9f4;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.5s;
    background: transparent;
    color: var(--third-color);
    border: 1px solid var(--third-color);
    box-shadow: 0 0 5px var(--third-color), 0 0 15px var(--third-color), 0 0 20px var(--third-color), 0 0 30px var(--third-color);
    background: var(--third-color);
    color: #fff;
    border-radius: 5px;
}

.form-div {
    max-width: 350px;
}

.video-popup video {
    width: 100%;
    height: auto;
}
