.mt5_header_flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mt5_button_flex {
    display: flex;
    gap: 8px;
}


.mt5_blue_button {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    background: #2593F9;
    padding: 10px 24px;

}

.mt5_black_outline_button {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    background: transparent;
    padding: 10px 24px;
    border: 1px solid rgba(52, 52, 61, 1);
}

.mt5_black_outline_button img {
    vertical-align: middle;
}

.mt5_blue_button:hover, .mt5_black_outline_button:hover {
    color: #fff;
}

.mt5_header_flex_icon {
    background-color: #0F0F14;
}

.mt5_features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0px;
    
}

.mt5_feature {
    display: flex;
    flex-direction: column;
    gap:24px;
    min-width: 240px;
}

.mt5_divider {
    width: 1px;
    height: 150px;
    background: rgba(52, 52, 61, 1);
    margin: 0 40px;
    flex-shrink: 0;
    }

.mt5_text {
    display: flex;
    flex-direction: column;
    gap:12px;
}

.mt5_value {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);

}

.mt5_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: rgba(219, 219, 224, 1);
}

.mt5_icon {
    width: 48px;
    height: 48px;
}


.mt5_devices_section {
    position: relative;
    width: 100%;
    background-color: #0F0F14;
    overflow: hidden;
}

/* Teal ellipse */
.mt5_devices_section::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    top: -236px;
    left: -349px;
    background: rgba(94, 231, 255, 1);
    filter: blur(240px);
    opacity: 0.15;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Green ellipse */
.mt5_devices_section::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    top: -464px;
    left: -36px;
    background: rgba(159, 250, 143, 1);
    filter: blur(240px);
    opacity: 0.15;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Content on top */
.mt5_devices_section > * {
    position: relative;
    z-index: 2;
}




.mt5_devices_section_wrapper .mt5_devices_section_inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.mt5_devices_section_wrapper .checklist ul {
    position: relative;
    margin-top: 0px;
}

.mt5_devices_section_wrapper .checklist li {
    padding-left: 25px;
}


.mt5_devices_section_wrapper .checklist li::before {
    margin-left: 0px;
}

.mt5_devices_section_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.mt5_devices_section_title {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.mt5_devices_section_subtext {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.mt5_devices_section_wrapper .checklist li{
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.what_is_mt5 {
    background-color: #0F0F14;
}

.what_is_mt5_inner {
    display: flex;
    flex-direction: column;
    background-color: #0F0F14;
    border: 1px solid rgba(52, 52, 61, 1);
}

.what_is_mt5_inner h2 {
    color: #fff;
    font-size: 40px;
    font-family: "Space Grotesk";
    font-weight: 700;
    line-height: 110.00000000000001%;
    letter-spacing: -0.02em;
    vertical-align: middle;
}

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

.what_is_mt5_button {
    color: #000;
    background: #fff;
    font-family: Inter;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    
}

.what_is_mt5_button:hover {
    color: #000;
}

.what_is_mt5_cta {
    margin-top: 16px;
}


.what_is_mt5_intro {
    font-size: 16px;
    line-height: 140%;
}

.what_is_mt5_desc {
    color: rgba(219, 219, 224, 1);
    font-size: 14px;
     line-height: 140%;
}

.what_is_mt5_inner > * {
    display: flex;
    flex-direction: row;
    color: #fff;
}

.what_is_mt5_top {
        position: relative;
        display: flex;
        gap: 80px;
        padding: 64px;
        padding-right: 0;
        overflow: hidden;
        z-index: 1; /* съдържанието е над before */
    }
    
    /* background като before */
    .what_is_mt5_top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://cdncloudcart.com/66865/files/image/why_mt5_back.png?1766337586');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
    }

.what_is_mt5_bottom {
    gap: 40px;
    padding: 0px;
    border-top: 1px solid rgba(52, 52, 61, 1);
}

.what_is_mt5_bottom_item {
    padding: 40px;
    border-right: 1px solid rgba(52, 52, 61, 1);
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.what_is_mt5_bottom_item:last-child {
    border-right: none;
}

.what_is_mt5_top > * {
    width: 50%;
}

.what_is_mt5_top img {
    max-width: 528px;
}

.what_is_mt5_bottom_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.02em;
    vertical-align: middle;

}

.what_is_mt5_bottom_text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02%;
    vertical-align: middle;
    color:rgba(219, 219, 224, 1);

}

.mt5_in3steps_section {
    background-color: #0F0F14;
}

.mt5_steps_3 {
    width: 100%;
}

.mt5_steps_3_header {
    text-align: center;
}

.mt5_steps_3_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
}

