button.simplex-continue-button {
    background-color: brown !important;
}


/** ----------------GLOBAL--------------- **/
html {
    font-family: Inter;
    line-height: 160%;
    background-color: #F4F6FA;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px
}

body.ovh {
    overflow: hidden;
}

#page-container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0
}

a:active,
a:focus {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0
}

.section {
    padding: 72px;
}

.section-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    text-align: center;
}

.section-header>h2 {
    color: #11193B;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
}

.section-header>span {
    color: #6BBAE2;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.secondary__block {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    border-radius: 36px;
    margin-bottom: 24px
}

@media (max-width: 1024px) {
    .section {
        padding: 72px 16px;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 72px 16px;
    }

    .section-header {
        text-align: left;
    }

    .section-header>h2 {
        font-size: 36px;
    }

    .section-header>span {
        font-size: 16px;
    }

    .secondary__block {
        align-items: flex-start;
    }
}

/** ----------------GRID--------------- **/
.grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.grid--flex {
    display: flex
}

/** ----------------HEADER--------------- **/
header {
    background: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    border-bottom: 1px solid #CCD8EC;
    border-image-slice: 1;
    transition: box-shadow .2s ease-in-out;
}

header .grid--flex {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    height: 100%
}

header .grid--flex .logo {
    display: flex;
    align-items: center
}

header .grid--flex .part {
    flex: 1;
    display: flex;
    height: 100%;
    gap: 24px;
}

.part--right {
    justify-content: flex-end;
    align-items: center;
}

/** ----------------NAVBAR--------------- **/
@media (max-width: 1050px) {
    .desktop-menu {
        display: none !important;
    }
}

.main-nav {
    gap: 8px;
}

.main-nav__head {
    color: #3E4B70;
    font-weight: 600;
}

.main-nav__head:hover {
    color: #11193B;
    outline: 1px solid #9b9fff;
    border-radius: 8px;
}

.main-nav {
    padding: 0;
    list-style-type: none;
    display: flex;
    height: 100%;
    align-items: center;
}


nav .main-nav>li:last-child {
    padding-right: 0
}

nav .main-nav>li>a:not(.btn) {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
}

@media all and (min-width:1050px) and (hover:hover) {
    nav .main-nav:hover>li:hover>.secondary-nav {
        opacity: 1;
        visibility: visible
    }
}

/** ----------------SUBMENU--------------- **/
.secondary-nav {
    max-width: 1088px;
    width: 80%;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(29, 0, 62, .07);
    display: flex;
    flex-direction: column;
    top: 65px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    left: 45%;
    transform: translate(-50%);
    padding: 24px 32px 32px 32px;
}

.secondary-nav>a {
    color: #6C69FA;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

.secondary-nav>a:hover {
    color: #5547EF;
}

.secondary-nav>a:after {
    content: url("../img/chevron.svg");
    text-align: center;
    padding-left: 8px
}

.secondary-nav__subitems {
    display: inline-flex;
}

.subitem {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subitem div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subitem a {
    font-size: 16px;
    line-height: 150%;
    color: #3E4B70;
}

.subitem a:hover {
    color: #6C69FA !important;
}

.subitem__head-link {
    color: #11193B !important;
    font-weight: 600;
}

.subitem__disabled-link {
    color: #556285;
    line-height: 150%;
    font-weight: 600;
    font-size: 16px;
}

.secondary-nav__subitem-section {
    max-width: 441px;
    padding: 16px 0 0 0;
    width: 100%
}

.secondary-nav__subitem-help {
    background-color: #F5F6FA;
    border-radius: 8px;
    padding: 16px;
    max-width: 175px;
    width: 100%;
}

@media all and (min-width:1050px) {
    .secondary-nav {
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease
    }
}

/** ----------------MOBILE NAVBAR--------------- **/
@media (min-width: 1051px) {
    .hamburger {
        display: none !important;
    }

    .mobile-menu {
        display: none !important;
    }
}

.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #E5EBFF;
    border-radius: 8px;
}

.hamburger .line {
    width: 16px;
    height: 2px;
    background-color: #6C69FA;
    display: block;
    margin: 2px 0;
}

.hamburger.active .line:nth-child(2) {
    opacity: 0
}

.hamburger.active .line:nth-child(1) {
    transform: translateY(4px) rotate(45deg)
}

.hamburger.active .line:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg)
}

