.desktop-visible, .desktop-visible-flex,
.mobile-visible, .mobile-visible-flex {
    display: none;
}
@media (min-width: 769px) {
    .desktop-visible { display: block; }
    .desktop-visible-flex { display: flex; }
}
@media (max-width: 768px) {
    .mobile-visible { display: block; }
    .mobile-visible-flex { display: flex; }
}

.w1160 { width: 1160px; }
.mw1160 { max-width: 1160px !important; }
.w1110 { width: 1110px; }
.mw1110 { max-width: 1110px !important; }
.mw1400 { max-width: 1400px; }
.w1400 { width: 1400px !important; }

/* breadcrumbs */
.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 38px;
    font-family: 'Ubuntu', sans-serif;
}

.bcs-wrp {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1400px
}

@media (min-width: 769px) and (max-width:1400px) {
    .bcs-wrp {
        max-width:768px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 768px) {
    .bcs-wrp {
        max-width:320px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.bcs-wrp ul {
    display: flex
}

.bcs-wrp svg {
    margin-right: 10px
}

.bc-item {
    color: #5f46f9
}

.bc-item:not(:last-child):after {
    color: inherit;
    content: "/";
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px
}

.bc-item-link {
    color: #5f46f9
}

.bc-item-link:hover {
    color: #cc74c8
}

.bc-item-link:active {
    color: #2214e3
}

@media (max-width: 768px) {
    .bcs-wrp {
        margin-top:40px
    }
}
.breadcrumbs ul {
    margin-bottom: 0;
}
/* COOCKIE  */
._2Hqwf._2keJx {
    background-color: rgba(204,116,200,.9);
}
._2Hqwf {
    bottom: 0;
    color: #fff;
    height: 80px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30000000;
}
@media (max-width: 768px) {
    ._2Hqwf {
        height: 174px;
    }
}
.YQD6l {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
}
@media (min-width: 769px) and (max-width: 1400px){
    .YQD6l {
        max-width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px){
    .YQD6l {
        align-items: stretch;
        flex-direction: column;
        justify-content: space-around;
    }
}
@media (max-width: 768px){
    .YQD6l {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
._3IuVp {
    margin: 0;
    max-width: 65%;
}
@media (max-width: 768px){
    ._3IuVp {
        max-width: unset;
    }
}
.in-text-link {
    color: #5f46f9;
}
@media (max-width: 768px){
    ._2pTe5 {
        display: flex;
        justify-content: space-between;
    }
}
._2iukg {
    background: #5f46f9;
    border-color: #5f46f9;
    box-shadow: 0 3px 20px rgb(95 70 249 / 70%);
}
.j-LBn {
    padding: 0 20px;
    width: auto;
}

.btn-close--blue {
    background: #fff;
}
[class^=btn-close] {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
._3osqo {
    margin-left: 4em;
}
@media (min-width: 769px) and (max-width: 1400px){
    ._3osqo {
        margin-left: 1.5em;
    }
}
@media (max-width: 768px){
    ._3osqo {
        align-self: flex-end;
        margin-left: initial;
    }
}

._2pTe5 [class^=btn-close] svg {
    stroke: #5f46f9;
}

._2iukg:active, ._2iukg:hover {
    background: #858aff;
    border-color: #858aff;
    color: #fff;
}

._3D5u2 {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    min-width: 154px;
    text-align: center;
    white-space: nowrap;
}
.btn-close--blue:active {
    background: #2214e3;
}
.btn-close--blue:hover {
    background: #5f46f9;
}
.btn-close--blue:hover svg {
    stroke: #fff;
}
/* langlesect */
.choose_lang, .choose_lang__globe, .choose_lang__select {
    align-items: center;
    display: flex;
    min-height: 30px;
}

@media (max-width: 768px) {
    .choose_lang {
        justify-content: center;
    }
}

.choose_lang__select {
    position: relative;
    z-index: 3;
}

nav .choose_lang__globe span {
    display: none;
}

.choose_lang__globe span {
    color: #b8c0cd;
    padding-left: 12px;
    padding-right: 5px;
}

header .choose_lang__globe svg, header .choose_lang__globe .svg {
    margin-right: 18px;
}

.lang_button {
    padding-top: 0;
    align-items: center;
    display: flex;
    min-height: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.static-page header .choose_lang__globe svg path, .static-page  header .choose_lang__globe svg path {
    fill: #2b2d3a;
}
.static-page header .lang_button {
    color: #2b2d3a;
}
.static-page header .lang_button svg path {
    stroke: #2b2d3a;
}
.static-page .menu__support svg {}
.static-page .menu__support svg path {
    fill: #2b2d3a;
}

.lang_button svg, .lang_button .svg {
    margin-left: 5px;
    transition: transform .5s;
    vertical-align: middle;
}

.languages_spoiler {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px dashed #939bab;
    display: none;
    left: -10px;
    /*max-height: 165px;*/
    outline: none;
    overflow-y: auto;
    padding-bottom: 3px;
    position: absolute;
    top: 32px;
    width: 101px;
    z-index: 2;
}
.locale_pt .languages_spoiler {
    width: 117px;
}
.locale_fr .languages_spoiler,
.locale_de .languages_spoiler {
    width: 110px;
}

.choose_lang__select.languages_spoiler__opened._3GlD5:before {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: auto;
    top: -3px;
}
.choose_lang__select.languages_spoiler__opened span {
    color: #5f46f9;
}

.choose_lang__select.languages_spoiler__opened svg,
.choose_lang__select.languages_spoiler__opened .svg {
    -webkit-transform: rotate(
        180deg
    );
    -ms-transform: rotate(180deg);
    transform: rotate(
        180deg
    );
}

._3GlD5 .languages_spoiler {
    border-bottom: 1px dashed #939bab;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 32px;
    top: auto;
    box-shadow: 0px -10px 13px 0px rgb(0 0 0 / 11%) !important;
}

.static-page header .languages_spoiler__opened .Hy2NF svg path {
    stroke: #5f46f9;
}

.languages_spoiler__opened .languages_spoiler {
    display: block;
    box-shadow: 0px 10px 13px 0px rgb(0 0 0 / 11%);
}

.choose_lang__select.languages_spoiler__opened:before {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -3px;
    content: "";
    display: block;
    height: 35px;
    left: -10px;
    position: absolute;
    width: 101px;
    z-index: 1;
    box-shadow: -1px -5px 13px 0px rgb(0 0 0 / 10%) !important;
}
.choose_lang__select.choose_on_top.languages_spoiler__opened:before {
    width: 95px;
}

.choose_lang_wrapper:before {
    display: block;
    content: "";
}
.choose_lang_wrapper:after {
    display: block;
    content: "";
    clear: both;
}
.choose_lang__select.languages_spoiler__opened.locale_pt:before {
    /*width: 117px;*/
}
.choose_lang__select.languages_spoiler__opened.locale_fr:before,
.choose_lang__select.languages_spoiler__opened.locale_de:before {

}

.languages_spoiler.langs_on_top {
    width: 95px;
}
.choose_lang__select.langs_on_top:before {
    width: 95px;
}

.languages_spoiler__item {
    display: block;
    padding: 6px 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    color: #000 !important;
}
.languages_spoiler__item.current {
    cursor: auto;
    display: none;
}

.languages_spoiler::-webkit-scrollbar {
    border-radius: 10px;
    box-shadow: inset 0 1px 5px rgb(0 0 0 / 25%);
    width: 6px;
}

.languages_spoiler::-webkit-scrollbar-thumb {
    background-color: #858aff;
    border-radius: 10px;
    outline: 1px solid #708090;
}

.languages_spoiler::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: none;
    margin: 2px;
}

.languages_spoiler__opened svg path, .languages_spoiler__opened .svg path {
    stroke: #5f46f9;
}
/* normalize */
*, :after, :before {
    box-sizing: border-box;
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

button, ul {
    font: inherit;
    padding: 0;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

img, svg, .svg {
    vertical-align: middle;
}

svg, .svg {
    overflow: hidden;
}

button:not(:disabled) {
    cursor: pointer;
}

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

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

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

main {
    overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
#page-getapp header {
    margin-bottom: 50px;
}
#page-getapp main {
    overflow: initial;
}
#page-getapp nav .lang_button {
    color: #2b2d3a;
}
#page-getapp nav .choose_lang__select svg path, #page-getapp nav .languages_spoiler__opened .svg path,
#page-getapp nav .choose_lang__select svg path, #page-getapp nav .languages_spoiler__opened .svg path {
    stroke: #2b2d3a;
}
#page-getapp .menu__item svg path {
    stroke: #2b2d3a;
}
#page-getapp {
    overflow: hidden;
}

section {
    overflow: hidden;
    width: 100%;
}

input[type=email]:active, input[type=email]:focus, input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus {
    outline: none;
}

input[type=email], input[type=text], textarea {
    background-color: #fff;
    border: 1px solid #939bab;
    border-radius: 4px;
    padding: 9px 15px;
    width: 100%;
}

input[type=text] {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #babfc5
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
    color: #babfc5
}

input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #babfc5
}

input[type=email]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
    color: #babfc5
}

input[type=email]:invalid, input[type=text]:invalid, textarea:invalid {
    box-shadow: none
}

b, strong {
    font-weight: bolder;
}

/* END of normalize and common part */

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: local("Ubuntu Light"), local("Ubuntu-Light"), url(font-4.woff2) format("woff2"), url(font-4.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(font-2.woff2) format("woff2"), url(font-2.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(font-3.woff2) format("woff2"), url(font-3.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(font-1.woff2) format("woff2"), url(font-1.woff) format("woff")
}

/* Montserrat */
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    src: local("Montserrat"), local("Montserrat"), url(font/Montserrat/static/Montserrat-Regular.ttf)
}
@font-face {
    font-display: swap;
    font-family: Montserrat-Light;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(font/Montserrat/static/Montserrat-Light.ttf)
}
@font-face {
    font-display: swap;
    font-family: Montserrat-Black;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(font/Montserrat/static/Montserrat-Black.ttf)
}
@font-face {
    font-display: swap;
    font-family: Montserrat-Medium;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(font/Montserrat/static/Montserrat-Medium.ttf)
}
@font-face {
    font-display: swap;
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(font/Montserrat/static/Montserrat-Bold.ttf)
}
@font-face {
    font-display: swap;
    font-family: Montserrat-SemiBold;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(font/Montserrat/static/Montserrat-SemiBold.ttf)
}

/* Roboto */
@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    src: local("Roboto"), local("Roboto"), url(font/Roboto/Roboto-Regular.ttf)
}
@font-face {
    font-display: swap;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Light"), local("Roboto-Light"), url(font/Roboto/Roboto-Light.ttf)
}
@font-face {
    font-display: swap;
    font-family: Roboto-Black;
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Black"), local("Roboto-Black"), url(font/Roboto/Roboto-Black.ttf)
}
@font-face {
    font-display: swap;
    font-family: Roboto-Medium;
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(font/Roboto/Roboto-Medium.ttf)
}
@font-face {
    font-display: swap;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(font/Roboto/Roboto-Bold.ttf)
}

/* ----- */

h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}
#page-about h2 {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0;
}