.mt5_steps_3_subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: rgba(219, 219, 224, 1);
    text-align: center;
    margin-bottom: 24px;
}

.mt5_steps_3_cta {
    font-family: "Inter", sans-serif;
    padding: 10px 16px;
    border: 1px solid rgba(52, 52, 61, 1);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    margin: 0 auto 64px;
}
.mt5_steps_3_cta:hover {
    color: #fff;
}


.mt5_steps_3_cards {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    position: relative;
    align-items: flex-start;
}


.mt5_steps_3_cards {
    position: relative;
}

.mt5_steps_3_arrow {
    display: block;
    position: absolute;
    width: 200px;
    height: 80px;
    background-image: url("https://cdncloudcart.com/66865/files/image/arrow_blue_desktop.svg?1766341708");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 5;
}

/* Стрелката между 1 и 2 */
.mt5_steps_3_arrow.arrow1 {
    top: 30px;    /* леко под горния ръб на карта 1 */
    left: calc(33.33% - 10px); /* позиция визуално по средата */
}

/* Стрелката между 2 и 3 */
.mt5_steps_3_arrow.arrow2 {
    top: 110px;
    left: calc(66.66% - 5px);
}


.mt5_steps_3_card.step1 {
    margin-top: 0;
}

.mt5_steps_3_card.step2 {
    margin-top: 80px;
}

.mt5_steps_3_card.step3 {
    margin-top: 160px;
}




.mt5_steps_3_card {
    background: rgba(32, 32, 41, 1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 33.33%;
}

.mt5_steps_3_number {
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: rgba(37,147,249,1);
}

.mt5_steps_3_card_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #FFFFFF;
}

.mt5_steps_3_card_desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.mt5_steps_3_card_btn {
    background: #FFFFFF;
    color: #000;
    padding: 10px 16px;
    font-size: 14px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    width: 120px;
}

.mt5_steps_3_downloads {
    display: flex;
    gap: 12px;
}

.mt5_steps_3_downloads button {
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: #FFFFFF;
    padding: 10px 16px;
    font-size: 14px;
    font-family: "Inter";
}

.mt5_steps_3_downloads button a, .mt5_steps_3_downloads button a:hover {
        color: #fff !important;
    }

.mt5_steps_3_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt5_steps_3_checklist li {
    font-family: "Inter";
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
}
.mt5_steps_3_checklist li::before {
    left: -15px;
}

.mt5_steps_3_arrow.arrow1_mobile, .mt5_steps_3_arrow.arrow2_mobile {
        display: none;
    }
    
    
.mt5_payment_rows {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mt5_payment_row {
    width: 100%;
    display: flex;
    gap: 16px;
}

.mt5_payment_item {
    background: rgba(32,32,41,1);
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100px;
    padding: 12px 24px 12px 12px;
    flex: 1 1 calc(50% - 8px);
}

.mt5_payment_icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.mt5_payment_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt5_payment_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.mt5_payment_subtitle {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: rgba(255,255,255,0.7);
}

.mt5_payment {
    position: relative;
    overflow: hidden;
}

/* Светлина отгоре */
.mt5_payment::before,
.mt5_payment::after {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    background: rgba(255,255,255,1);
    opacity: 0.25;
    filter: blur(240px);
    pointer-events: none;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Горната светлина */
.mt5_payment::before {
    top: -800px; /* можеш да местиш */
}

/* Долната светлина */
.mt5_payment::after {
    bottom: -800px; /* можеш да местиш */
}



/* Контейнер за картите – 3 в ред */
.mt5_why_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    max-width: 1280px;
    margin: 64px auto;
}

/* Всяка карта – 3 в ред */
.mt5_why_item {
    width: 32.33%;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 40px;
    background: rgba(20, 21, 27, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 240px; /* визуално фиксирано по фигма */
}

/* Иконата */
.mt5_why_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt5_why_icon img {
    width: 48px;
    height: 48px;
    display: block;
}

/* Заглавие – Desktop Header/H3 */
.mt5_why_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 16px;
}

/* Описание – Universal/P2 */
.mt5_why_desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    opacity: 1;
    color: #fff;
}