.mobile-menu {
    position: fixed;
    width: calc(100% - 32px);
    height: calc(100% - 90px);
    background: #fff;
    z-index: 100;
    top: 65px;
    left: 0;
    padding: 16px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: flex;
    flex-direction: column;
}

@media all and (max-width:1050px) {
    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

.mobile-nav__tab {
    overflow: hidden;
}

.mobile-nav__tab-label {
    color: #11193B;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 24px 16px 16px;
    border-bottom: 1px solid #CCD8EC;
    min-height: 30px;
}

.mobile-nav__tab-label:active,
.mobile-nav__tab-label:focus {
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav__tab-label::after {
    content: '\276F';
    transform: rotate(90deg) scale(0.7);
    text-align: center;
    color: #3E4B70;
    transition: all 0.235s;
}

.mobile-nav__tab-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #FFF;
    max-height: 0;
    color: #7F88A0;
    font-size: 16px;
    transition: all 0.235s;
}

.mobile-nav__tab-content a {
    color: #3E4B70;
    padding: 0 16px;
}

.mobile-nav__tab-content a:hover {
    color: #6C69FA;
}

.mobile-nav__head-link>a:hover {
    color: #5547EF;
}

.mobile-nav__tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.mobile-nav__tab>input:checked+.mobile-nav__tab-label::after {
    transform: rotate(270deg) scale(0.7);
}

.mobile-nav__tab>input:checked+.mobile-nav__tab-label~.mobile-nav__tab-content {
    max-height: 100vh;
    padding: 16px 0;
    border-bottom: 1px solid #CCD8EC;
}

.mobile-nav__categories {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%
}

@media (max-width: 350px) {
    .mobile-nav__categories {
        flex-direction: column;
    }

    .mobile-nav__category-button {
        width: auto !important;
    }
}

.mobile-nav__category-button {
    padding: 8px 16px;
    color: #3E4B70;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    cursor: pointer
}

.personal-tab {
    display: none
}

.mobile-nav__category-button.selected {
    color: #11193B;
    outline: 1px solid #9b9fff;
}

.hidden {
    display: none;
}

.mobile-nav__head-link>a {
    font-weight: 600;
    color: #6C69FA;
    width: 100%;
}

.mobile-nav__head-link {
    display: flex;
    justify-content: space-between;
    padding: 16px 18px 16px 16px;
    border-bottom: 1px solid #CCD8EC;
    margin-top: 24px;
}


/** ----------------HERO SECTION--------------- **/
.hero__block {
    padding: 140px 72px 72px 72px;
    gap: 24px;
    display: flex;
}

.hero__header {
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center;
    width: 50%;
}

.hero__header>p {
    color: #3E4B70;
    font-size: 18px;
    line-height: 150%;
}

.hero__form {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.hero__h1 {
    color: #11193B;
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
}

.hero__how-to-button {
    max-width: 239px;
    width: 100%;
    color: #6C69FA;
    background-color: #E5EBFF;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    min-height: 26px;
    cursor: pointer;
}

.hero__how-to-button:hover {
    color: #5547EF;
    background-color: #D7E0FF;
}

.hero__how-to-button:active {
    color: #4234D3;
    background-color: #C8D1FF;
}

.hero__eth-link {
    color: #6C69FA
}

.simplex__form {
    padding: 42px 0px 36px 0px;
    background: #FFF;
    max-width: 500px;
    width: 100%;
}

/**- MOBILE -**/

@media (max-width: 1024px) {
    .hero__form {
        width: 100%
    }

    .hero__block {
        display: block;
    }

    .hero__header {
        width: 90%;
        padding-bottom: 42px;
    }
}

@media (max-width: 640px) {
    .hero__block {
        display: block;
    }

    .hero__header {
        width: 100%;
        padding-bottom: 42px;
    }

    .hero__header>p {
        font-size: 16px;
    }

    .hero__h1 {
        font-size: 48px;
    }

    .hero__how-to-button {
        max-width: 153px;
    }

    .hero__form {
        width: 100%
    }
}

@media (max-width: 400px) {
    .hero__block {
        display: block;
        padding: 72px 24px 24px 24px;
    }
}

/** ----------------HOW TO SECTION--------------- **/
.how-to__steps-section {
    display: inline-flex;
    gap: 60px;
    height: 100%
}

.how-to__steps-section span {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #11193B;
}

.how-to__steps-section p {
    padding-top: 12px;
    font-size: 14px;
    color: #3E4B70;
}

.how-to__step {
    display: flex;
    flex-direction: column;
    max-width: 234px;
    width: 100%;
}

.how-to__icon {
    padding-bottom: 24px;
    height: 32px;
    width: 32px;
}

/**- MOBILE -**/

@media (max-width: 1024px) {}

@media (max-width: 640px) {
    .how-to__steps-section {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

    .how-to__step {
        max-width: 292px;
    }
}


/** ----------------FAQ SECTION--------------- **/
.faq-accordion {
    width: 100%
}

.faq__tab {
    overflow: hidden;
}

.faq__tab-label {
    color: #11193B;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 24px 16px 16px;
    border-bottom: 1px solid #CCD8EC;
    min-height: 30px;
}

.faq__tab-label:active,
.faq__tab-label:focus {
    -webkit-tap-highlight-color: transparent;
}

.faq__tab-label::after {
    content: '\276F';
    transform: rotate(90deg) scale(0.7);
    text-align: center;
    transition: all 0.235s;
}

.faq__tab-content {
    max-height: 0;
    color: #7F88A0;
    background: white;
    font-size: 16px;
    transition: all 0.235s;
}

.faq__tab-content a {
    color: #6C69FA;
}

.faq__tab-content div {
    padding: 0 16px;
}

.faq__tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq__tab>input:checked+.faq__tab-label::after {
    transform: rotate(270deg) scale(0.7);
}

.faq__tab>input:checked+.faq__tab-label~.faq__tab-content {
    max-height: 100vh;
    padding: 16px 0;
    border-bottom: 1px solid #CCD8EC;
}

/**- MOBILE -**/

@media (max-width: 640px) {}

/** ----------------FOOTER SECTION--------------- **/
@media (max-width: 1050px) {
    .footer__block {
        display: none !important;
    }
}

.footer__block {
    padding: 72px 144px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    background-color: #11193B;
}

.footer__navigation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.footer__navigation>span {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #FFFFFF;
}

.footer__navigation-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__navigation-items a {
    font-size: 16px;
    line-height: 150%;
    color: #ACB9D7;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    width: 100%
}

.footer__contacts>div {
    color: #ACB9D7;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__social-media {
    display: flex;
    flex-direction: row;
    gap: 11px;
    padding-bottom: 11px;
}

.footer__social-media img {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
}

.footer__logo {
    max-height: 23px;
    max-width: 153px;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.footer__inner {
    width: 100%;
}

.language-change__a {
    color: #ACB9D7;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

@media (max-width: 1024px) {
    .footer__block {
        padding: 72px 16px;
    }
}

/** ----------------MOBILE FOOTER SECTION--------------- **/
@media (min-width: 1051px) {
    .mobile-footer__block {
        display: none;
    }
}

.mobile-footer__block {
    background-color: #11193B;
}

.mobile-footer-accordion {
    max-width: 684px;
    width: 100%
}

.mobile-footer__tab {
    overflow: hidden;
}

.mobile-footer__tab-label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 24px 16px 16px;
    border-bottom: 1px solid #2E3B5F;
    min-height: 30px;
}

.mobile-footer__tab-label::after {
    content: '\276F';
    transform: rotate(90deg) scale(0.7);
    text-align: center;
    color: #3E4B70;
    transition: all 0.235s;
}

.mobile-footer__tab-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #11193B;
    max-height: 0;
    color: #7F88A0;
    font-size: 16px;
    transition: all 0.235s;
}

.mobile-footer__tab-content a {
    color: #ACB9D7;
    padding: 0 16px;
}


.mobile-footer__tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.mobile-footer__tab>input:checked+.mobile-footer__tab-label::after {
    transform: rotate(270deg) scale(0.7);
}

.mobile-footer__tab>input:checked+.mobile-footer__tab-label~.mobile-footer__tab-content {
    max-height: 100vh;
    padding: 16px 0;
    border-bottom: 1px solid #2E3B5F;
}

.mobile-footer__contacts {
    padding: 42px 16px;
}

.mobile-footer__contacts>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-footer__contacts>div p {
    color: #ACB9D7;
}

.mobile-footer__logo {
    max-height: 23px;
    max-width: 153px;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    padding-bottom: 16px;
}

.mobile-footer__social-media {
    display: flex;
    flex-direction: row;
    gap: 11px;
    padding-bottom: 8px;
}

.mobile-footer__social-media img {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
}