h4 {
    font-size: 37px;
    font-weight: 500;
    line-height: 42px;
}

h5 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    background-color: #efeff2;
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    min-height: 100vh;
    position: relative;
    z-index: 6;
    margin: 0;
}
#page-home {
    background-color: #262241;
}
.static-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.static-page footer {
    background: #262241;
}

body.static-page {
    background: #fff url(img/bg-white-curves-wide.jpg) no-repeat top;
}
.static-page h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 60px;
    margin-top: 30px;
}

footer {
    background-color: #262241;
}
body, h1, h2 {
    font-style: normal;
}

#page-home header nav, #page-affiliate header nav, #page-affiliate2 header nav {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
nav {
    z-index: 1000;
}

header nav {
    height: 120px;
}
.static-page header nav {
    height: 140px;
}


body header nav.change {
    height: 60px;
    justify-content: space-between;
    position: relative;
}
nav > .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    flex-wrap: initial;
    height: inherit;
    font-family: 'Ubuntu', sans-serif;

}

@media (min-width: 769px) and (max-width: 1400px) {
    nav > .container {
        max-width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    header nav > .container {
        height: 86px;
        padding: 0;
    }
}
@media (max-width: 768px) {
    header nav > .container, body header nav.change {
        height: 50px;
    }
}

@media (max-width: 768px) {
    nav > .container {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.mobile_dark  > .container {

    }
}
nav .logo-type-2 {
    display: block;
    width: 233px;
    height: 140px;
    padding-left: 30px;
    padding-top: 30px;
}
nav .logo-type-3 {
    display: block;
    width: 233px;
    height: 140px;
    padding-left: 30px;
    padding-top: 30px;
}


@media (min-width: 769px) {
    header .nav > a {
        margin-left: -30px;
    }
}

@media (max-width: 768px) {
    header .nav > a:not(._1Y2iY).logo {
        height: 110px;
        left: -33px;
        margin-left: 0;
        position: absolute;
        top: -27px;
    }
    header .nav > a:not(._1Y2iY).logo-type-2 {
        top: -15px;
    }
}

.header .nav > a:not(._1Y2iY).logo {
    margin-left: -30px;
}

@media (max-width: 768px) {
    .logo img, .logo svg {
        transform: scale(.85);
    }
}



body header  nav.change .logo {
    background: radial-gradient(circle closest-corner at 52px 30px, rgba(95, 70, 249, .5), transparent);
    left: 0;
    position: absolute;
    top: -20px;
    z-index: 2;
}
@media (max-width: 768px) {
    body header  nav.change .logo {
        left: -33px;
        top: -26px;
    }
}
@media (max-width: 320px) {
    body header  nav.change .logo .small-logo {
        transform: scale(0.75);
    }
    body header nav.change .logo {
        left: -45px;
        top: -27px;
    }
}
@media (max-width: 290px) {
    body header  nav.change .logo .small-logo {
        transform: scale(0.7);
    }
    body header nav.change .logo {
        left: -50px;
        top: -28px;
    }
}
@media (max-width: 270px) {
    body header  nav.change .logo .small-logo {
        transform: scale(0.65);
    }
    body header nav.change .logo {
        left: -55px;
        top: -28px;
    }
}
.nav .hidden {
    display: none;
}

/*==== MENU ====*/

body header nav.change, #page-home nav.change, #page-affiliate nav.change, #page-affiliate2 nav.change {
    background: rgba(38, 34, 65, .9);
    position: fixed;
    z-index: 1000;
    width: 100%;
}

body header nav.change .logo:before {
    display: block;
    left: -110px;
    top: 15px;
    z-index: 1;
}

.logo:before {
    background: no-repeat url('img/bg-lace.svg');
    content: "";
    display: none;
    height: 60px;
    position: absolute;
    width: 354px;
}

._2LznZ {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1400px) {
    ._3JoFg {
        display: none;
    }
}

.nav menu, .nav .menu {
    margin: 0;
    padding: 0;
}

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

.nav menu > ul, .nav .menu > ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
}
[lang="ru"] .static-page .nav .menu > ul > li {
    margin-left: 17px;
}
[lang="ru"] .static-page .nav .menu > ul > li:nth-child(6) {
    white-space: normal;
}
[lang="fr"] .static-page .nav .menu > ul > li:nth-child(6) a,
[lang="es"] .static-page .nav .menu > ul > li:nth-child(6) a,
[lang="pt"] .static-page .nav .menu > ul > li:nth-child(6) a {
    white-space: normal;
    width: 86px;
    text-align: center;
}
[lang="ja"] .static-page .nav .menu > ul > li:nth-child(6) a,
[lang="ja"] .static-page .nav .menu > ul > li:nth-child(2) a,
[lang="ja"] .static-page .nav .menu > ul > li:nth-child(3) a {
    letter-spacing: -0.2em;
}
/*[lang="ja"] .nav .menu > ul > li:nth-child(3),
[lang="ja"] .nav .menu > ul > li:nth-child(5),
[lang="ja"] .nav .menu > ul > li:nth-child(7) {
    letter-spacing: -0.1em;
}
[lang="ja"] .nav .menu > ul > li {
    margin-left: 25px;
}
[lang="es"] .nav .menu > ul > li {
    margin-left: 25px;
}
[lang="pt"] .nav .menu > ul > li {
    margin-left: 28px;
}
[lang="fr"] .nav .menu > ul > li {
    margin-left: 22px;
}*/
@media (max-width: 768px) {
    .nav menu > ul, .nav .menu > ul {
        justify-content: center;
    }
}
@media (min-width: 1400px) {
    .change menu > ul, .change .menu > ul {
        height: 100%;
    }
}