.mt5_at {
    background: #0F0F14;
    position: relative;
    overflow: visible;
}

/* Ellipse 13 – teal, вляво */
.mt5_at::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    top: 86.44px;
    left: -230px;
    background: rgba(94, 231, 255, 1);
    opacity: 0.2;
    filter: blur(240px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Ellipse 12 – blue, горе вдясно */
.mt5_at::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    top: -141.56px;
    left: 83px;
    background: rgba(37, 147, 249, 1);
    opacity: 0.2;
    filter: blur(240px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* съдържанието да е над blur-а */
.mt5_at > * {
    position: relative;
    z-index: 1;
}


.mt5_img_shadow {
    filter:
        drop-shadow(-19px 19px 58px rgba(0, 0, 0, 0.34))
        drop-shadow(-75px 74px 106px rgba(0, 0, 0, 0.30));
}




.mt5_at h2 {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.mt5_at h3 {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.mt5_at p {
    font-family: "Inter";
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: rgba(219, 219, 224, 1);
}

.mt5_at_item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 0;
    border-top: 1px solid rgba(52, 52, 61, 1);
}


/* ===== BASE ===== */
.mt5_table {
    width: 100%;
    color: #ffffff;
    font-family: Inter, sans-serif;
}

/* ===== DESKTOP ===== */
.mt5_table_desktop {
    max-width: 1200px;
    margin: 0 auto;
}

.mt5_table_header,
.mt5_row {
    display: grid;
    grid-template-columns: 1fr 400px 400px;
}

.mt5_col_title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 24px;
}

.mt5_active_col {
    color: #ffffff;
    
}


.mt5_label {
    font-family: "Space Grotesk";
    padding: 24px 24px 24px 0;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid rgba(52, 52, 61, 1);
}

.mt5_cell {
    font-family: Inter;
    padding: 24px;
    background: rgba(32,32,41,1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.mt5_cell.mt5_active {
    background: rgba(37,147,249,1);
    border-bottom: 1px solid rgba(15, 15, 20, 0.2);
}


.mt5_active {
    background: rgba(37,147,249,1);
}

.mt5_cell:not(.mt5_active) {
    background: rgba(32,32,41,1);
    border-bottom: 1px solid rgba(52, 52, 61, 1);
}



/* ===== ICONS ===== */
.fa-solid.fa-check.mt5_icon_check, .fa-solid.fa-check.mt5_icon_check:before{
    font-size: 20px;
    color: #ffffff !important;
}

.fa-solid.fa-xmark.mt5_icon_cross, .fa-solid.fa-xmark.mt5_icon_cross:before {
    font-size: 20px;
    color: rgba(255,255,255,0.4);
}

/* ===== MOBILE ===== */
.mt5_table_mobile {
    max-width: 420px;
    margin: 0 auto;
}

.mt5_tabs {
    display: flex;
    margin-bottom: 16px;
}

.mt5_tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: rgba(32,32,41,1);
    font-weight: 600;
}

.mt5_active_tab {
    background: rgba(37,147,249,1);
}

.mt5_mobile_row {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 16px 0;
}

.mt5_mobile_title {
    font-size: 18px;
    font-weight: 600;
    padding: 24px 16px;
    padding-bottom: 0px;
    text-align: center;
    
}

.mt5_mobile_values {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: rgba(219,219,224,1);
    align-items: center;
    gap: 24px;
}

.mt5_mobile_values > span {
    padding: 24px 16px;
}


.mt5_apps {
    background: #0F0F14;
}

.mt5_apps h2 {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}

.mt5_apps p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}


.mt5_apps  .checklist ul {
    margin-top: 0px;
}

.mt5_apps .checklist li{
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;

}

.mt5_marketplace {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


/* widgets APPs Marketplace */
/* ===== CONTAINER ===== */
.mt5_market_widgets {
    width: 100%;
    color: #fff;
}

/* ===== TABS ===== */
.mt5_widgets_tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid transparent;
}

/* base tab */
.mt5_tab_btn {
    height: 48px;
    padding: 10px 16px;
    background: transparent;
    color: rgba(219, 219, 224, 1);
    border: none;
    cursor: pointer;

    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    font-weight: 400;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    transition: color 0.2s ease;
}

/* active tab */
.mt5_tab_btn.active {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(
        180deg,
        rgba(37, 147, 249, 0.15) 0%,
        rgba(37, 147, 249, 0.05) 100%
    );
}

/* underline */
.mt5_tab_btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: rgba(37, 147, 249, 1);
}

/* hover (inactive only) */
.mt5_tab_btn:not(.active):hover {
    color: #ffffff;
}

/* ===== WIDGETS ===== */
.mt5_widgets_content {
    position: relative;
}

.mt5_widget {
    display: none;
}

.mt5_widget.active {
    display: block;
}

.mt5_widget_iframe {
    width: 100%;
    background: rgba(15, 15, 20, 1);
    padding: 16px;
    box-sizing: border-box;
}

/* ===== COPYRIGHT ===== */
.mw-copyright {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
}

.mw-copyright a {
    color: rgba(219, 219, 224, 0.6);
    text-decoration: none;
}

.mw-copyright a:hover {
    color: #ffffff;
}



/* ===== WRAPPER (центриране) ===== */
.mt5_platforms_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== GRID CONTAINER ===== */
.mt5_platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(15, 15, 20, 1);
    border: 1px solid rgba(52, 52, 61, 1);
}

