.basic-btn {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 320px;
    height: 48px;
    overflow: hidden;
    border: none;
    border-radius: 100px;
}
.start-trading {
    color: #fff;
    background: var(--main, #4053e2);
    transition: 0.5s;
    border: 2px solid #4053e2;
}
.start-trading:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #4053e2;
}
.title {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 32px;
}
.subtitle {
    font-size: 20px;
    color: #f5f3ec;
    font-weight: 500;
    margin-bottom: 0;
}
.description {
    color: #5e2aa3;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.blur-bg {
    position: relative;
    background: rgba(243, 243, 245, 0.4);
}
.blur-bg > img {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 638px;
}
.blur-bg .first-img {
    left: 0;
    top: 0;
}
.blur-bg .second-img {
    right: 0;
    bottom: 0;
}
* {
    font-family: "Raleway", sans-serif;
}
body {
    background: #1f2025 !important;
}
.row {
    --bs-gutter-x: 0;
}
.p60-0 {
    padding: 60px 0;
}
.container {
    max-width: 1530px !important;
    margin: 0 auto !important;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-heading------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.heading-title {
    color: #f5f3ec;
    font-size: 36px;
    margin-bottom: 24px;
}
.coins {
    margin-bottom: 36px;
}
.heading-subtitle {
    position: relative;
    color: #f5f3ec;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    background: var(--card_bg, #2c2c2c);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-partners------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.partners > div > div {
    border-radius: 24px;
    background: var(--card, #2a2b2e);
    padding: 40px 0;
}
.partners-content > div {
    padding: 60px 0;
    border-radius: 30px;
    background: var(--card_bg, #1f2025);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.advantages-header {
    border-radius: 30px;
    background: url(../images/advantages/bg1.png) no-repeat left bottom,
    linear-gradient(#ede8ff, #ede8ff);
}
.advantages-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}
.advantages-header p {
    color: var(--G2, #626b81);
    font-size: 16px;
}
.advantages-content .first {
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    background: url(../images/advantages/bg2.png) no-repeat right,
    linear-gradient(#efeef5, #efeef5);
    background-size: cover;
}
.advantages-content .second {
    padding-top: 44px;
    padding-bottom: 44px;
    border-radius: 30px;
    background: url(../images/advantages/bg3.png) no-repeat right bottom,
    linear-gradient(#d5d1e2, #d5d1e2);
}
.advantages-content .third {
    padding-top: 44px;
    padding-bottom: 44px;
    border-radius: 30px;
    background: url(../images/advantages/bg4.png) no-repeat right bottom,
    linear-gradient(#434ce7, #434ce7);
    background-size: cover;
}
.advantages-content .third h4 {
    color: #fff;
}
.advantages-content .third button {
    background: #fff;
    color: #434ce7;
}
.advantages-header > div {
    padding: 20px;
}
.advantages-header button {
    background: #fff;
}
.advantages-content > div {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
}
.advantages-content > div img {
    margin-bottom: 24px;
}
.advantages-content > div h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}
.advantages-content > div p {
    font-size: 20px;
    opacity: 0.8;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-document-links------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.document-links-content {
    padding: 20px 0;
    background: var(--black);
    border: 1px solid var(--stroke);
    border-radius: 12px;
}
.document-links-content a {
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: 100%;
    border: 1px solid var(--stroke);
    border-radius: 30px;
    background-size: cover;
    text-decoration: none;
    transition: 0.5s;
    min-width: 360px;
}
.document-links-content .counter {
    color: var(--main, #ff7955);
    font-size: 36px;
    font-weight: 700;
}
.document-links-content a > div {
    width: 100%;
    border-radius: 40px;
    background: var(--card, #2a2b2e);
    padding: 36px 0;
}
.document-links-content a:hover h4,
.document-links-content a:hover p {
}
.document-links-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-left: 36px;
}
.document-links-content p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 12px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-main-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.main-advantages-content > div {
    position: relative;
    max-width: 420px;
    width: 320px;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../images/main-advantages/bg.png) no-repeat;
    background-size: 100% 100%;
}
.main-advantages-content img {
    position: absolute;
    top: -7px;
    right: 15px;
}
.main-advantages-content .first {
}
.main-advantages-content .second {
}
.main-advantages-content .third {
}
.main-advantages-content h6 {
    font-size: 32px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.main-advantages-content p {
    font-size: 20px;
}
.main-advantages-content img {
    margin-bottom: 24px;
}
.main-advantages-content-markets > div {
    background-color: #010a15;
    border: 1px solid rgba(219, 244, 12, 0.4);
    border-radius: 10px;
    padding: 24px;
}
.main-advantages-content-markets p {
    color: #71757d;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-specialities------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.specialities > div > div {
    padding: 28px 0 32px;
    border-top: 2px solid #ffdd33;
}
.specialities > div > div h4 {
    font-weight: 600;
    font-size: 24px;
    color: #061425;
    margin-bottom: 24px;
}
.specialities > div > div p {
    font-size: 18px;
    color: #6d6a6b;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-statistic------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.statistic > div {
    border-radius: 40px;
    background: var(--card_bg, #2a2b2e);
}
.statistic-content h4 {
    color: var(--main, #4053e2);
    font-size: 40px;
    font-weight: 700;
}
.statistic-content p {
    color: var(--grey, #cfd0d0);
    font-size: 16px;
    font-weight: 500;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-innovations------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.innovations-content p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--g1, #e3e4ec);
    font-size: 20px;
    padding: 24px 0;
    border-radius: 40px;
    background: var(--card, #2a2b2e);
    margin-bottom: 0;
}
.innovations-content p span {
    color: var(--main, #4053e2);
    font-size: 28px;
    font-weight: 800;
    padding-left: 24px;
}
.innovations-content button {
    height: 76px;
    width: 100%;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-about------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.about h2 {
    color: var(--wite, #fff);
}
.about p.subtitle {
    font-size: 20px;
    color: var(--wite, #fff);
}
.heading-stat > div {
    padding: 12px 0;
    width: 250px;
}
.heading-stat h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #6d74ec;
    margin-bottom: 0;
}
.heading-stat h4 span {
    color: #6d74ec;
}
.heading-stat p {
    font-weight: 300;
    font-size: 18px;
    color: #6d74ec;
    margin-bottom: 0;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-platform------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.platform-content > div:first-child > div {
    color: var(--whte, #f5f3ec);
    font-size: 20px;
    padding: 24px;
    border-radius: 15px;
    background: var(--card_bg, #2c2c2c);
}
.platform-content > div:last-child {
    background: url("../images/platform/bg.png") no-repeat;
    background-size: contain;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-choose-acc------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.account:hover {
    cursor: pointer;
}
.account:hover .choose-account {
    display: flex;
}
.account:hover {
    border-color: #fff;
}
.accounts > div {
    max-width: 342px;
    border-radius: 20px;
    border: 4px solid #2a2b2e;
    background: #2a2b2e;
}
.accouts-popular {
    font-size: 0.7em;
    color: #fff;
    background: #a98bcc;
    border-radius: 18px;
    max-width: 84px;
}
.accounts-content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px 28px 45px;
    color: #fff;
}
.accounts-content-wrap > div > h4 {
    font-weight: 800;
    font-size: 28px;
    font-family: "Raleway", sans-serif;
}
.accounts-content-wrap > div > p.subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.accounts-content-wrap > ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
}
.accounts-content-wrap > ul > li {
    font-size: 14px;
    margin-bottom: 11px;
}
.accounts-content-confirmed {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accounts-content-rejected {
    color: #7f8082;
}
.fa-check-circle {
    font-size: 20px;
    color: #4053e2;
}
.fa-minus-circle {
    font-size: 20px;
    color: #2a2b2e;
}
.choose-account {
    display: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.choose-account > p {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contacts------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.contacts img {
    top: -20px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contact-us------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.contact-us-content > div {
    padding: 24px;
    border-radius: 20px;
    background: var(--card_bg, #2737ab);
}
.contact-us-content > div:first-child {
    border-radius: 20px 0 20px 20px;
}
.contact-us-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.contact-us-content p.subtitle {
    color: #e3e4ec;
}
.contact-us-content input {
    color: #f3f3f3;
    padding: 14px 19px;
    width: 100%;
    border: none;
    border-radius: 100px;
    background: rgba(31, 32, 37, 0.25);
}
.contact-us-content input::placeholder {
    color: #e3e4ec;
}
.contact-us-content button {
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    overflow: hidden;
    border: 2px solid transparent;
    color: #000;
    border-radius: 40px;
    background: #fff;
    transition: 0.5s;
    width: 100%;
    max-width: 405px;
    margin: auto;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------markets-tables------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.tables > div p {
    width: 33.3%;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 10px 0;
    border: 1px solid lightgrey;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------tariffs-our-tech------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.our-tech-content > div {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    box-shadow: 0px 4px 41px rgba(93, 128, 139, 0.15);
    border-radius: 16px;
    padding: 8px;
}
.our-tech-content > div h4 {
    font-weight: 700;
    font-size: 24px;
    color: #1a1d1a;
    margin-bottom: 16px;
}
.our-tech-content > div p {
    font-weight: 400;
    font-size: 16px;
    color: #6d6a6b;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-start-now------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .start-now > div {
        background: #010a15;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .start-now-btn {
        margin-top: 120px;
    }
}
@media (min-width: 992px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-img {
        margin-top: -65px;
    }
    .heading button {
        position: relative;
        z-index: 1;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages h2 {
        margin-bottom: 100px;
    }
    .main-advantages-content > div {
        width: 100%;
        border-radius: 30px;
        padding-top: 75px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background: url(../images/main-advantages/bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .main-advantages-content img {
        top: -60px;
        right: -10px;
    }
    .main-advantages-content {
        row-gap: 84px !important;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .advantages-header > div {
        padding: 44px;
        max-width: 471px;
    }
    .advantages-header h2 {
        font-size: 32px;
    }
    .advantages-header p {
        font-size: 20px;
    }
    .advantages-content > div {
        max-width: 48%;
        width: 48%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-about------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-stat > div {
        width: 33%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-specialities------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .specialities > div > div {
        display: flex;
        justify-content: space-evenly;
    }
    .specialities > div > div h4,
    .specialities > div > div p {
        width: 50%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-our-tech------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .our-tech-content > div {
        width: calc(50% - 32px);
        max-width: 709px;
        padding: 31px;
    }
    .our-tech-content img {
        margin-bottom: 103px;
    }
    .our-tech-content > div h4 {
        font-size: 30px;
    }
    .our-tech-content > div p {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contacts------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contacts img {
        top: -70px;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 60px;
    }
    .subtitle {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-title {
        font-size: 70px;
    }
    .heading-subtitle {
        padding: 44px 20px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-statistic------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .statistic-content {
        margin-top: -155px;
    }
    .statistic-content h4 {
        font-size: 88px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-document-links------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .document-links h2 {
        font-size: 44px;
        margin-bottom: 0;
    }
    .document-links-content a {
        width: 100%;
        max-width: 100%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-about------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .about > div {
        background: url(../images/about/bg.png) no-repeat;
        background-size: 100% 98%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .accounts {
        margin-top: 60px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contact-us------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contact-us h2{
        margin-bottom: 70px;
    }
    .contact-us > div {
        background: url(../images/contact-us/bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 50px;
    }
    .contact-us-content-img {
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    .contact-us-content > div:nth-child(2) {
        border-radius: 0 20px 20px 20px;
    }
}

@media (min-width: 1400px) {
    .p60-0 {
        padding: 80px 0;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 30%;
    }
    .main-advantages-content img {
        top: -53px;
        right: -20px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners > div > div {
        background: none;
    }
    .partners > div {
        background: url(../images/partners/bg.png) no-repeat bottom;
        background-size: 100% 90%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        width: 23%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-document-links------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .about .document-links {
        margin-top: 200px;
    }
    .document-links h2 {
        font-size: 44px;
        margin-bottom: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contacts------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contacts img {
        top: -70px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contact-us------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contact-us-content-img {
        position: absolute;
        bottom: 0;
        left: 50px;
    }
}
@media (min-width: 1450px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content img {
        top: -58px;
        right: -16px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contacts------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contacts img {
        top: -70px;
    }
}
@media (min-width: 1500px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content img {
        top: -62px;
        right: -10px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contacts------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contacts img {
        top: -70px;
    }
}
