@font-face {
    font-family: neuron_regular;
    src: url(/resources/assets/fonts/Neuron_Regular.eot);
    src: url(/resources/assets/fonts/Neuron_Regular.eot) format('embedded-opentype'), url(/resources/assets/fonts/Neuron_Regular.woff2) format('woff2'), url(/resources/assets/fonts/Neuron_Regular.woff) format('woff'), url(/resources/assets/fonts/Neuron_Regular.ttf) format('truetype'), url(/resources/assets/fonts/Neuron_Regular.svg#Neuron_Regular) format('svg')
}

@font-face {
    font-family: neuronangled;
    src: url(/resources/assets/fonts/NEURONANGLED.eot);
    src: url(/resources/assets/fonts/NEURONANGLED.eot) format('embedded-opentype'), url(/resources/assets/fonts/NEURONANGLED.woff2) format('woff2'), url(/resources/assets/fonts/NEURONANGLED.woff) format('woff'), url(/resources/assets/fonts/NEURONANGLED.ttf) format('truetype'), url(/resources/assets/fonts/NEURONANGLED.svg#NEURONANGLED) format('svg')
}

@font-face {
    font-family: neuron_angledbold;
    src: url(/resources/assets/fonts/neuronangledbold-webfont.eot);
    src: url(/resources/assets/fonts/neuronangledbold-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/assets/fonts/neuronangledbold-webfont.woff2) format('woff2'), url(/resources/assets/fonts/neuronangledbold-webfont.woff) format('woff'), url(/resources/assets/fonts/neuronangledbold-webfont.ttf) format('truetype'), url(/resources/assets/fonts/neuronangledbold-webfont.svg#neuron_angledbold) format('svg');
    font-weight: 400;
    font-style: normal
}

.wrapper {
    overflow: hidden
}

body,
html {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-family: montserrat, sans-serif
}

body {
    background-color: #000;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

body.loaded {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
p,
ul,
li,
.section {
    padding: 0;
    margin: 0;
    font-family: montserrat, sans-serif
}

img {
    max-width: 100%
}

.pt-5 {
    padding-top: 50px !important
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.centered {
    text-align: center
}

.limiter {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:1175px) {
    #wrapper {
        overflow-x: hidden;
        overflow-y: hidden
    }
}

h1.global-title {
    font-size: 80px !important;
    letter-spacing: 16px;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
    padding: 0 !important
}

h1.global-title span {
    color: #ffa243
}

@media(max-width:1500px) {
    h1.global-title {
        font-size: 3.7rem
    }
}

@media(max-width:1175px) {
    h1.global-title {
        font-size: 2.5rem
    }
}

h2.logo {
    font-size: 3.75rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

h2.global-subtitle {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 42px;
    color: #ffeb5a;
    font-weight: 300
}

.heading-content h2.global-subtitle {
    margin: 40px 0 0
}

@media(max-width:1500px) {
    h2.global-subtitle {
        font-size: 1.5rem
    }
}

@media(max-width:1175px) {
    h2.global-subtitle {
        font-size: 1rem
    }
}

.default-title h2 {
    font-size: 40px !important;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

.default-title h2 span {
    font-size: 30px;
    line-height: 42px;
    color: #999;
    font-weight: 300;
    display: block;
    margin-bottom: 8px
}

@media(max-width:1175px) {
    .default-title h2 {
        font-size: 2rem
    }
}

@media(max-width:1500px) {
    .default-title h2 {
        font-size: 2.5rem
    }
}

@media(max-width:1175px) {
    .default-title h2 {
        font-size: 30px !important
    }
}

.def-btn {
    min-width: 300px;
    min-height: 80px;
    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;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-width:1500px) {
    .def-btn {
        padding: 0 10px;
        min-height: 70px;
        line-height: 70px;
        font-size: 20px
    }
}

@media(max-width:1175px) {
    .def-btn {
        min-width: 260px;
        min-height: auto;
        padding: 17px 0 15px;
        line-height: 1;
        font-size: 18px
    }
}

.def-btn.def-blue {
    background-color: transparent;
    border: 2px solid #fbb80b
}

.def-btn.def-blue:hover {
    background-color: #fbb80b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.def-btn.def-blue:focus,
.def-btn.def-blue:active {
    background-color: #fbb80b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.def-btn.def-trans {
    border: 2px solid rgba(255, 255, 255, .3)
}

.def-btn.def-trans:hover {
    background-color: #3b3b3b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.def-btn.def-trans:focus,
.def-btn.def-trans:active {
    background-color: #262626;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.def-btn.def-purple {
    background-color: #fbb80b;
}

.def-btn.def-purple:hover {
    background-color #fbb80b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.def-btn.def-purple:focus,
.def-btn.def-purple:active {
    background-color: #fbb80b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    right: 0;
    top: 0
}

.header-wrap {
    position: fixed;
    margin: 30px 60px 0;
    max-width: calc(100% - 120px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap .def-btn {
    width: 140px;
    height: 49px;
    border-radius: 25px;
    background-color: #363636;
    font-size: 14px;
    line-height: 49px;
    color: #fff;
    font-weight: 500;
    min-width: inherit;
    padding: 0;
    min-height: inherit;
    border: none
}

.header-wrap .heading-content__btns .btn-wrap {
    margin-right: 20px
}

@media(max-width:1400px) {
    .header-wrap {
        margin: 30px 30px 0;
        max-width: calc(100% - 60px)
    }
}

@media(max-width:1175px) {
    .header-wrap {
        position: absolute;
        margin: 20px 20px 0;
        max-width: calc(100% - 40px)
    }
}

.header-logo {
    margin-right: 0;
    width: 150px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    height: 130px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 100%
}

.header-logo h2 {
    display: none
}

@media(max-width:1175px) {
    .header-logo h2 {
        display: none
    }
}

.header-lang {
    position: relative;
    cursor: pointer;
    max-height: 47px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-lang::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 11px;
    pointer-events: none;
    background: url(../img/icons/arrow_icon.svg) no-repeat center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header-lang.opened {
    overflow: visible;
    border-radius: 24px
}

.header-lang.opened::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header-lang.opened .header-lang__option {
    border-radius: 0
}

.header-lang.opened .header-lang__option:not(.current) {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.header-lang__option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    min-height: 47px
}

.header-lang__option.current {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border: 1px solid #bbb
}

.header-lang__option-flag {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.header-lang__option-flag img {
    width: 100%;
    height: 100%
}

.header-lang__option-name {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 25px
}

a.header-lang__option-name {
    color: #fff
}

.section {
    position: relative
}

.section-content {
    position: relative;
    z-index: 5
}

.section-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.section-titling {
    position: absolute;
    left: -5vw;
    right: -5vw;
    z-index: 2;
    font-size: 25vw;
    color: rgba(255, 255, 255, .02);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    white-space: nowrap
}

.section-shadow {
    position: absolute;
    z-index: 3;
    width: 1623px;
    height: 1623px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none
}

.participants {
    background: #000;
    padding: 45px 0
}

.participants .container {
    width: 100%;
    max-width: 1170px
}

.participants .row {
    margin: 0;
    display: flex
}

.participants .row .participant_in {
    width: 100%;
    text-align: center;
    padding-top: 86px;
    background: url(../img/tigericon.png) no-repeat top center
}

.participants .row .col-md-3 {
    width: 25%
}

.participant_in .stats-top_sum {
    font-size: 38px;
    margin-bottom: 5px;
    line-height: 40px;
    color: #fbb80b;
    font-weight: 700
}

.participant_in .stats-top_subject {
    font-size: 14px;
    line-height: 12px;
    color: #999;
    font-weight: 300
}

@media(max-width:1175px) {
    .section-shadow {
        display: none
    }
}

.section h1 {
    margin: 0;
    padding: .67em
}

.heading .fp-scroller {
    height: 100%
}

.heading-bg {
    background: #000
}

@media(max-width:1175px) {
    .heading-bg {
        background-size: cover
    }
    .heading-bg::after {
        content: '';
        position: absolute;
        width: 640px;
        height: 640px;
        background: url(../img/backgrounds/shadow1_mobile.png) no-repeat center;
        left: -360px;
        bottom: -80px;
        pointer-events: none;
        background-size: 100% 100%
    }
}

@media(max-width:500px) {
    .heading-bg {
        background-size: 100% 280px;
        background-image: url(../img/backgrounds/heading_bg--mobile.png) no-repeat;
        background-position-y: top
    }
}

@media(min-width:1175px) {
    .heading .heading-shadow2 {
        background-image: url(../img/backgrounds/heading2-shadow.png);
        right: -50%;
        top: 248px;
        opacity: .1
    }
    .heading .heading-shadow3 {
        background-image: url(../img/backgrounds/heading3-shadow.png);
        left: -733px;
        top: -726px;
        opacity: .4
    }
    .heading .heading-shadow4 {
        background-image: url(../img/backgrounds/heading4-shadow.png);
        right: -677px;
        top: -795px;
        opacity: .5
    }
    .heading .heading-shadow5 {
        background-image: url(../img/backgrounds/heading5-shadow.png);
        left: -594px;
        bottom: -582px;
        opacity: .3
    }
}

.heading-titling {
    top: 35%
}

@media(max-width:420px) {
    .heading-titling {
        top: 53%;
        font-size: 78px
    }
}

.heading-content {
    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;
    text-align: center;
    height: 100%
}

.homestats-top {
    position: absolute;
    top: 50%;
    z-index: 11;
    right: 50px;
    transform: translatey(-50%);
    width: 100%;
    max-width: 300px
}

.homestats-top.stats-top>div.row {
    margin-top: 7px;
    display: flex
}

.homestats-top .stats-top_sum {
    font-size: 24pt;
    white-space: nowrap;
    flex: 0 0 55%;
    max-width: 55%;
    text-align: right
}

.homestats-top .stats-top_subject {
    text-align: left;
    line-height: 14px;
    font-size: 14px;
    padding-left: 10px !important;
    white-space: nowrap;
    font-family: montserrat, sans-serif;
    flex: 0 0 45%;
    max-width: 45%
}

@media(max-width:1175px) {
    .heading-content {
        padding-bottom: 25px;
        overflow: hidden
    }
}

.heading-content__cat {
    margin-top: 0;
    width: 100%;
    height: 82vh
}

.wrapper>.heading .heading-content__title {
    margin-top: -60px
}

@media(max-width:1000px) {
    .heading-content__cat {
        width: 561px;
        max-width: auto;
        max-height: auto;
        height: 620px;
        background: url(../img/backgrounds/cat_figure--mobile.png) no-repeat center;
        background-size: 100% 100%;
        margin-top: 10px
    }
}

.heading-content__cat img {
    width: 100%;
    height: 100%
}

@media(max-width:1000px) {
    .heading-content__cat img {
        display: none
    }
}

.heading-content__title {
    margin: 30px 0 0
}

@media(max-height:1079px) and (min-width:1175px) {
    .heading-content__title {
        margin: 0 0 0
    }
}

@media(max-width:1175px) {
    .heading-content__title {
        margin: -50px auto 30px;
        width: calc(100% - 60px)
    }
}

.heading-content__subtitle {
    margin: 0 0 60px
}

@media(max-height:1079px) and (min-width:1175px) {
    .heading-content__subtitle {
        margin-bottom: 30px
    }
}

@media(max-width:1175px) {
    .heading-content__subtitle {
        margin: 0 auto 40px;
        width: calc(100% - 60px)
    }
}

.heading-content__btns {
    padding-bottom: 40px
}

@media(max-width:1175px) {
    .heading-content__btns {
        padding-bottom: 0
    }
}

.heading-content__btns .btn-wrap {
    margin-right: 40px
}

.heading-content__btns .btn-wrap:last-child {
    margin-right: 0
}

@media(max-width:1175px) {
    .heading-content__btns .btn-wrap {
        margin-right: 0;
        margin-bottom: 12px
    }
    .heading-content__btns .btn-wrap:last-child {
        margin-bottom: 0
    }
    .heading-content__btns .btn-wrap a {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

@media(max-width:1175px) {
    .heading-content__btns {
        display: block;
        width: calc(100% - 60px);
        margin: 0 auto
    }
}

.advantagess {
    overflow: hidden
}

.advantages-bg {
    background-image: none
}

@media(max-width:1175px) {
    .advantages-bg {
        visibility: hidden
    }
    .advantages-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: -360px;
        width: 640px;
        visibility: visible;
        height: 640px;
        background: url(../img/backgrounds/shadow2_mobile.png) no-repeat center;
        background-size: 100% 100%
    }
    .advantages-bg::before {
        content: '';
        position: absolute;
        top: 35%;
        right: -380px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 640px;
        height: 640px;
        visibility: visible;
        background: url(../img/backgrounds/shadow3_mobile.png) no-repeat center;
        background-size: 100% 100%
    }
}

@media(min-width:1175px) {
    .advantagess .advantages-shadow1 {
        background-image: url(../img/backgrounds/heading5-shadow.png);
        left: -594px;
        top: 11px
    }
    .advantagess .advantages-shadow2 {
        background-image: url(../img/backgrounds/heading2-shadow.png);
        right: -50%;
        top: 2px;
        opacity: .25
    }
    .advantagess .advantages-shadow3 {
        background-image: url(../img/backgrounds/advantages5-shadow.png);
        right: -598px;
        bottom: -587px
    }
    .advantagess .advantages-shadow3 {
        width: 1920px;
        height: 519px;
        background-image: url(../img/backgrounds/advantages2-shadow.png);
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.advantages-content {
    min-height: 70vh
}

@media(min-width:1175px) {
    .advantages-content {
        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
    }
}

@media(max-width:1175px) {
    .advantages-content {
        padding-top: 25px
    }
}

.advantages-titling {
    bottom: 110px
}

@media(max-width:1175px) {
    .advantages-titling {
        bottom: 220px
    }
}

@media(max-width:650px) {
    .advantages-titling {
        bottom: 570px
    }
}

@media(max-width:420px) {
    .advantages-titling {
        bottom: 600px;
        text-align: center
    }
}

.advantages-list__title {
    text-align: center;
    padding: 130px 0 30px
}

@media(max-height:1079px) and (min-width:1175px) {
    .advantages-list__title {
        padding-top: 30px;
        padding-bottom: 10px
    }
}

@media(max-width:1175px) {
    .advantages-list__title {
        padding: 0;
        margin: 0 auto 30px;
        width: calc(100% - 60px)
    }
}

.advantages-list__subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    font-weight: 300;
    text-align: center;
    margin: 10px auto 65px
}

.advantages-list__subtitle.smalldown {
    line-height: 22px;
    width: 55%
}

.advantages-list__subtitle small {
    font-size: 12px;
    font-weight: 400
}

@media(max-width:1175px) {
    .advantages-list__subtitle {
        margin: 0 auto 30px;
        width: calc(100% - 60px)
    }
}

.advantages-list-block {
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1170px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:980px) {
    .advantages-list-block {
        max-width: calc(100% - 60px)
    }
}

.advantages-list-block .advantage {
    width: 32%;
    padding: 20px;
    margin: 0 7px 15px;
    position: relative;
    background-color: #1d1d1d
}

@media(max-width:1175px) {
    .advantages-list-block .advantage {
        width: 100%
    }
}

@media(max-width:1175px) {
    .advantages-list-block .advantage::before {
        top: -2px
    }
}

.advantages-list-block .advantage-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 42px;
    color: #fbb80b;
    font-weight: 500;
    text-transform: uppercase
}

@media(max-height:1079px) and (min-width:1175px) {
    .advantages-list-block .advantage-title {
        margin-bottom: 10px
    }
}

.advantages-list-block .advantage-text {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-weight: 300
}

.advantages-number {
    padding: 60px 0;
    position: relative
}

@media(max-height:1079px) and (min-width:1175px) {
    .advantages-number {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media(max-width:1175px) {
    .advantages-number {
        padding: 0 0 30px
    }
}

@media(max-width:1175px) {
    .advantages-number {
        background-color: #23203a;
        margin-top: 120px
    }
}

.advantages-number-wrap {
    max-width: 1010px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3
}

@media(max-width:1175px) {
    .advantages-number-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.advantages-number__item {
    text-align: center;
    position: relative;
    padding-right: 47px;
    margin-right: 47px
}

@media(max-width:1175px) {
    .advantages-number__item {
        width: calc(50% - 23.5px)
    }
    .advantages-number__item:first-child {
        margin-bottom: 30px
    }
    .advantages-number__item:nth-child(2) {
        padding-right: 0;
        margin-right: 0
    }
    .advantages-number__item:nth-child(2):after,
    .advantages-number__item:nth-child(2)::before {
        display: none
    }
}

.advantages-number__item:last-child {
    margin-right: 0;
    padding-right: 0
}

.advantages-number__item:last-child:after,
.advantages-number__item:last-child::before {
    display: none
}

.advantages-number__item::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 87px;
    background-color: #23203a;
    border: 2px solid #39364d;
    border-top-width: 20px;
    border-bottom-width: 20px;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.advantages-number__item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #9c9aa6;
    border-radius: 50%;
    z-index: 2
}

@media(max-width:650px) {
    .advantages-number__item {
        margin: 0 0 30px;
        padding: 0 0 30px;
        width: 100%
    }
    .advantages-number__item:first-child {
        margin: 0 0 30px
    }
    .advantages-number__item:last-child {
        margin: 0;
        padding: 0
    }
    .advantages-number__item:last-child::after {
        display: none !important
    }
    .advantages-number__item::after {
        display: block !important;
        width: auto;
        height: 6px;
        border-top-width: 2px;
        border-bottom-width: 2px;
        border-left: none;
        border-right: none;
        bottom: 0;
        top: auto;
        left: 30px;
        right: 30px
    }
    .advantages-number__item::before {
        display: none
    }
}

.advantages-number__item-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 120%
}

.advantages-number__item-content {
    color: #f3bf32;
    font-size: 2rem;
    font-weight: 700
}

@media(max-height:1079px) and (min-width:1175px) {
    .advantages-number__item-content {
        font-size: 2rem
    }
}

.advantages-number__item-content span {
    font-size: 2.5rem;
    color: #4e4c5f
}

@media(max-height:1079px) and (min-width:1175px) {
    .advantages-number__item-content span {
        font-size: 1.5rem
    }
}

@media(max-width:700px) {
    .results-second-bg {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-position-y: 240px
    }
}

.results-bg {
    background-color: #13134c
}

@media(max-width:1175px) {
    .results-bg {
        background-size: cover
    }
    .results-bg::after {
        content: '';
        position: absolute;
        bottom: -30%;
        right: -360px;
        width: 640px;
        visibility: visible;
        height: 640px;
        background: url(../img/backgrounds/shadow2_mobile.png) no-repeat center;
        background-size: 100% 100%
    }
}

.results-title {
    text-align: center;
    padding-top: 50px;
    margin: 30px 0 20px
}

@media(max-height:1079px) and (min-width:1175px) {
    .results-title {
        padding-top: 40px;
        margin-bottom: 30px
    }
}

@media(max-width:1175px) {
    .results-title {
        padding-top: 50px;
        margin: 0 auto 30px;
        width: calc(100% - 60px)
    }
}

@media(max-height:1079px) and (min-width:1175px) {
    .results .fp-scroller {
        min-height: 100vh
    }
}

.results-subtitle {
    text-align: center;
    margin: 0 0 100px;
    font-size: 1.25rem;
    line-height: 120%
}

@media(max-height:1079px) and (min-width:1175px) {
    .results-subtitle {
        margin-bottom: 0
    }
}

@media(max-width:1175px) {
    .results-subtitle {
        margin: 0 auto;
        font-size: 1rem;
        width: calc(100% - 60px)
    }
}

.results-subtitle__text {
    color: rgba(255, 255, 255, .4);
    margin-bottom: 5px
}

.results-subtitle__info {
    color: rgba(255, 255, 255, .4)
}

@media(max-width:1175px) {
    .results-subtitle__info {
        display: none
    }
}

.results-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media(max-height:1079px) and (min-width:1175px) {
    .results-content {
        min-height: 100vh
    }
}

.results-content .fp-scroller {
    height: 100%
}

.carousel {
    margin-bottom: 60px;
    width: 100%;
    height: 600px
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel {
        margin-top: 30px;
        margin-bottom: 30px;
        height: 500px
    }
}

@media(max-width:1175px) {
    .carousel {
        margin: 30px 0;
        height: 580px
    }
}

.carousel .carousel-item {
    width: 300px;
    height: 600px;
    max-height: 600px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel .carousel-item {
        height: 450px;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 450px
    }
}

@media(max-width:1175px) {
    .carousel .carousel-item {
        width: 260px;
        height: 570px
    }
}

.carousel-item {
    background-color: #252571;
    padding: 30px 30px 30px 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -30px 50px rgba(0, 0, 0, .35);
    box-shadow: 0 -30px 50px rgba(0, 0, 0, .35);
    position: relative;
    z-index: 10000;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item {
        padding: 15px 20px 30px 15px
    }
}

@media(max-width:1175px) {
    .carousel-item {
        padding: 23px 28px 32px 20px;
        max-height: 570px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.carousel-item::before {
    content: '';
    position: absolute;
    z-index: 11000;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(19, 19, 22, .8)
}

.carousel-item.active::before {
    background-color: transparent
}

.carousel-item.dark {
    opacity: 1 !important
}

.carousel-item.dark::before {
    background-color: rgba(19, 19, 22, .5)
}

.carousel-item.darken {
    opacity: 1 !important
}

.carousel-item.darken::before {
    background-color: rgba(19, 19, 22, .8)
}

@media(max-width:560px) {
    .carousel-item.darken {
        opacity: 0 !important
    }
}

.carousel-item>div:not(.carousel-item__info) {
    position: relative
}

.carousel-item>div:not(.carousel-item__info)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff
}

@media(max-width:1175px) {
    .carousel-item>div:not(.carousel-item__info)::before {
        top: 6px
    }
}

.carousel-item>div:not(.carousel-item__info)::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 3px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
    width: 2px
}

@media(max-width:1175px) {
    .carousel-item>div:not(.carousel-item__info)::after {
        top: 34px
    }
}

.carousel-item::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 20px;
    height: 34px;
    background: url(../img/icons/etherium_icon.svg) no-repeat center;
    background-size: 100% 100%
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item::after {
        top: 15px
    }
}

.carousel-item__info {
    margin: 0 0 15px;
    text-align: right;
    font-size: 1rem;
    font-weight: 700
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item__info {
        font-size: 1rem
    }
}

@media(max-width:1175px) {
    .carousel-item__info {
        font-size: 1rem
    }
}

.carousel-item__info-id {
    margin: 0 0 10px
}

.carousel-item__info-users {
    position: relative;
    padding-left: 44px;
    display: inline-block
}

.carousel-item__info-users::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 24px;
    background: url(../img/icons/users_icon.svg) no-repeat center;
    background-size: 100% 100%;
    opacity: .4
}

.carousel-item__block {
    padding: 0 0 10px 38px;
    margin-bottom: 10px
}

@media(max-width:1175px) {
    .carousel-item__block {
        padding: 0 0 0 34px
    }
}

.carousel-item__block-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item__block-title {
        font-size: 1rem
    }
}

@media(max-width:1175px) {
    .carousel-item__block-title {
        font-size: 1rem
    }
}

.carousel-item__block-info {
    font-size: 1.5rem;
    color: #f3bf32;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item__block-info {
        font-size: 1.5rem
    }
}

@media(max-width:1175px) {
    .carousel-item__block-info {
        font-size: 2.5rem
    }
}

.carousel-item__block-info span {
    font-size: 1rem;
    color: #7c67ef
}

@media(max-width:1175px) {
    .carousel-item__block-info span {
        font-size: 1rem
    }
}

.carousel-item__subitem {
    margin: 0 0 25px;
    padding: 0 0 0 38px
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item__subitem {
        margin-bottom: 15px
    }
}

@media(max-width:1175px) {
    .carousel-item__subitem {
        margin-bottom: 20px
    }
}

.carousel-item__subitem:last-child {
    margin-bottom: 0
}

.carousel-item__subitem-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-item__subitem-title {
        margin-bottom: 10px
    }
}

@media(max-width:1175px) {
    .carousel-item__subitem-title {
        font-size: 1.25rem
    }
}

.carousel-item__subitem-title span {
    color: #e7305b;
    font-family: Montserrat, sans-serif
}

.carousel-item__subitem-row {
    font-size: 1.5rem;
    color: #f3bf32;
    font-weight: 700;
    margin-bottom: 10px
}

.carousel-item__subitem-row:last-child {
    margin-bottom: 0
}

.carousel-item__subitem-row span {
    color: #7c67ef;
    font-size: 1rem
}

.carousel-nav {
    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;
    padding-bottom: 10px
}

@media(max-height:1079px) and (min-width:1175px) {
    .carousel-nav {
        padding-bottom: 10px
    }
}

@media(max-width:1175px) {
    .carousel-nav {
        padding-bottom: 0
    }
}

.carousel-nav-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 60px
}

@media(max-width:1175px) {
    .carousel-nav-dots {
        margin: 0
    }
}

.carousel-nav-dots .dot {
    margin-right: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer
}

.carousel-nav-dots .dot:hover {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel-nav-dots .dot:last-child {
    margin-right: 0
}

.carousel-nav-dots .dot.current {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel-nav__arrow {
    width: 120px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(max-width:1175px) {
    .carousel-nav__arrow {
        display: none
    }
}

.carousel-nav__arrow.carousel-nav__prev {
    background-image: url(../img/icons/carouselPrev_icon.png)
}

.carousel-nav__arrow.carousel-nav__prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel-nav__arrow.carousel-nav__next {
    background-image: url(../img/icons/carouselNext_icon@2x.png)
}

.carousel-nav__arrow.carousel-nav__next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.examples-titling {
    top: 100px
}

@media(max-width:1175px) {
    .examples-titling {
        display: none
    }
}

.examples-bg {
    background-color: #13134c
}

@media(max-width:1175px) {
    .examples-bg {
        visibility: hidden
    }
    .examples-bg::after {
        content: '';
        visibility: visible;
        position: absolute;
        top: 290px;
        width: 640px;
        height: 640px;
        left: -360px;
        background: url(../img/backgrounds/shadow4_mobile.png) no-repeat center;
        background-size: 100% 100%
    }
}

@media(min-width:1175px) {
    .exampless .examples-shadow1 {
        left: -680px;
        top: -1143px;
        background-image: url(../img/backgrounds/results2-shadow.png);
        opacity: .1
    }
    .exampless .examples-shadow2 {
        right: -565px;
        top: -978px;
        background-image: url(../img/backgrounds/results4-shadow.png)
    }
    .exampless .examples-shadow3 {
        right: -640px;
        bottom: -747px;
        background-image: url(../img/backgrounds/examples1-shadow.png);
        opacity: .5
    }
    .exampless .examples-shadow4 {
        left: -650px;
        bottom: -870px;
        background-image: url(../img/backgrounds/examples2-shadow.png);
        opacity: .5
    }
}

.examples-title {
    padding-top: 160px;
    margin: 0 0 60px;
    text-align: center
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-title {
        padding-top: 0;
        margin-bottom: 70px
    }
}

@media(max-width:1175px) {
    .examples-title {
        padding-top: 30px;
        width: calc(100% - 60px);
        margin: 0 auto 30px
    }
}

.section.examples {
    background: url(../img/mainbg.jpg) fixed no-repeat top center;
    padding: 70px 0 110px;
    background-size: cover
}

.section.examples .def-btn.def-purple {
    background: #363636;
    border-radius: 50px
}

.examples-content {
    padding-bottom: 0
}

.faq-container .accordion-wrap {
    display: none
}

div#loadMore {
    margin: 50px auto auto;
    width: 140px;
    height: 49px;
    border-radius: 25px;
    background-color: #363636;
    font-size: 14px;
    line-height: 49px;
    color: #fff;
    font-weight: 500;
    min-width: inherit;
    padding: 0;
    min-height: inherit;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase
}

div#loadMore:hover {
    background: #fbb80b
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-content {
        min-height: 100vh
    }
}

@media(max-width:1175px) {
    .examples-content {
        padding-bottom: 0
    }
}

.examples-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:930px) {
    .examples-blocks {
        -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: normal;
        -ms-flex-pack: normal;
        justify-content: normal
    }
}

.examples-blocks .example {
    margin-right: 25px;
    border-radius: 8px;
    padding: 0
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-blocks .example {
        padding: 0
    }
}

@media(max-width:930px) {
    .examples-blocks .example {
        width: 260px;
        padding: 30px 20px;
        margin: 0
    }
}

.examples-blocks .example:nth-child(2) {
    margin-right: 0
}

@media(max-width:930px) {
    .examples-blocks .example:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.examples-blocks .example:first-child .example-container {
    margin-top: 44px
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-blocks .example:first-child .example-container {
        margin-top: 20px
    }
}

@media(max-width:930px) {
    .examples-blocks .example:first-child .example-container {
        margin-top: 30px
    }
}

.examples-blocks .example:first-child .example-title {
    padding-bottom: 0
}

.examples-blocks .example .example-title {
    width: 485px;
    height: 325px
}

@media(max-width:930px) {
    .examples-blocks .example:first-child .example-title {
        padding-bottom: 0
    }
}

.examples-blocks .example:first-child .example-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/x3img.png) no-repeat center;
    background-size: 100% 100%
}

@media(max-width:930px) {}

@media(max-width:930px) {
    .examples-blocks .example:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.examples-blocks .example:nth-child(2) .example-container {
    margin-top: 34px
}

@media(max-width:930px) {
    .examples-blocks .example:nth-child(2) .example-container {
        margin-top: 30px
    }
}

.examples-blocks .example:nth-child(2) .example-title {
    padding-bottom: 204px
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-blocks .example:nth-child(2) .example-title {
        padding-bottom: 180px
    }
}

@media(max-width:930px) {
    .examples-blocks .example:nth-child(2) .example-title {
        padding-bottom: 130px
    }
}

.examples-blocks .example:nth-child(2) .example-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    top: 0;
    background: url(../img/x4img.png) no-repeat center;
    background-size: 100% 100%
}

@media(max-width:930px) {}

.examples-blocks .example-title {
    text-align: right;
    font-size: 30px;
    font-weight: 300;
    position: relative
}

@media(max-height:1079px) and (min-width:1175px) {
    .examples-blocks .example-title {
        font-size: 30px
    }
}

@media(max-width:930px) {
    .examples-blocks .example-title {
        font-size: 1.875rem;
        font-weight: 400
    }
}

.examples-blocks .example-title span {
    display: block;
    color: #ff7300;
    font-family: Montserrat, sans-serif
}

@media(max-width:930px) {
    .examples-blocks .example-title span {
        font-weight: 700
    }
}

.examples-blocks .example-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.examples-blocks .example-row span {
    margin: 0 0 0 20px;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
    line-height: 18px
}

@media(max-width:930px) {
    .examples-blocks .example-row span {
        font-size: .875rem
    }
}

.examples-blocks .example-row:last-child {
    margin-bottom: 0
}

.examples-more {
    width: 777px;
    margin: 0 calc((100% - 777px)/2);
    background: url(../img/backgrounds/bottom-borders.png) no-repeat center;
    background-size: 100% 100%
}

@media(max-width:930px) {
    .examples-more {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 260px;
        background-image: none;
        padding: 60px 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .examples-more::before {
        content: '';
        left: 50%;
        position: absolute;
        top: 4px;
        bottom: calc(100% - 56px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 57px;
        background: url(../img/backgrounds/bottom_border--mobile.png) no-repeat center;
        background-size: 100% 100%
    }
    .examples-more::after {
        content: '';
        left: 50%;
        position: absolute;
        bottom: 4px;
        top: calc(100% - 56px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 57px;
        background: url(../img/backgrounds/bottom_border--mobile.png) no-repeat center;
        background-size: 100% 100%
    }
}

.examples-more__text {
    padding: 40px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: 430px;
    margin: 0 auto;
    line-height: 22px
}

@media(max-width:930px) {
    .examples-more__text {
        padding: 0;
        font-size: 1rem;
        margin: 0 0 6px
    }
    .examples-more__text br {
        display: none
    }
}

.examples-more__text span {
    color: #ff7300
}

.examples-more__btn {
    max-width: 300px;
    margin: -8px auto 0
}

@media(max-width:930px) {
    .examples-more__btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 5px 0 20px
    }
}

.examples-more__btn a.def-btn {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media(max-width:930px) {
    .examples-more__btn a.def-btn {
        -webkit-transform: translate(0);
        transform: translate(0);
        background-color: #6149e1
    }
}

.faq {
    position: relative
}

.faq .fp-scroller {
    min-height: 100vh
}

.faq-content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 5;
    background: #000
}

.faq-content:before {
    content: '';
    position: absolute;
    width: 603px;
    height: 552px;
    bottom: 0;
    right: -297.5px;
    z-index: -1;
    background: url(../img/tiger.png) no-repeat center;
    background-size: 100% 100%;
    background-position-y: 158px;
    pointer-events: none;
    opacity: .3
}

.faq-content:after {
    content: '';
    position: absolute;
    width: 603px;
    height: 552px;
    bottom: 0;
    left: -297.5px;
    z-index: -1;
    background: url(../img/tiger.png) no-repeat center;
    background-size: 100% 100%;
    background-position-y: 158px;
    pointer-events: none;
    opacity: .3
}

.faq-bg {
    background-color: #131350
}

@media(max-width:1175px) {
    .faq-bg {
        visibility: hidden
    }
}

.faq-title {
    padding: 70px 0 0;
    margin-bottom: 60px;
    text-align: center
}

@media(max-width:1175px) {
    .faq-title {
        padding-top: 30px;
        margin: 0 auto 30px;
        width: calc(100% - 60px)
    }
}

@media(min-width:1175px) and (max-height:780px) {
    .faq-title {
        padding-top: 70px
    }
}

.faq-container {
    padding-bottom: 125px
}

@media(max-width:1175px) {
    .faq-container {
        width: 100%
    }
}

@media(max-width:500px) {
    .faq-container {
        padding-bottom: 70px
    }
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 transparent;
    animation: pulse 2s infinite
}

.pulse:hover {
    animation: none
}

.accordion {
    background-color: #131313;
    border-radius: 2px;
    cursor: pointer;
    width: 100%
}

@media(max-width:1175px) {
    .accordion {
        width: 100%
    }
}

.accordion-wrap {
    width: 880px;
    margin: 0 auto 20px;
    position: relative
}

@media(max-width:1175px) {
    .accordion-wrap {
        padding-left: 0;
        width: calc(100% - 60px)
    }
    .accordion-wrap:before,
    .accordion-wrap:after {
        display: none
    }
}

.accordion-wrap:last-child {
    margin-bottom: 0
}

.accordion-wrap:last-child::after {
    display: none
}

.accordion-heading {
    font-size: 16px;
    text-transform: uppercase;
    padding: 22px 40px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    border-left: 3px solid #fbb80b
}

@media(max-width:1175px) {
    .accordion-heading {
        padding: 20px 30px 12px
    }
}

.accordion-heading span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion-heading span svg {
    width: 11px;
    height: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion-content {
    margin-top: 0;
    display: none;
    padding: 0 40px 32px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
    border-left: 3px solid #fbb80b
}

.accordion-content a {
    color: #fbb80b
}

@media(max-width:1175px) {
    .accordion-content {
        padding: 0 30px 30px
    }
}

.accordion.active .accordion-heading {
    color: #ff7300;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion.active .accordion-heading svg {
    fill: #ffa243;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion.active .accordion-heading span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(max-height:750px) and (min-width:1175px) {
    .footer::after {
        padding-top: 270px
    }
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 5
}

@media(max-width:1175px) {
    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 60px);
        margin: 0 auto
    }
}

.footer-left {
    margin-bottom: 10px;
    text-align: center
}

.footer-left a {
    color: #fbb80b
}

@media(max-width:1175px) {
    .footer-left {
        margin-right: 0;
        width: 200px;
        margin-bottom: 45px;
        text-align: center
    }
}

.footer-left__logo {
    margin-bottom: 2px;
    font-size: 1.875rem;
    color: rgba(255, 255, 255, .1);
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

@media(max-width:1175px) {
    .footer-left__logo {
        margin-bottom: 2px;
        font-size: 1.875rem
    }
}

.footer-left__address span {
    color: rgba(255, 255, 255, .5);
    font-size: 100%;
    display: block
}

.footer-left__address span:nth-child(2) {
    font-size: 1.25rem;
    margin: 5px 0
}

@media(max-width:1175px) {
    .footer-left__address span:nth-child(2) {
        font-size: 1rem;
        max-width: 240px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

@media(max-width:1175px) {
    .footer-right {
        width: calc(100% - 60px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px auto 0
    }
}

@media(max-width:500px) {
    .footer-right {
        width: 100%;
        margin: 30px 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-right__social {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #252571;
    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;
    margin-right: 20px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.footer-right__social:hover {
    background-color: #462adc;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(max-width:1175px) {
    .footer-right__social {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px
    }
    .footer-right__social img {
        width: 20px
    }
}

.footer-right__social.tg img {
    width: 24px;
    height: 22px
}

.footer-right__social.tt img {
    width: 24px;
    height: 20px
}

.footer-right__social.yt img {
    width: 26px;
    height: 20px
}

.footer-right__social.mail img {
    width: 26px;
    height: 20px
}

.footer-right__social.git img {
    width: 24px;
    height: 22px
}

.footer-right__social:last-child {
    margin-right: 0
}

.heading.will-animate .section-shadow {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.heading.will-animate .heading-shadow2 {
    opacity: .25 !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.heading.will-animate .heading-content__title {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}

@media(max-width:600px) {
    .heading.will-animate .heading-content__title {
        -webkit-transform: translateY(-350px);
        transform: translateY(-350px)
    }
}

.heading.will-animate .heading-content__subtitle {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}

@media(max-width:600px) {
    .heading.will-animate .heading-content__subtitle {
        -webkit-transform: translateY(-350px);
        transform: translateY(-350px)
    }
}

.heading.will-animate .heading-content__btns {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.heading.will-animate .heading-content__btns .btn-wrap {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.heading.will-animate .heading-content__cat {
    opacity: 0
}

.heading.will-animate .heading-bg {
    opacity: .1
}

.heading.will-animate .heading-titling {
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0);
    opacity: 0
}

body.loaded .heading.will-animate .section-shadow {
    opacity: 1;
    -webkit-transition: 5s .3s ease-in-out;
    transition: 5s .3s ease-in-out
}

body.loaded .heading.will-animate .heading-content__title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.loaded .heading.will-animate .heading-content__subtitle {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.loaded .heading.will-animate .heading-content__btns {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

body.loaded .heading.will-animate .heading-content__btns .btn-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

body.loaded .heading.will-animate .heading-content__cat {
    opacity: 1;
    background: url(../img/tiger.png) no-repeat center;
    background-size: contain
}

body.loaded .heading.will-animate .heading-bg {
    opacity: 1;
    -webkit-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

body.loaded .heading.will-animate .heading-titling {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: 7s ease-in-out;
    transition: 7s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

@-webkit-keyframes advTitle {
    0% {
        -webkit-transform: translateY(450px) scale(1.5) translateZ(300px);
        transform: translateY(450px) scale(1.5) translateZ(300px);
        letter-spacing: 10px;
        opacity: 0
    }
    40% {
        -webkit-transform: translateY(210px) scale(1) translateZ(0);
        transform: translateY(210px) scale(1) translateZ(0);
        letter-spacing: 0;
        opacity: 1
    }
    60% {
        -webkit-transform: translateY(210px) scale(1);
        transform: translateY(210px) scale(1);
        letter-spacing: 0;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        letter-spacing: 0;
        opacity: 1
    }
}

@keyframes advTitle {
    0% {
        -webkit-transform: translateY(450px) scale(1.5) translateZ(300px);
        transform: translateY(450px) scale(1.5) translateZ(300px);
        letter-spacing: 10px;
        opacity: 0
    }
    40% {
        -webkit-transform: translateY(210px) scale(1) translateZ(0);
        transform: translateY(210px) scale(1) translateZ(0);
        letter-spacing: 0;
        opacity: 1
    }
    60% {
        -webkit-transform: translateY(210px) scale(1);
        transform: translateY(210px) scale(1);
        letter-spacing: 0;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        letter-spacing: 0;
        opacity: 1
    }
}

@-webkit-keyframes bouncing {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    60% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    85% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncing {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    60% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    85% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.marketing-video {
    background: #f9f9f9;
    text-align: center
}

.marketing-video [data-video_lang] {
    display: none
}

.marketing-video [data-video_lang].active {
    display: block
}

.marketing-video [data-video_lang].noactive {
    display: none
}

.marketing-video [data-video_lang] iframe {
    border: 6px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 3px silver
}

.marketing-video .list-lang {
    margin-top: 20px;
    margin-bottom: -10px;
    text-align: center
}

.marketing-video .list-lang>a {
    opacity: .65;
    margin-right: 25px
}

.marketing-video .list-lang>a.active {
    opacity: 1 !important
}

.marketing-video .block-copy {
    text-align: center;
    background: #fefefe;
    border: 1px solid #ededed;
    border-radius: 1px;
    width: 85%;
    max-width: 500px;
    min-width: 200px;
    margin: 0 auto;
    overflow: auto;
    padding: 15px 25px;
    color: #333;
    margin-bottom: 15px
}

.marketing-video .block-copy>.link {
    font-size: 14px
}

.marketing-video .block-copy>.copy {
    float: right;
    font-size: 13pt;
    cursor: pointer
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal {}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 15pt
}

.modal-header {
    margin-top: -25px
}

@media(max-width:500px) {
    .fancybox-content {
        padding: 15px
    }
    .modal .modal-content {
        padding: 10px
    }
    .marketing-video .block-copy {
        width: 90%;
        padding: 10px 5px
    }
    .marketing-video .list-lang a {
        margin: 7px
    }
    .marketing-video .list-lang img {
        width: 30px;
        height: 30px
    }
}

[data-fancybox-close] {
    color: #333 !important
}

.spritespin {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -300px;
    opacity: .3;
    transform: scale(.7)
}

.success,
.notice__wrap {
    background: blue !important;
    z-index: 100000 !important
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: -9
}

.full {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto
}

.diamond-back {
    opacity: 1;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    line-height: 100vh;
    transition: all 2s cubic-bezier(.43, .27, .43, .97), transform 1s cubic-bezier(.43, .27, .43, .97) .25s;
    text-align: center;
    overflow: hidden;
    background: url(../img/mainbg.jpg) no-repeat center;
    background-size: 100% 100%
}

.diamond-back::after {
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    transition: inherit;
    transform-origin: left center;
    opacity: .1;
    background-image: linear-gradient(to right, #000, transparent, transparent);
    display: none
}

.diamond-back div {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 60vw;
    height: 60vw;
    transition: inherit
}

.diamond-back div div {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15), transparent, transparent);
    transform-origin: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: inherit;
    transform: rotate(-135deg);
    top: 0;
    left: 0
}

.diamond-back div div:last-of-type {
    top: auto;
    bottom: 0;
    transform: rotate(45deg)
}

.diamond-back div div::before,
.diamond-back div div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background-image: inherit;
    opacity: .5;
    transition: inherit;
    transition-delay: .25s
}

.diamond-back div div::after {
    width: 80%;
    height: 80%;
    opacity: .75
}

@media only screen and (orientation:landscape) {
    .diamond-back div {
        width: 40vw;
        height: 40vh
    }
    .diamond-back div div {
        height: 40vw
    }
    #loader .diamond-back>div {
        height: 10vh
    }
}

.section.advantages {
    padding-top: 70px;
    background: url(../img/overlaybg.jpg) no-repeat top center;
    background-size: cover
}

@media screen and (min-width:768px) and (max-width:930px) {
    .examples-blocks .example .example-title {
        width: 100%;
        height: 175px
    }
}

@media screen and (min-width:768px) and (max-width:1175px) {
    .heading-content__btns.flex {
        display: flex;
        justify-content: flex-end;
        text-align: center
    }
    .heading-content__btns .btn-wrap a {
        padding: 0
    }
    .homefull {
        height: 80vh
    }
    .homefull .diamond-back {
        height: 100%
    }
    .header-wrap .def-btn {
        width: 120px;
        height: 44px;
        line-height: 44px
    }
    h1.global-title {
        font-size: 50px !important
    }
    h2.global-subtitle {
        margin-top: 0 !important;
        font-size: 30px !important
    }
    .participant_in .stats-top_subject {
        line-height: 22px
    }
    .advantages-list__subtitle.smalldown {
        margin-bottom: 0;
        padding-bottom: 30px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .diamond-back {
        height: 100%
    }
    .heading-content__cat {
        width: 100%;
        height: 370px;
        margin-top: 150px
    }
    h1.global-title {
        font-size: 40px !important;
        letter-spacing: 6px;
        line-height: 52px
    }
    h2.global-subtitle {
        font-size: 18px !important;
        letter-spacing: 6px;
        line-height: 27px
    }
    .heading-content h2.global-subtitle {
        margin-top: 0
    }
    .spritespin {
        width: 100% !important;
        height: 290px !important;
        margin-top: -180px
    }
    .section-content.heading-content.full {
        height: auto
    }
    .advantages-list__subtitle {
        line-height: 20px;
        margin-bottom: 0;
        padding-bottom: 40px
    }
    .advantages-list-block .advantage-title {
        line-height: 24px
    }
    .detcont .border-gradient {
        padding: 0
    }
    .detcont .border-gradient_content {
        padding: 0
    }
    .detcont .user-matrix_reinvest__nav-next {
        bottom: 12px
    }
    .detcont .btn-nav_prev,
    .detcont .btn-nav_next {
        top: 170px
    }
    .header-wrap {
        display: inline-block;
        text-align: center;
        margin-top: 10px
    }
    .header-logo {
        transform: none;
        display: inline-block;
        width: 100px;
        height: 80px
    }
    .heading-content__btns {
        justify-content: center;
        display: flex;
        width: 100%
    }
    .header-wrap .def-btn {
        padding: 0;
        text-align: center;
        min-width: 130px
    }
    .header-wrap .heading-content__btns .btn-wrap {
        margin-right: 10px
    }
    .heading-content__btns .btn-wrap:last-child {
        margin-right: 0
    }
    .homestats-top {
        position: relative;
        transform: none;
        max-width: 100%;
        top: inherit;
        right: inherit;
        margin-top: 30px
    }
    .homestats-top .stats-top_sum {
        flex: 0 0 50%;
        max-width: 50%
    }
    .homestats-top .stats-top_subject {
        flex: 0 0 50%;
        max-width: 50%
    }
    .heading-content__subtitle {
        margin-bottom: 0
    }
    .participants .row {
        width: 100%;
        display: inline-block
    }
    .participants .row .col-md-3 {
        width: 100%;
        margin: 30px 0 0
    }
    .participants .row .col-md-3:first-child {
        margin-top: 0
    }
    .examples-blocks .example .example-title {
        width: 100%;
        height: 155px;
        padding: 0 !important
    }
}

@media screen and (min-width:320px) and (max-width:599px) {
    .detcont .btn-nav_page {
        min-width: inherit;
        padding: 7px 5px
    }
    .detcont .user-matrix_binary {
        position: relative;
        margin-top: 100px
    }
    .detcont .user-matrix__active {
        position: relative
    }
    .detcont .user-matrix_price {
        left: 50%;
        right: inherit;
        transform: translateX(-50%)
    }
    .detcont .user-matrix_ternary {
        margin-top: 100px;
        position: relative
    }
    .detcont .btn-nav_prev,
    .detcont .btn-nav_next {
        top: 260px
    }
    .detcont .user-matrix_reinvest {
        right: 110px;
        bottom: inherit;
        top: -60px
    }
    .detcont .user-matrix_partners {
        bottom: inherit;
        top: -60px
    }
    .detcont .user-matrix_reinvest__nav-next {
        bottom: 7px
    }
    .user-transactions.detuser-transactions {
        overflow-x: scroll;
        white-space: nowrap
    }
    .detuser-transactions .user-transactions__head {
        flex-wrap: nowrap;
        width: 580px;
        display: inline-block !important
    }
    .detuser-transactions .user-transactions__head .col-1.icon {
        width: 85px;
        float: left
    }
    .detuser-transactions .user-transactions__head .col-2.date {
        padding-left: 0;
        width: 120px;
        float: left
    }
    .detuser-transactions .user-transactions__head .col-2.user-id {
        width: 80px;
        float: left;
        text-align: left !important
    }
    .detuser-transactions .user-transactions__head .col-4.user-address {
        width: 170px;
        float: left
    }
    .detuser-transactions .user-transactions__head .col-3.profit {
        width: 120px;
        float: left
    }
    .detuser-transactions .user-transactions__head .col-1,
    .detuser-transactions .user-transactions__head .col-2,
    .detuser-transactions .user-transactions__head .col-3,
    .detuser-transactions .user-transactions__head .col-4,
    .detuser-transactions .user-transactions__head .col-5 {
        max-width: inherit;
        flex: auto
    }
    .detuser-transactions .user-transactions__body {
        overflow: visible;
        white-space: nowrap
    }
    .detuser-transactions .user-transactions__body .row {
        flex-wrap: nowrap;
        width: 580px;
        display: inline-block;
        text-align: left !important;
        float: left
    }
    .detuser-transactions .user-transactions__body>div>div {
        max-width: inherit;
        flex: auto;
        padding: 0 15px;
        font-size: 14px;
        white-space: nowrap
    }
    .detuser-transactions .user-transactions__body .row .col-1.icon {
        width: 85px;
        float: left
    }
    .detuser-transactions .user-transactions__body .row .col-2.user-id {
        width: 80px;
        float: left;
        text-align: left !important
    }
    .detuser-transactions .user-transactions__body .row .col-2.date {
        padding-left: 0;
        width: 120px;
        float: left
    }
    .detuser-transactions .user-transactions__body .row .col-4.user-address {
        width: 170px;
        float: left
    }
    .detuser-transactions .user-transactions__body .row .col-3.profit {
        width: 120px;
        float: left
    }
    .detuser-transactions .user-transactions_load {
        width: 100%;
        float: left
    }
}

@media screen and (min-width:481px) and (max-width:599px) {
    .spritespin {
        height: 390px !important;
        margin-top: -230px
    }
}

@media screen and (min-width:600px) and (max-width:767px) {
    .spritespin {
        height: 600px !important;
        margin-top: -340px
    }
    .detuser-transactions .user-transactions__body>div>div {
        font-size: 14px
    }
}