@media (max-width: 1400px) {
    ._2XP1F {
        align-items: center;
        background: #e5e5e5;
        display: flex;
        height: 100%;
        justify-content: space-evenly;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 12;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    #page-home nav ._2XP1F {
        background: rgba(38, 34, 65, .9);
    }
    nav.mobile_dark ._2XP1F {
        background: rgba(38, 34, 65, .9);
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    nav ._2XP1F, nav ._2XP1F ul {
        flex-direction: column;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    nav ._2XP1F ul {
        height: auto;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    nav ._2XP1F ul {
        height: auto !important;
        justify-content: center !important;
    }
}

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



@media (max-width: 768px) {
    #page-home nav ._2XP1F {
        background: rgba(38, 34, 65, .9);
    }
    nav.mobile_dark ._2XP1F {
        background: rgba(38, 34, 65, .9);
    }
}

header .nav menu > ul > li, header .nav .menu > ul > li {

}

@media (min-width: 769px) and (max-width: 1400px) {
    ._2XP1F ul li + li {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    ._2XP1F ul li + li {
        margin-left: 0;
        margin-top: 15px;
    }
}

#page-home header .nav menu > ul > li > a,
#page-home header .nav .menu > ul > li > a,
#page-blog header .nav menu > ul > li > a,
#page-blog header .nav .menu > ul > li > a,
#page-affiliate header .nav .menu > ul > li > a,
#page-affiliate2 header .nav .menu > ul > li > a {
    color: #fff;
}
header .nav menu > ul > li > a, header .nav .menu > ul > li > a {
    color: #2b2d3a;
}
#page-home header .nav menu > ul a, #page-home header .nav .menu > ul a {
    color: #fff;
}
header .nav menu > ul a, header .nav .menu > ul a {
    color: #2b2d3a;
}

.menu__item {
    display: block;
    padding: 8px 0;
    white-space: nowrap;
}

[lang=de] menu ul li + li,
[lang=es] menu ul li + li,
[lang=fr] menu ul li + li,
[lang=pt] menu ul li + li,
[lang=ru] menu ul li + li,
[lang=de] .menu ul li + li,
[lang=es] .menu ul li + li,
[lang=fr] .menu ul li + li,
[lang=pt] .menu ul li + li,
[lang=ru] .menu ul li + li {
    margin-left: 30px;
}

menu ul li + li, .menu ul li + li {
    margin-left: 30px;
}

.menu__account {
    color: transparent;
    line-height: 0;
}

._3ucma {
    display: none;
}

@media (min-width: 769px) and (max-width: 1400px) {
    ._3ucma {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    ._3ucma {
        display: block;
    }
}

.store-link {
    display: inline-block;
    height: 40px;
    width: 130px;
}

.store-link + .store-link {
    margin-left: 15px;
}

@media (min-width: 769px) and (max-width: 1400px) {
    #page-home nav .store-link path {
        fill: #fff;
    }
    nav.mobile_dark .store-link path {
        fill: #fff;
    }
}

@media (max-width: 768px) {
    #page-home nav .store-link path {
        fill: #fff;
    }
    nav.mobile_dark .store-link path {
        fill: #fff;
    }
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

@media (max-width: 768px) {
    header nav:not(._1Y2iY) .Mhygd {
        position: absolute;
        right: 20px;
        top: 28px;
        display: block;
    }
    header nav .opened_menu button.Mhygd {
        position: fixed;
        right: 40px;
        top: 40px;
    }
}
@media (max-width: 768px) {
    header nav.change .Mhygd {
        top: 10px;
    }
    header nav.change .Mhygd.active {
        top: 18px;
    }
}
@media (min-width: 769px) and (max-width: 1400px) {
    header nav.change .Mhygd {
        position: absolute;
        right: 30px;
        top: 17px;
    }
    header nav.change .Mhygd.active {
        top: 21px;
    }
}
@media (max-width: 1400px){
    .opened_menu button.Mhygd {
        position: fixed;
        right: 75px;
        top: 75px;
    }
}

header button {
    z-index: 12;
    display: none;
}

@media (min-width: 769px) and (max-width: 1400px) {
    header button {
        display: inline-block;
    }
}



.Mhygd.active .btn-burger {
    display: none;
}

.Mhygd.active .btn-cross {
    display: block;
}

.btn-cross {
    display: none;
}

.Mhygd:active path, .Mhygd:active rect {
    fill: #5f46f9;
}

.Mhygd:hover path, .Mhygd:hover rect {
    fill: #cc74c8;
}

/* --------- */


.c-cont.wide {
    max-width: 1400px;
}
.c-cont {
    margin: 0 auto;
    max-width: 1160px;
}
@media (min-width: 769px) and (max-width: 1400px) {
    .c-cont {
        margin-bottom: 40px;
    }
}
@media (min-width: 1400px) {
    .c-cont {
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .c-cont {
        margin-bottom: 80px;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .c-cont, .c-cont.wide {
        max-width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .c-cont, .c-cont.wide {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #page-affiliate .c-cont, #page-affiliate .c-cont.wide {
        max-width: 370px;
    }
}






/*ЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖ  FOOTER ЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖЖ */
.footer-cont {
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 60px;
    padding-top: 30px;
}

@media (min-width: 769px) and (max-width: 1400px) {
    .footer-cont {
        max-width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .footer-cont {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .footer-cont {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1401px) {
    .footer-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 970px;
        position: relative;
    }
}

@media (min-width: 1401px) {
    .ftr-socials, .ftr-info-blk {
        width: 75%;
        padding: 0px 100px 0 0;
    }
}

.ftr-socials > a {
    display: block;
    margin: 40px 0;
    width: 250px;
}

@media (max-width: 768px) {
    .ftr-socials > a {
        margin: 0 auto;
    }
}

.socitems-margin {
    margin: 10px 0 50px;
}

.ftr-soc-items {
    display: flex;
    gap: 0 20px;
}

@media (max-width: 768px) {
    .ftr-soc-items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.socitems-link {
    display: inline-block;
}

.socitems-link-1.QD0gI {
    background-position: 0 22.22222%;
}

.socitems-link-1 {
    background-image: url(img/small-lilac-icons-sprite.svg);
    background-size: 90px 300px;
    height: 30px;
    width: 30px;
}
@media (max-width: 768px) {
    footer .socitems-link-1 {
        background-size: 90px 300px;
        height: 30px;
        width: 30px;
    }
}

.icom-pos-1 {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.socitems-link + .socitems-link {
    /*margin-left: 30px;*/
}

@media (max-width: 768px) {
    .ftr-soc-items > .socitems-link {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 25px;
    }
}

.socitems-link-1._3wSuh {
    background-position: 0 0;
}

.socitems-link-1._18WLx {
    background-position: 0 11.11111%
}

.socitems-link-1.QD0gI {
    background-position: 0 22.22222%
}

.socitems-link-1._3XUad {
    background-position: 0 33.33333%
}

.socitems-link-1._1NZK0 {
    background-position: 0 44.44444%
}

.socitems-link-1._3u_0V {
    background-position: 0 55.55556%
}

.socitems-link-1._2HyGT {
    background-position: 0 66.66667%
}

.socitems-link-1._1Dvts {
    background-position: 0 77.77778%
}

.socitems-link-1.LbER3 {
    background-position: 0 88.88889%
}

.socitems-link-1._12fss {
    background-position: 0 100%
}

.hover > .socitems-link-1._3wSuh, :hover > .socitems-link-1._3wSuh {
    background-position: 50% 0
}

.hover > .socitems-link-1._18WLx, :hover > .socitems-link-1._18WLx {
    background-position: 50% 11.11111%
}

.hover > .socitems-link-1.QD0gI, :hover > .socitems-link-1.QD0gI {
    background-position: 50% 22.22222%
}

.hover > .socitems-link-1._3XUad, :hover > .socitems-link-1._3XUad {
    background-position: 50% 33.33333%
}

.hover > .socitems-link-1._1NZK0, :hover > .socitems-link-1._1NZK0 {
    background-position: 50% 44.44444%
}

.hover > .socitems-link-1._3u_0V, :hover > .socitems-link-1._3u_0V {
    background-position: 50% 55.55556%
}

.hover > .socitems-link-1._2HyGT, :hover > .socitems-link-1._2HyGT {
    background-position: 50% 66.66667%
}

.hover > .socitems-link-1._1Dvts, :hover > .socitems-link-1._1Dvts {
    background-position: 50% 77.77778%
}

.hover > .socitems-link-1.LbER3, :hover > .socitems-link-1.LbER3 {
    background-position: 50% 88.88889%
}

.hover > .socitems-link-1._12fss, :hover > .socitems-link-1._12fss {
    background-position: 50% 100%
}

.active > .socitems-link-1._3wSuh, :active > .socitems-link-1._3wSuh {
    background-position: 100% 0
}

.active > .socitems-link-1._18WLx, :active > .socitems-link-1._18WLx {
    background-position: 100% 11.11111%
}

.active > .socitems-link-1.QD0gI, :active > .socitems-link-1.QD0gI {
    background-position: 100% 22.22222%
}

.active > .socitems-link-1._3XUad, :active > .socitems-link-1._3XUad {
    background-position: 100% 33.33333%
}

.active > .socitems-link-1._1NZK0, :active > .socitems-link-1._1NZK0 {
    background-position: 100% 44.44444%
}

.active > .socitems-link-1._3u_0V, :active > .socitems-link-1._3u_0V {
    background-position: 100% 55.55556%
}

.active > .socitems-link-1._2HyGT, :active > .socitems-link-1._2HyGT {
    background-position: 100% 66.66667%
}

.active > .socitems-link-1._1Dvts, :active > .socitems-link-1._1Dvts {
    background-position: 100% 77.77778%
}

.active > .socitems-link-1.LbER3, :active > .socitems-link-1.LbER3 {
    background-position: 100% 88.88889%
}

.active > .socitems-link-1._12fss, :active > .socitems-link-1._12fss {
    background-position: 100% 100%
}

.socitems-link-2 {
    background-image: url(img/small-lilac-icons-sprite-2.svg);
    background-size: 718px 110px;
    height: 30px;
    width: 30px;
}
@media (max-width: 768px) {
    footer .socitems-link-1 {
        background-size: 718px 110px;
        height: 30px;
        width: 30px;
    }
    .socitems-link-2.icom-pos-1 {
        background-size: 718px 110px;
        height: 30px;
        width: 30px;
    }
}

.socitems-link-2.telegram {
    background-position: -100px 0px;
}
.socitems-link-2.twitter {
    background-position: 0 0px;
}
.socitems-link-2.facebook {
    background-position: -50px 0px;
}
.socitems-link-2.btc-forum {
    background-position: -150px 0px;
}
.socitems-link-2.medium {
    background-position: -200px 0px;
}
.socitems-link-2.youtube {
    background-position: -250px 0px;
}
.socitems-link-2.instagram {
    background-position: -300px 0px;
}
.socitems-link-2.reddit {
    background-position: -350px 0px;
}
.socitems-link-2.discord {
    background-position: -500px 0px;
}
.socitems-link-2.wechat {
    background-position: -400px 0px;
}
.socitems-link-2.pinterest {
    background-position: -450px 0px;
}





._2aQ5p {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 1px dashed #939bab;
    display: none;
    left: -10px;
    max-height: 165px;
    outline: none;
    overflow-y: auto;
    padding-bottom: 15px;
    position: absolute;
    top: 32px;
    width: 146px;
    z-index: 2;
}

@media (min-width: 1401px) {
    .ftr-links-wrp, .ftr-btns-wrp-1 {
        flex-direction: column;
    }
}

@media (min-width: 1401px) {
    .ftr-links-wrp {
        display: flex;
        height: 93%;
        justify-content: space-between;
        order: 2;
        width: 340px;
        padding-top: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ftr-links-wrp {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin: 50px auto;
    }
}

.ftr-links-ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .ftr-paysys, .ftr-links-ul-mg {
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .ftr-links-ul {
        text-align: center;
    }
}

.ftr-links-a {
    color: #fff;
    display: block;
    padding: 4px 0;
    white-space: nowrap;
}

@media (min-width: 1401px) {
    .ftr-btns-wrp {
        flex-direction: row;
        margin: 0;
    }
}

.ftr-btns-wrp {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1401px) {
    .ftr-btns-wrp-1 {
        margin-top: 20px;
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ftr-btns-wrp {
        margin: 0 24%;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ftr-btns-wrp-1 {
        flex-basis: 50%;
        margin: 0;
    }
}

@media (min-width: 1401px) {
    .ftr-btns-wrp-1 a {
        max-width: 340px;
        width: 100%;
    }
}

@media (min-width: 1401px) {
    .ftr-btns-wrp a, .ftr-btns-wrp button {
        width: auto;
    }
}

.ftr-btns-wrp a + a, .ftr-btns-wrp button + button {
    margin-top: 20px;
}

@media (min-width: 1401px) {
    .ftr-btns-wrp a + a, .ftr-btns-wrp button + button {
        margin-left: 20px;
        margin-top: 0;
    }
}

@media (min-width: 1401px) {
    .ftr-btns-wrp-1 a + a {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (min-width: 1401px) {
    .ftr-info-blk {
        order: 1;
    }
}

.ftr-btns-wrp a, .ftr-btns-wrp button {
    width: 100%;
}

a.ftr-btns-a {
    padding: 7px 20px;
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ftr-btns-wrp-1 a {
        max-width: 340px;
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ftr-btns-wrp-1 a {
        max-width: 340px;
        width: 100%;
    }
}

.ftr-a-pw {
    padding: 0 20px;
    width: auto;
}

.ftr-btns-a {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    min-width: 154px;
    text-align: center;
    white-space: nowrap;
}

.ftr-btns-a1 {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.ftr-btns-a1 {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

@media (min-width: 1401px) {
    .ftr-paysys {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .ftr-paysys {
        margin: 40px auto;
    }
    ul.ftr-links-ul-mg {
        margin: 40px auto;
    }
}

.ftr-paysys img + img {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .ftr-addr {
        text-align: center;
    }
}

.ftr-addr {
    color: #939bab;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 40px;
}

.we-chat-img {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -270px;
    transition: opacity .3s ease;
}

.we-chat-opacity {
    opacity: 0;
}

._3qSIm {
    position: relative;
}

.ftr-links-a:hover {
    color: #858aff;
}

.ftr-btns-a:active, .ftr-btns-a:hover {
    border-color: transparent;
}

.ftr-btns-a1:active, .ftr-btns-a1:hover {
    border-color: #858aff;
    color: #858aff;
}

.ftr-reg-item, .ftr-regs {
    display: flex;
}
.ftr-regs {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .ftr-regs {
        margin-top: 35px;
    }
}

.ftr-reg-item {
    align-items: center;
    color: #939bab;
    margin-right: 20px;
    width: 350px;
}
.ftr-reg-icon {
    margin-right: 10px;
}
.ftr-reg-text {
    font-size: 13px;
    line-height: 20px;
}
.ftr-reg-text p {
    margin-bottom: 0;
}
.ftr-reg-text {
    font-size: 13px;
    line-height: 20px;
}
@media (max-width: 768px) {
    .ftr-reg-item {
        display: block;
        text-align: center;
        margin-top: 0;
    }

}


/* PAGE SITEMAP */
#page-sitemap .c-cont nav {
    margin-bottom: 300px;
}

#page-sitemap .c-cont nav > ul > li + li {
    margin-top: 30px;
}

#page-sitemap .c-cont nav > ul > li > a {
    font-size: 20px;
    line-height: 25px;
}

#page-sitemap .c-cont nav > ul > li > ul {
    margin-top: 30px;
    padding-left: 30px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#page-sitemap .c-cont nav > ul > li > ul > li:before {
    color: #000;
    content: "—";
    display: inline-block;
    margin-right: 10px;
}

#page-sitemap .c-cont nav > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 22px;
}






/* FORMS */

.form-join {
    margin-bottom: 100px;
}
@media (min-width: 769px) and (max-width: 1400px){
    .form-join {
        margin-bottom: 56px;
    }
}
@media (max-width: 768px) {
    .form-join {
        margin-bottom: 48px;
    }
}


.form-group {
    max-width: 730px;
    margin: 0 auto 40px auto;
    position: relative;
    font-family: 'Roboto';
}
@media (max-width: 768px){
    .form-group {
        margin-bottom: 16px;
        line-height: 0.7em;
    }
}

.form-without-program .form-group {
    margin-bottom: 50px;
}
@media (max-width: 768px){
    .form-without-program .form-group {
        margin-bottom: 30px;
    }
}

.form-group label {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #BCBCD1;
    position: absolute;
    top: 21px;
    margin-bottom: 10px;
}
.form-group.incorrect label {
    color: #FFFFFF;
}
.form-group.incorrect input {
    border: 2px solid #EB5757 !important;
}
.form-group.focus label, .form-group.active label {
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .form-group label {
        font-size: 11px;
        line-height: 15px;
    }
}
.form-group input[type="text"],
.form-group input[type="email"] {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #BCBCD1;
    box-sizing: border-box;
    line-height: 38px;
    padding: 0;
    background-color: #00000000;
}
@media (max-width: 768px) {
    .form-group input[type="text"], .form-group input[type="email"] {
        font-size: 13px;
    }
}



.form-group input {
    color: #BCBCD1;
}
.form-group input[type="text"]:focus, .form-group input[type="email"]:focus,
.form-group input[type="text"]:active, .form-group input[type="email"]:active,
.form-group.focus label, .form-group.active label {
    border: 2px solid #B9BCFF;
    box-sizing: border-box;
}
.form-group .input-error {
    display: none;
    position: absolute;
    left: 17px;
    color: red;
    font-size: 0.9em;
}
@media (max-width: 768px) {
    .form-group .input-error {
        text-align: center;
        width: 100%;
        left: 0px;
        padding-top: 3px;
    }
}
.termsagree input {}
.form-group.termsagree {
    color: #ffffff;
    padding-top: 21px;
    display: block;
}

.form-group input[type="checkbox"]:before {
    content: " ";
    left: -2px;
    top: -5px;
    color: #000;
    display: inline-block;
    font: 20px/30px Arial;
    margin-right: 12px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    vertical-align: middle;
    border-radius: 2px;
}
.form-group input[type="checkbox"]:checked:before {
    background: white url(img/checked.svg) 1px 0px no-repeat;
    z-index: 100;
}
.form-group.termsagree label {
    color: #ffffff;
    padding-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
}
.form-group.termsagree a {
    color: #FFADED;
}
.form-group.submit {
    text-align: center;
}

.error.flash-message {
    display: none;
}

.gf-field-recaptcha.gf-field-captcha  {
    margin-bottom: 25px;
}
.g-recaptcha  {

}
.g-recaptcha > div {
    margin: 0 auto 20px auto;
}


.gf-field-validation-message {
    text-align: center;
    color: red;
    font-size: 0.9em;
}


#superspoiler, #superspoiler2 {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
/*    background-color: black;
    opacity: 0;*/
}
#superspoiler.visible, #superspoiler2.visible {
    display: block;
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ass-sect-item {
        width: 20%;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .ass-sect-item {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.ass-sect-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 110px;
    min-height: 110px;
    margin-bottom: 15px;
}
.ass-sect-item span {
    margin-top: 20px;
}

@media (min-width: 769px) and (max-width: 1400px) {
    .ass-sect-item {
        width: 20%;
    }
}


/* COINS */
.icon-coin-v1 {
    display: inline-block;
    width: 61px;
    height: 61px;
    background: #ffffff00 url(img/currency/sprite-icons-currency-dark-row-1.svg) left top no-repeat;
}
.icon-coin-btc-v1 {
    background-position: 0px 0px;
}
.icon-coin-bch-v1 {
    background-position: -70px 0px;
}
.icon-coin-ltc-v1 {
    background-position: -280px 0px;
}
.icon-coin-eth-v1 {
    background-position: -210px 0px;
}
.icon-coin-240k-erc20-v1 {
    background-position: -1050px 0px;
}
.icon-coin-zec-v1 {
    background-position: -560px -110px;
}
.icon-coin-dash-v1 {
    background-position: -490px 0px;
}
.icon-coin-doge-v1 {
    background-position: -350px 0px;
}
.icon-coin-trx-v1 {
    background-position: -420px 0px;
}

/* v2 */
.icon-coin {
    display: inline-block;
    width: 61px;
    height: 61px;
    background: #ffffff00 url(img/currency/sprite-icons-currency-dark-row-2.svg) left top no-repeat;
}
.icon-coin-btc {
    background-position: -70px 0px;
}
.icon-coin-bch {
    background-position: -210px 0px;
}

.icon-coin-bnb {
    background-position: -420px 0px;
}
.icon-coin-trx {
    background-position: -350px 0px;
}

.icon-coin-ltc {
    background-position: -560px 0px;
}
.icon-coin-eth {
    background-position: -280px 0px;
}
.icon-coin-sol {
    background-position: -490px 0px;
}
.icon-coin-240k-erc20 {
    background-position: -1260px 0px;
}
.icon-coin-zec {
    background-position: -840px 0;
}
.icon-coin-dash {
    background-position: -700px 0px;
}
.icon-coin-doge {
    background-position: -630px 0px;
}
.icon-coin-bep20 {
    background-position: -840px -110px;
}
.icon-coin-trc20 {
    background-position: -630px -110px;
}
/* ------ */

/* v2-2 */
.icon-coin-2-2 {
    display: inline-block;
    width: 61px;
    height: 61px;
    background: #ffffff00 url(img/currency/sprite-icons-currency-dark-row-2-2.svg) left top no-repeat;
}
.icon-coin-matic {
    background-position: -210px 0px;
}
.icon-coin-avax {
    background-position: -910px -110px;
}
/* ------ */

.gen_presentation {
    width: 796px;
    height: 80px;
    background: linear-gradient(268.64deg, #BFC5E2 -0.46%, #6D749F 98.02%);
    border-radius: 20px;
    margin: 0 auto 90px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 35px;
}

.gen_presentation svg {

}

@media (min-width: 769px) and (max-width: 1400px) {
    .gen_presentation {
        width: 711px;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .gen_presentation {
        flex-direction: column;
        width: 346px;
        padding: 55px 10px 25px;
        height: initial;
        text-align: center;
        margin-bottom: 55px;
    }
}

@media (max-width: 376px) {
    .gen_presentation {
        width: 100%;
    }
}

.gen_presentation_icon {
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    .gen_presentation_icon {
        top: -62px;
        position: absolute;
    }
}

.gen_presentation_text {
    font-size: 27px;
    line-height: 32px;
}

[lang="ru"] .gen_presentation_text {
    font-size: 21px;
}

@media (min-width: 769px) and (max-width: 1400px) {
    .gen_presentation_text {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .gen_presentation_text {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }
}

.gen_presentation_btn {
    width: 191px;
    height: 40px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
    background: linear-gradient(212.7deg, #FF6BEB 9.25%, #5E46FA 90.75%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
}

@media (max-width: 768px) {
    .gen_presentation_btn {
    }
}
@media (min-width: 1400px) {
    #page-for-investors .gen_presentation {
        width: 820px;
    }
}

#page-for-investors .gen_presentation_text {
    text-align: center;
    font-size: 19px;
}

/* ======= ICONS ======= */
.ico-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ico-row-mobile-apps-light {

}
.ico-row .ico-row-item {
    margin-right: 20px;
}
.ico-row .ico-row-item i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/themes/ownrwallet/assets/img/about/sprite-mobile-app.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #ffffff00;
}
i.ico-row-spacer {
    display: inline-block;
    width: 1px;
    height: 40px;
    border-left: 1px solid #9293B0;
    margin-right: 20px;
    align-self: baseline;
}
.ico-row .ico-row-item .ico-apple { background-position: 0 0; }
.ico-row .ico-row-item .ico-android { background-position: -60px 0; }
.ico-row .ico-row-item .ico-samsung { background-position: -120px 0; }
.ico-row .ico-row-item .ico-huawey { background-position: -180px 0; }
.ico-row .ico-row-item .ico-aptoid { background-position: -240px 0; }
.ico-row .ico-row-item .ico-facesmile { background-position: -320px 0; }
.ico-row .ico-row-item .ico-win { background-position: -380px 0; }
.ico-row .ico-row-item .ico-linux { background-position: -440px 0; }
.ico-row .ico-row-item .ico-globe { background-position: -520px 0; }
/* --------- */




/* ICONS */
.single-icon:before {
    display: inline-block;
    content: " ";
    width: 80px;
    height: 80px;
}
.single-icon-light:before {
    background: url(/themes/ownrwallet/assets/img/sprite-icons-on-light.png);
}
.single-icon-about-misc:before {
    background: url(/themes/ownrwallet/assets/img/about/sprite-about-8-misc-80x80.svg);
}
.single-icon-about-light:before {
    background: url(/themes/ownrwallet/assets/img/about/sprite-about-4-light-60x60.svg);
}
.single-icon-globe:before {
    background-position: -240px -80px;
}
.single-icon-gadgets:before {
    background-position: -240px 0;
}
.single-icon-security:before {
    background-position: 0px -80px;
}
.single-icon-developments:before {
    background-position: -80px -80px;
}
.single-icon-briefcase:before {
    background-position: -160px -80px;
}

.ourvalues_item:before {
    background-position: -160px -80px;
}