/* ===== CARD ===== */
.mt5_platform_card {
    padding: 40px 60px;
    text-align: center;
    border-right: 1px solid rgba(52, 52, 61, 1);
}

/* последната колона без дясна линия */
.mt5_platform_card:last-child {
    border-right: none;
}

/* ===== IMAGE ===== */
.mt5_platform_image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.mt5_platform_image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* ===== TITLES ===== */
h3.mt5_platform_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.mt5_platform_subtitle {
    font-size: 14px;
    color: rgba(219, 219, 224, 0.7);
    margin-bottom: 24px;
}

/* ===== ACTIONS ===== */
.mt5_platform_actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===== BUTTONS ===== */
.mt5_platform_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(52, 52, 61, 1);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}

/* .mt5_platform_btn:hover {
    background: rgba(37, 147, 249, 0.1);
    border-color: rgba(37, 147, 249, 1);
} */

.mt5_platform_btn img {
    height: 16px;
    width: auto;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {

    .mt5_platforms {
        grid-template-columns: 1fr;
        border: none; /* махаме общата рамка */
        gap: 24px;
        background: transparent;
    }

    .mt5_platform_card {
        border: 1px solid rgba(52, 52, 61, 1); /* рамка около всяка карта */
        padding: 32px 20px;
    }

    .mt5_platform_card:last-child {
        border-right: 1px solid rgba(52, 52, 61, 1); /* възстановяваме рамката */
    }

    .mt5_platform_image {
        height: 200px;
        margin-bottom: 28px;
    }
}


.faq_section_style2.faq_section ._faq-list-item.open {
    border-left: none;
}

.faq_section_style2.faq_section ._faq-list-item {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.faq_section_style2.faq_section ._faq-list-item.open ._faq-list-item-title:before,
.faq_section_style2.faq_section ._faq-list-item-title:before{
    color:rgba(115, 115, 128, 1);
    font-size: 16px;
}

.faq_section_style2.faq_section ._faq-list-item.open ._faq-list-item-title h6 {
    color: #fff;
}

.faq_section_style2.faq_section ._faq-list-item.open ._faq-list-item-text {
    padding-bottom: 20px;
}

.faq_section_style2.faq_section ._faq-list-item ._faq-list-item-title h6 {
    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: 600;
}

.faq_section_style2.faq_section ._faq-list-item-text p {
    font-weight: 400;
}

.mt5_try_account {
    background: rgba(32, 32, 41, 1);
}

.mt5_cta_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #fff;
}

.mt5_cta_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0px;
}

