.basic-btn {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 254px;
    height: 60px;
    overflow: hidden;
    border: none;
    border-radius: 12.75px;
}

.start-trading {
    color: #061425;
    background: #F6E902;
    transition: 0.5s;
}

.start-trading:hover {
    color: #F6E902;
    background: transparent;
    border: 1px solid #F6E902;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}

.subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

* {
    font-family: "Inter", sans-serif;
}

body {
    background: #061425 !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

.p60-0 {
    padding: 60px 0;
}

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

/* ----------------------------------------index-heading------------------------------------------------- */

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

.heading {
    background: #030c17;
}

.heading-title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 32px;
    color: #fff;
}

.heading-subtitle {
    font-size: 32px;
    font-weight: 500;
}

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

/* ----------------------------------------index-main-advantages------------------------------------------------- */

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

.main-advantages-content>div {
    max-width: 332px;
    border-radius: 8px;
}

.main-advantages-content h6 {
    font-size: 28px;
}

.main-advantages-content p {
    font-size: 18px;
}

.main-advantages-content img {
    margin-bottom: 40px;
}

.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-choose-acc------------------------------------------------- */

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

.account:hover {
    cursor: pointer;
}

.account:hover .choose-account {
    display: flex;
}

.account:hover {
    border-color: #F6E902;
}

.accounts>div {
    max-width: 342px;
    border: 1px solid #F6E902;
    border-radius: 8px;
}

.accouts-popular {
    font-size: 0.7em;
    color: #010a15;
    background: #F6E902;
    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;
    background-color: #000;
    border-radius: 8px;
}

.accounts-content-wrap>div>h4 {
    font-weight: 800;
    font-size: 32px;
    font-family: "Inter", sans-serif;
}

.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: #F6E902;
}

.fa-minus-circle {
    font-size: 20px;
    color: #C7434B;
}

.choose-account {
    display: none;
    background: #F6E902;
    border-radius: 8px;
}

.choose-account>p {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

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

/* ----------------------------------------index-start-now------------------------------------------------- */

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

.start-now>div {
    background: #010a15;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.start-now img {
    width: 100%;
    max-width: 743px;
}

.start-now-btn {
    margin-top: 120px;
    z-index: 1;
}

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

/* ----------------------------------------index-contact-us------------------------------------------------- */

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

.contact-us-content {
    border: 2px solid #fff;
    background: #010a15;
    border-radius: 8px;
}

.contact-us-content>div {
    padding: 24px;
}

.contact-us-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.contact-us-content input {
    color: #fff;
    padding: 14px 19px;
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

.contact-us-content input::placeholder {
    color: #fff;
}

.contact-us-content button {
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    overflow: hidden;
    border: none;
    border-radius: 8px;
    color: #061425;
    background: #F6E902;
    transition: 0.5s;
    width: 100%;
    max-width: 405px;
    margin: auto;
}

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

/* ----------------------------------------index-contacts------------------------------------------------- */

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

.contacts>div {
    width: 350px;
    background: #040d18;
    border: 1px solid rgba(219, 244, 14, 0.4);
    border-radius: 10px;
    padding: 40px 20px;
}

.contacts h4 {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    border-bottom: 2px solid #F6E902;
    padding-bottom: 12px;
    margin-bottom: 44px;
}

.contacts p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.contacts p span {
    color: #C7434B99;
}

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

/* ----------------------------------------markets-tables------------------------------------------------- */

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

.tables>div p {
    width: 33.3%;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 10px 0;
    border: 1px solid lightgrey;
}

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

/* ----------------------------------------tariffs-three-steps--------------------------------------------- */

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

.steps>div {
    max-width: 300px;
}

.steps-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
    background: rgba(0, 82, 255, 0.05);
    border-radius: 40px;
    margin-bottom: 1em;
}

.steps-counter p {
    font-weight: 600;
    font-size: 24px;
    color: #0052ff;
    margin: 0;
}

.steps-content h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.steps-content p {
    font-size: 18px;
    color: #7f8082;
}

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

/* ----------------------------------------tariffs-document-links------------------------------------------------- */

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

.document-links-content a {
    display: flex;
    column-gap: 24px;
    max-width: 355px;
    background: #040d18;
    border: 1px solid rgba(219, 244, 14, 0.4);
    border-radius: 10px;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    padding: 24px;
    transition: 0.5s;
}

.document-links-content a:hover {
    color: #fff;
    background: transparent;
}

.document-links-content h4 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #F6E902;
    padding-bottom: 12px;
}

.document-links-content p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 32px;
}

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

/* ----------------------------------------about-company-statistic------------------------------------------------- */

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

.statistic {
    margin-top: 80px;
}

.statistic>div {
    width: 335px;
    column-gap: 25px;
    border-radius: 8px;
}

.statistic h4 {
    font-weight: 700;
    font-size: 64px;
    color: #F6E902;
    border-bottom: 2px solid #F6E902;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.statistic p {
    font-weight: 600;
    font-size: 20px;
    color: #71757d;
    margin: 0;
}

.licvid {
    display: flex;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #F6E902;
    min-height: 400px;
}

@media (max-width: 768px) {
    .licvid {
        padding: 15px 5px;
    }
}

@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-start-now------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .start-now img {
        width: 50%;
    }
    .start-now-btn {
        margin-top: 0;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------tariffs-document-links------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .document-links-content a {
        width: 46%;
        max-width: 524px;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-title {
        font-size: 50px;
    }
    .heading-subtitle {
        font-size: 40px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .accounts {
        margin-top: 60px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content>div {
        max-width: 26%;
    }
}

@media (min-width: 1400px) {
    .p60-0 {
        padding: 120px 0;
    }
}