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

.start-trading {
    color: #000;
    background: #ffdd33;
    transition: 0.5s;
    border: 2px solid #ffdd33;
}

.start-trading:hover {
    color: #17181e;
    background: transparent;
    border: 2px solid #ffdd33;
}

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

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

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

body {
    background: #f5f5f5 !important;
}

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

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

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

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

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

.main-advantages-content>div {
    max-width: 332px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.main-advantages-content>div:hover {
    cursor: pointer;
    background: #fd3;
}

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

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

.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-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 {
    width: 335px;
    column-gap: 25px;
    border-radius: 8px;
}

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

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

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

/* ----------------------------------------index-choose-acc------------------------------------------------- */

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

.choose-acc-content>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
    margin: 0 auto;
}

.choose-acc-content h4 {
    font-weight: 700;
    font-size: 32px;
}

.choose-acc-content p {
    font-weight: 700;
    font-size: 40px;
}

.choose-acc-content ul {
    padding: 0;
}

.choose-acc-content ul li {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.first-acc {
    background: #201b00;
    border-radius: 20px 20px 0 0;
}

.first-acc h4,
.first-acc p,
.first-acc li {
    color: rgba(255, 255, 255, 1);
}

.first-acc .fa-check-circle {
    color: #ffdd33;
}

.first-acc .basic-btn {
    max-width: 274px;
}

.first-acc .start-trading {
    color: #061425;
    background: #ffdd33;
}

.first-acc .fa-arrow-right {
    background: transparent;
}

.second-acc {
    background: #322a00;
}

.second-acc h4,
.second-acc p,
.second-acc li {
    color: rgba(255, 255, 255, 1);
}

.second-acc .fa-check-circle {
    color: #ffdd33;
}

.second-acc .basic-btn {
    max-width: 274px;
}

.second-acc .start-trading {
    color: #061425;
    background: #ffdd33;
}

.second-acc .fa-arrow-right {
    background: transparent;
}

.third-acc {
    background: #ffdd33;
    border-radius: 0 0 20px 20px;
}

.third-acc h4,
.third-acc p,
.third-acc li {
    color: #000;
}

.third-acc .fa-check-circle {
    color: #fff;
}

.third-acc .basic-btn {
    max-width: 274px;
}

.third-acc .start-trading {
    color: #ffdd33;
    background: #171717;
}

.third-acc .fa-arrow-right {
    background: transparent;
}

.accounts-content-confirmed {
    display: flex;
    align-items: center;
    gap: 6px;
}

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

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

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

.contact-us-content {
    background: #201b00;
    border-radius: 8px;
}

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

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

.contact-us-content p.subtitle {
    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: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: transparent;
    transition: 0.5s;
    width: 100%;
    max-width: 405px;
    margin: auto;
}

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

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

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

.contacts>div {
    width: 350px;
    padding: 40px 20px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.contacts>div:hover {
    cursor: pointer;
    background: #ffdd33;
}

.contacts h4 {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    padding-bottom: 12px;
}

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

.contacts p span {
    color: #061425;
    font-weight: 700;
}

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

/* ----------------------------------------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;
}

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

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

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

.document-links-content a {
    display: flex;
    column-gap: 24px;
    max-width: 355px;
    border-radius: 25px;
    background: #fff;
    text-decoration: none;
    padding: 24px;
    transition: 0.5s;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.document-links-content a:hover {
    color: #000;
    background: #ffdd33;
}

.document-links-content a:hover h4,
.document-links-content a:hover p {
    color: #000;
}

.document-links-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

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

@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-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .choose-acc-content>div>div {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-left: 10px;
        padding-right: 10px;
    }
    .choose-acc-content h4,
    .choose-acc-content p,
    .choose-acc-content ul,
    .choose-acc-content button {
        width: 25%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------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;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------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: 360px;
    }
}

@media (min-width: 1400px) {
    .p60-0 {
        padding: 120px 0;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content>div {
        max-width: 27%;
    }
}