.mt5_disclosure {
    background-color: #0F0F14;
}


.mt5_disclosure_section {
  padding: 0px;
}

.mt5_disclosure_container {
  display: flex;
  margin: 0 auto;
  gap: 80px;
  flex-direction: column;
}

.mt5_disclosure_box {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}

.mt5_disclosure_title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.mt5_disclosure_list {
  padding-left: 20px;
}

.mt5_disclosure_list li {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(219, 219, 224, 0.9);
  margin-bottom: 0px;
}

.mt5_risk_block {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mt5_risk_divider {
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 32px auto;
  background: rgba(255, 255, 255, 0.1);
}


.mt5_risk_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mt5_risk_title {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}

.mt5_risk_text {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: rgba(115, 115, 128, 1);
}

/* Mobile */
@media (max-width: 768px) {
  .mt5_disclosure_box {
    padding: 24px;
  }

  .mt5_disclosure_title {
    font-size: 22px;
  }
  
  .mt5_disclosure_container {
      gap: 40px;
  }
}


@media(max-width: 767px){
    
    .mt5_in3steps_section {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }
    
    .mt5_cta_inner {
        flex-direction: column;
        gap: 32px;
        padding: 80px 16px;
    }
    
    
    .mt5_cta_inner  .mt5_button_flex {
        flex-direction: row;
    }
    
    .mt5_button_flex a {
        width: auto;
        min-width: unset;
        
    }
    
    .mt5_cta_title {
        text-align: center;
    }
    
    .mt5_header {
        padding-bottom: 0px !important;
        margin-bottom: -2px !important;
    }
    
    .mt5_header_flex_icon {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .mt5_button_flex {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    
    .mt5_button_flex > * {
        width: 100%;
        text-align: center;
    }
    
    .mt5_features {
        flex-direction: column;
        gap: 24px;
    }
    
    .mt5_feature {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    
    .mt5_divider {
        width: 100%;
        height: 1px;
        background: rgba(52, 52, 61, 1);
        margin: 0px;
    }
    
    .mt5_text {
        display: flex;
        flex-direction: column;
        gap:8px;
    }
    
    .mt5_value {
        font-size: 28px;
    }
    
    .mt5_devices_section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .mt5_devices_section_wrapper .mt5_devices_section_inner {
        display: flex;
        flex-direction: column;
    }
    
    .mt5_devices_section_title {
        font-size: 26px;
    
    }
    
    .mt5_devices_section_subtext {
        font-size: 16px;
    
    }
    
    .mt5_devices_section_wrapper .checklist li{
        font-size: 14px;
    
    }
    
    .what_is_mt5_top {
        flex-direction: column-reverse !important;
        padding: 48px 24px;
        gap: 24px;
    }
    
    /* background като before */
    .what_is_mt5_top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://cdncloudcart.com/66865/files/image/mobile_top_mt5.png?1766338812');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
    }
    
    .what_is_mt5_top::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://cdncloudcart.com/66865/files/image/mobile_bottom_mt5.png?1766338811');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
    }

    
    .what_is_mt5_inner > * {
        display: flex;
        flex-direction: column;
    }
    
    .what_is_mt5_top > * {
        width: 100%;
    }
    
    .what_is_mt5_inner h2 {
        font-size: 28px;
    }
    
    .what_is_mt5_top img {
        max-width: 100%;
    }
    
    .what_is_mt5_textblock {
        z-index: 2;
        gap: 32px;
    }
    
    .what_is_mt5_bottom {
        gap: 0px;
    }
    
    .what_is_mt5_bottom_item {
        padding: 40px;
        border-right: none;
        border-bottom: 1px solid rgba(52, 52, 61, 1);
        gap: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .what_is_mt5_bottom_item:last-child {
        border-bottom: 0px;
    }
    
    .what_is_mt5 {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
        

    /* Заглавие / подзаглавие / бутон – леко смалени */
    .mt5_steps_3_title {
        max-width: 330px;
        font-size: 28px;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .mt5_steps_3_subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mt5_steps_3_cta {
        margin-bottom: 32px;
        height: 36px;
        padding: 8px 14px;
        font-size: 14px;
    }

    /* Layout: вертикална колона, стрелките остават между картите */
    .mt5_steps_3_cards {
        flex-direction: column;
        gap: 24px;
        width: 100%;
        padding: 24px;
        align-items: stretch;
    }

    /* Махаме stagger-а от desktop */
    .mt5_steps_3_card.step1,
    .mt5_steps_3_card.step2,
    .mt5_steps_3_card.step3 {
        margin-top: 0;
        width: 100%;
    }

    .mt5_steps_3_card {
        width: 100%;
        padding: 24px;
        gap: 16px;
    }

    .mt5_steps_3_number {
        font-size: 32px;
    }

    .mt5_steps_3_card_title {
        font-size: 24px;
    }

    .mt5_steps_3_card_desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .mt5_steps_3_card_btn {
        width: auto;
        padding: 8px 14px;
        font-size: 14px;
    }

    .mt5_steps_3_downloads {
        flex-direction: column;
        gap: 10px;
    }

    .mt5_steps_3_downloads button {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .mt5_steps_3_downloads button a, .mt5_steps_3_downloads button a:hover {
        color: #fff !important;
    }

    /* ---- СТРЕЛКИ НА МОБИЛНА – ползваме същите span елементи ---- */

    /* Нулираме desktop позиционирането */
    .mt5_steps_3_arrow {
        position: static;          /* вече не е absolute */
        width: 100%;
        height: 120px;             /* височина на пътя между картите */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 1;
        pointer-events: none;
    }
    


    .mt5_steps_3_arrow.arrow1, .mt5_steps_3_arrow.arrow2 {
        display: none;
    }
    
    .mt5_steps_3_arrow.arrow1_mobile {
        background-image: url("https://cdncloudcart.com/66865/files/image/right_arrow_mobile.svg?1766342439");
        position: absolute;
        height: 345px;
        display: block;
        top: 300px;
        width: 30px;
        right: 0px;
    }

    /* Стрелката между стъпка 2 и 3 – път надолу с завой наляво */
    .mt5_steps_3_arrow.arrow2_mobile {
        background-image: url("https://cdncloudcart.com/66865/files/image/left_arrow_mobile.svg?1766342438");
        position: absolute;
        height: 345px;
        display: block;
        top: 550px;
        width: 30px;
        left:0px;
    }
    
    .mt5_steps_3 {
        position: relative;
    }
    


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

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

    .mt5_payment_item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        background: rgba(32, 32, 41, 1);
        padding: 12px 16px;
    }

    .mt5_payment_icon img {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

    .mt5_payment_title {
        font-size: 20px;
    }

    .mt5_payment_subtitle {
        font-size: 14px;
    }
    
    .mt5_why_grid {
        flex-direction: column;
    }
    
    .mt5_why_item {
        width: 100%;
    }
    
    .mt5_why_title {
        font-size: 24px;
    }
    
    
    .mt5_at {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
    }
    
    /* Ellipse 13 – teal, вляво */
    .mt5_at::before {
        top: -105.03px;
        left: -385px;
    }
    
    /* Ellipse 12 – blue, горе вдясно */
    .mt5_at::after {
        top: -333.03px;
        left: -72px;
    }
    
    
    
    
    .mt5_at h2 {
        font-size: 28px;
    }
    
    .mt5_at h3 {
        font-size: 20px;
    }
    
    .mt5_at p {
        font-size: 16px;
    }
    
    .mt5_apps {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
    
    .mt5_apps h2 {

        font-size: 28px;
    }

    .mt5_apps p {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.02em;
        vertical-align: middle;
        color: #fff;
    }
    

    
    .mt5_apps .checklist li{
        font-size: 14px;
    
    }


}


