:root {
    --col1: #f74915;
    --col2: #e5ae0a;
    --trans: all 0.3s linear ease-in-out;
}



.mix_nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
}

.mix_logo img {
    max-width: 140px;
}

.mix_logo {
    width: 100%;
}

.h2_mix3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    line-height: 110%;
}

.h2_mix3>.h2_row {
    color: #fff;
}

.h2_mix3 span:nth-child(2) {
    color: #fff;

}

.mix_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    text-transform: uppercase;
    font-size: 13px;
    /* margin-right: initial; */
    width: 100%;
    margin: 0 50px 0 0;
}

main {
    flex: 1;
}



.mix_nav a {
    transition: color 0.15s ease;
    letter-spacing: 0.03em;
}

.mix_nav a::after {
    content: "";
    background: var(--col1);
    width: 0;
    height: 2px;
    display: block;
    border-radius: 2px;
    transition: width 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mix_nav a:hover {
    color: #fff;
}

.mix_nav a:hover::after {
    width: 100%;
}



.mix_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    max-width: 225px;
    width: 100%;
}

.mix_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
}

.mix_bt {
    padding: 10px 22px;
    background: var(--col1);
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(247, 73, 21, 0.32);
    letter-spacing: 0.3px;
}

.deposit__line .mix_bt {
    padding: 10px 20px;
    background: #2b3040;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}



.mix_bt2 {
    padding: 10px 22px;
    background: #00a38e;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(0, 163, 142, 0.32);
    letter-spacing: 0.3px;
}


:is(.mix_bt, .mix_bt2, .mix_head_two a) {
    transition: var(--trans);
    display: block;

}

:is(.mix_bt, .mix_bt2, .mix_head_two a):hover {
    opacity: .8;
    transform: translateY(-1px);
    display: block;
}



.fa-user-circle {
    font-size: 38px;
    color: #222;
    transition: all 0.3s ease-in-out;
}

.fa-user-circle:hover {
    font-size: 38px;
    color: #c7c7c7;
}

.mix_about_link2 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mix_about_link1 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mix_about2 {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 2;
    width: 100%;
}

.mix_about1 {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 2;
    width: 100%;
}

.mix_mob_login {
    display: none;
}

.mix_about2 a {
    background: #34d399;
    width: 100%;
    display: flex;
    padding: 6px 20px;
    transition: all 0.3s ease-in-out;
}

.mix_about2 a:hover {
    background: #222;
    color: #fff;
}

.mix_about1 a {
    background: #34d399;
    width: 100%;
    display: flex;
    padding: 6px 20px;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.mix_about1 a:hover {
    background: #222;
    color: #fff;
}

.tabs_off {
    display: none;
}

.mix_arr2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.mix_arr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.fa-chevron-down {
    font-size: 10px;
    position: relative;
    top: -3px;
}

.mix_about_off2 {
    display: none;
}

.mix_about_off1 {
    display: none;
}

.mix_about1 a:hover::after {
    content: "";
    background: var(--col1);
    width: 0;
    height: 0px;

}

.mix_index {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
    overflow: hidden;
    justify-content: space-between;
}

.mix_index::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    /* background: linear-gradient(90deg,
            rgba(245, 246, 250, 0.97) 0%,
            rgba(245, 246, 250, 0.88) 38%,
            rgba(245, 246, 250, 0.45) 65%,
            transparent 100%); */
    z-index: 1;
    pointer-events: none;
}
html.dark .mix_index::before {
    background: linear-gradient(90deg,
            rgba(13, 15, 26, 0.98) 0%,
            rgba(13, 15, 26, 0.88) 38%,
            rgba(13, 15, 26, 0.42) 65%,
            transparent 100%);
}

.mix_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
    max-width: 62%;
    max-width: 500px;
}

.mix_head_one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.mix_head_one h3 {
    font-size: clamp(53px, 7vw, 59px);
    line-height: 100%;
    font-family: "Bebas Neue", serif;
    font-weight: unset;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #1f222e;
    color: transparent;
    letter-spacing: 1px;
}

.mix_head_one p {
    font-size: inherit;
}

.mix_head_two {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mix_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.mix_right_neo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.mix_right_1 {
    max-width: 239px;
}

.mix_right_1 img {
    width: 100%;
}

.mix_right_2 {
    max-width: 243px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px;
    background: #F0F0F0;
    border-radius: 20px;
    justify-content: center;
}

.mix_right_2 span:nth-child(1) {

    font-size: 120px;
    font-weight: 500;
    font-family: "Bebas Neue", serif;
    line-height: 100%;
}



.mix_right_3 {
    display: flex;
    align-items: center;
    max-width: 800px;
}

.mix_right_3 img {
    max-width: 100%;
}

.mix_head_two a:nth-child(1) {
    padding: 13px 20px;
    background: linear-gradient(45deg, #f74915, #e5ae0a);
    border-radius: 5px;
    color: #fff;
}

.main_marg {
    margin: 90px 0 0 0;
}

.fa-long-arrow-alt-right {
    margin: 0 0 0 10px;
}

.sl {
    max-width: 575px;
    margin-top: -9px;
}

.sl img {
    filter: grayscale(1);
}


.mix_nav_mob {
    display: none;
}

.titleBlock {
    font-family: "Bebas Neue", serif;
    font-size: 50px;
    font-weight: 500;
}


.name {
    background: #34d399;
    padding: 4px 20px;
    margin: 10px 0;
    font-size: 14px;
}

.account__profile-stat_icon .far {
    color: #000;
}

.wrapper {
    width: 100%;
    flex-direction: column;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    z-index: 1;
}

.stats {
    width: 100%;
    z-index: 1;
}

.stats_2 {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 20px;
    border: 1px transparent solid;
}

.stats-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 14px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}

.stats-block__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 14px 0 10px 28px;
    backdrop-filter: blur(9px);
    border-left: 3px solid #34d399;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: #1e2130;
    color: #fff;
}

.stats-block__item-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    margin-bottom: 2px;
}

.stats-block__item-value {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #34d399;
}

.stats-columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    margin: 60px 0 0 0;
}

.stats-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.stats-column__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 24px;
    color: #222;
    margin-bottom: 13px;
    font-family: "Bebas Neue", serif;
}

.stats-column__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #fff;
    /* box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .05); */
    border-radius: 10px;
    padding: 32px 30px 10px 21px;
    backdrop-filter: blur(9px);
    border: 0;
    /* background: #eeeeee52; */
    gap: 10px;
    padding: 25px;
    flex: 1;
    /* box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px; */
    /* background: rgb(240 240 240); */
    border-radius: 5px;
    border: 1px #11111112 solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.stats-column__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    background: linear-gradient(45deg, #f74915, #e5ae0a);
    border-radius: 5px;
    color: #fff;
    font-family: "Bebas Neue", serif;
}

.stats-column__header::after,
.stats-column__item::after {
    content: "";
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    bottom: 0;
    height: 1px;
}

.stats-column__header-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 15px;
    color: #222;
    padding: 4px 0px 0px 0px;
}

.stats-column__item {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}

.stats-column__item::after {
    width: calc(100% - 50px);
    left: 25px;
}

.stats-column__item:last-child::after {
    display: none;
}

.stats-column__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
}

.stats-block__item-name {
    margin: 0;
    line-height: 1.4;
}

.stats_vob img {
    width: 20px;
}


.activee {
    background: #34d399 !important;
    color: #111 !important;
}

.stats_vob {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.text_hid {
    width: 39px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 27px 0 0;
}

@media screen and (max-width: 885.98px) {
    .stats-block {
        grid-template-columns: 1fr;
        max-width: 100% !important;
    }
}

/*! CSS Used from: https://lolex.net/assets/css/media.min.css */
@media screen and (max-width:1142px) {
    .wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:1130px) {
    .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }

    .stats-columns {
        max-width: 862px;
    }
}

@media screen and (max-width:880px) {
    .stats-columns {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 25px;
    }

    .stats-column {
        max-width: 425px;
    }

    .stats-column__title {
        margin-bottom: 9px;
    }
}

@media screen and (max-width:585px) {
    .stats-block {
        grid-template-columns: 1fr;
        max-width: 281px;
    }
}

@media screen and (max-width:460px) {
    .stats-column {
        width: 100%;
    }

    .stats-column__block {
        padding: 16px 16px 5px;
    }

    .stats-column__header,
    .stats-column__item {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr .6fr 30px;
    }

    .stats-column__item {
        padding: 10px 0;
        height: unset;
    }
}

/*! CSS Used from: Embedded */
/* img {
    pointer-events: none;
} */

.account__content>div>ul>li:nth-child(1) {
    display: none;
}


.stat_v {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 50px;
    margin: 0px 0 70px 0;
}

.stat_v_img {
    max-width: 500px;
}

.stat_v_img img {
    border-radius: 20px;
    width: 100%;
    outline: 1px #34d399 solid;
    outline-offset: 8px;
}

.stat_v_p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stat_v_p p {
    margin: 0;
    padding: 0;
}

.deposit__itemm {
    display: none;
}

.bt_acc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}




.info_img {
    max-width: 300px;
    border-radius: 20px;
    border: 1px rgba(52, 211, 153, 0.38) solid;
    padding: 10px;
}

.info_img img {
    width: 100%;
    border-radius: 20px;
}

.info_box p {
    margin: 10px 0 0 0;
}

.info_box h2 {
    margin: 0 0 13px 0;
}

.info_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 30px 0;
}



td {
    text-align: -webkit-left;
    width: auto;
}

.mix_row_mob {
    background: radial-gradient(ellipse farthest-corner at center center, rgba(50, 55, 73, 0.99) 0%, rgba(12, 13, 17, 0.99) 100%);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    transform: translateZ(0);
    backface-visibility: hidden;
}

.mix_row_mob::after {
    content: none;
}

.mix_nav a {
    color: rgba(255, 255, 255, 0.72);
    padding: 4px 0;
    position: relative;
}

/* plans */


.xs-plans__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin: 120px 0 0 0;
}

.xs-plans__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

/* ── Card base ── */
.tp-card {
    display: flex;
    flex-direction: column;
    background: #161928;
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.tp-card:hover {
    transform: translateY(-7px);
}

/* ── Accent stripe at top ── */
.tp-card__accent {
    height: 3px;
    width: 100%;
    flex-shrink: 0;
}

.tp-card--start  .tp-card__accent { background: linear-gradient(90deg, #00b89c, #34d399); }
.tp-card--boost  .tp-card__accent { background: linear-gradient(90deg, #c49500, #e5ae0a); }
.tp-card--advance .tp-card__accent { background: linear-gradient(90deg, #f74915, #e5ae0a); }

/* ── Hover glow per tier ── */
.tp-card--start:hover  { box-shadow: 0 20px 52px rgba(0, 184, 156, 0.22); }
.tp-card--boost:hover  { box-shadow: 0 20px 52px rgba(229, 174, 10, 0.22); }
.tp-card--advance:hover { box-shadow: 0 20px 52px rgba(247, 73, 21, 0.22); }

/* ── Big faint background number ── */
.tp-card__num {
    position: absolute;
    top: 8px;
    right: 18px;
    font-family: "Bebas Neue", serif;
    font-size: 110px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.035);
    pointer-events: none;
    user-select: none;
    letter-spacing: -2px;
}

/* ── Card header ── */
.tp-card__head {
    padding: 26px 28px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    z-index: 1;
}

.tp-tier-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
    font-weight: 500;
}

.tp-plan-name {
    display: block;
    font-family: "Bebas Neue", serif;
    font-size: clamp(44px, 4.5vw, 58px);
    line-height: 0.9;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.tp-card--start  .tp-plan-name { color: #34d399; }
.tp-card--boost  .tp-plan-name { color: #e5ae0a; }
.tp-card--advance .tp-plan-name { color: #f74915; }

.tp-rate {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.2px;
}

.tp-rate-unit {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* ── Stats rows ── */
.tp-stats {
    padding: 4px 28px 4px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tp-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tp-stat:last-child { border-bottom: none; }

.tp-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.38);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.tp-stat-val {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-align: right;
}

/* ── CTA button ── */
.tp-card__cta {
    padding: 18px 28px 26px;
}

.tp-card__cta a {
    display: block;
    text-align: center;
    padding: 13px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.tp-card--start  .tp-card__cta a { background: linear-gradient(90deg, #009e83, #34d399); box-shadow: 0 4px 18px rgba(0, 184, 156, 0.32); }
.tp-card--boost  .tp-card__cta a { background: linear-gradient(90deg, #c49500, #e5ae0a); box-shadow: 0 4px 18px rgba(229, 174, 10, 0.32); }
.tp-card--advance .tp-card__cta a { background: linear-gradient(90deg, #f74915, #e5ae0a); box-shadow: 0 4px 18px rgba(247, 73, 21, 0.38); }

.tp-card__cta a:hover {
    transform: translateY(-2px);
    opacity: 0.88;
}

.xs-wave {
    position: absolute;
    z-index: 0;
    width: 600px;
    height: 360px;
    pointer-events: none;
    opacity: .85;
    filter: blur(6px) drop-shadow(0 0 30px rgba(46, 111, 255, .35));
    transform: translate3d(-9999px, -9999px, 0) scale(.9);
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.xs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    cursor: pointer;
    background: rgba(18, 30, 76, .55);
    color: #cfe0ff;
    border: 1px solid rgba(84, 150, 255, .25);
    outline: 1px solid rgba(29, 83, 255, .12);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
    display: none;
}

.xs-nav:hover {
    box-shadow: 0 12px 30px rgba(17, 64, 255, .28);
}

.xs-nav--prev {
    left: 14px;
}

.xs-nav--next {
    right: 14px;
}

@media (max-width:980px) {
    .xs-nav {
        display: block;
    }
}

#plan-starter:checked+label,
#plan-growth:checked+label,
#plan-pro:checked+label,
#plan-titan:checked+label {
    border-color: rgba(140, 190, 255, .55);
    box-shadow: inset 0 0 46px rgba(70, 140, 255, .14), 0 14px 36px rgba(17, 64, 255, .28);
    transform: translateY(-3px);
}


/* end plans */

/* //////////////////////////////// */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background-color: #00a38e;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none
}

.cursor2 {
    border: 2px solid #00a38e;
    box-shadow: 0 0 22px #00a38e;
}

.cursor2.hover {
    background: #f74915;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {

    .cursor,
    .cursor2,
    .cursor3 {
        display: none
    }
}

/* //////////////////////////////// */

.h2_row {
    font-size: clamp(53px, 7vw, 48px);
    font-family: "Bebas Neue", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h2_mix {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    line-height: 110%;
}

.h2_mix1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    line-height: 110%;
}

.h2_mix1 span:nth-child(2) {
    color: #fff;
}

.h2_mix1>.h2_row {
    color: #fff;
}

.h2_span {
    font-size: clamp(53px, 7vw, 48px);
    line-height: 100%;
    font-family: "Bebas Neue", serif;
    font-weight: unset;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #00a38e;
    color: transparent;
    letter-spacing: 1px;
}

.sert_box {
    background: url(https://i.vgy.me/XZ1Xot.jpg), linear-gradient(45deg, #007873, #006d6c);
    margin: 100px 0 50px 0;
    padding: 80px 0;
    width: 100%;
    background-blend-mode: multiply;
    background-size: cover;
}

.serf_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sert_mix {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.sert_fox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.about {
    margin: 100px 0 0 0;
}

.mix_stat {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    padding: 20px 30px;
    background: #000;
    border-radius: 5px;
    background: url(https://i.vgy.me/dUs3Rk.jpg), linear-gradient(45deg, #191c2540, #1d202a00);
    /* margin: 100px 0 50px 0; */
    /* padding: 80px 0; */
    width: 100%;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 100px 484px;
}

.info_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 30px 0;
    flex-direction: row-reverse;
    gap: 40px;
}

.info_img:not(.pdf-preview-card) {
    max-width: 260px;
    border-radius: 20px;
    border: 1px rgba(52, 211, 153, 0.38) solid;
    padding: 10px;
}

.info_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 870px;
    gap: 15px;
    color: inherit;
}

/* White text only on dark background (homepage sert section) */
.sert_box .info_box,
.sert_box .info_box p,
.sert_box .info_box h2,
.sert_box .info_box h3 {
    color: #fff;
}

.stat-item h4 {
    margin: 0;
    font-size: 54px;
    padding: 0;
    font-family: "Bebas Neue", serif;
    line-height: 79%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    padding: 10px;
    color: #fff;
}

.stat-item p {
    font-size: 14px;
    background: #009f8b;
    display: inline-block;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}


.f_ps {
    display: flex;
    flex-wrap: wrap;
    max-width: 482px;
    gap: 9px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-crypto {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-crypto p {
    color: #a1a1a1;
    font-size: 12px;
    background: #00000045;
    padding: 10px 15px;
    border-radius: 10px;
}

.footer-security {
    color: #808185;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-security .fas {
    margin: 0 10px 0 0;
}

.f_ps img {
    max-width: 25px;
}

.f_cont {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    color: #fff;
    flex-direction: column;
    margin: 23px 0 0 0;
    background: #00000045;
    padding: 10px 15px;
    border-radius: 10px;
}

.f_cont .fas {

    margin: 0 10px 0 0;
}


.news {
    margin: 100px 0 100px 0;
}

.news .h2_mix {
    align-items: center;
    text-align: center;
}

.news .h2_row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
}

.news .h2_span {
    display: inline-block;
    line-height: 1;
}

.news .blog__item-img {
    aspect-ratio: 16 / 9;
    height: auto;
}

.news .blog__item-img img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.news_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.stat_page {
    padding: 0 15px;
}


/* ///////////////////////////////////////// */



.crypto-ticker__scroller {
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    margin: 0 0 50px 0;
    contain: paint;
    isolation: isolate;
}

.crypto-ticker__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: scroll 60s linear infinite;
    will-change: transform;
}

.crypto-ticker__scroller:hover .crypto-ticker__list {
    animation-play-state: paused;
}

.crypto-ticker__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(18, 20, 23, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.crypto-ticker__item img {
    width: 40px;
    height: 40px;
}

.crypto-ticker__item span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color--light-gray);
    white-space: nowrap;
}

.crypto-ticker__item:hover {
    transform: scale(1.05);
    background: rgba(25, 28, 32, 0.8);
    border-color: rgba(255, 77, 0, 0.5);
    box-shadow: 0 0 20px rgba(255, 77, 0, 0.3);
}

@media (max-width: 767px) {
    .crypto-ticker__list {
        animation-duration: 45s;
        gap: 1rem;
    }

    .crypto-ticker__item {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .crypto-ticker__item img {
        width: 32px;
        height: 32px;
    }

    .crypto-ticker__item span {
        font-size: 0.9rem;
    }
}

/*! CSS Used keyframes */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.footer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 0 50px 0;
}


.foot_1 {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.foot_1 span {
    line-height: 138%;
    font-size: 13px;
    color: #fff;
}


.foot_1_img {
    max-width: 200px;
}

.foot_1_img img {
    width: 100%;
}

.foot_2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;

}

.foot_2 span {
    text-transform: uppercase;
    font-weight: 600;
}

.foot_2_link a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.foot_2_link a:hover {
    color: #fff;
    padding-left: 4px;
}

.foot_bott {
    background: rgba(0, 0, 0, 0.28);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.foot_veo span {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 13px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.foot_veo {
    padding: 0;
}

.foot_3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.foot_2_link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.foot_3_link a {
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.foot_3_link {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}



.foot_3 span {
    color: #fff;
    font-size: 14px;
}


.foot_3_img {
    max-width: 100px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.foot_mix {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    color: #fff;
    max-width: 340px;
    width: 100%;
    /* flex: 1; */
}

.coinPriceBlock-container {
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 10px 10px 26px !important;
    box-sizing: border-box;
    min-height: 174px;
}

.vidjet_box {
    background: transparent;
    /* backdrop-filter: blur(47px); */
    /* max-width: 1326px; */
    border-radius: 5px;
    margin: 87px 0 -60px 0;
    padding: 10px 20px;
    width: 100%;
}

.vidjet {
    width: 100%;
}

.coinPriceBlock-footer {
    margin-top: 14px;
    padding: 0px 15px;
    overflow: hidden;
    display: none;
}

.terms {

    width: 100%;
}

.terms__container {
    max-width: 100%;
    margin: 0 auto;
}

.terms__title {
    font-size: 36px;
    margin-bottom: 24px;
    text-align: center;
}

.terms__notice {
    color: #fff;
    background: rgb(0 163 142);
    /* border-left: 4px solid #181a23; */
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.terms__text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
}

.terms__block {
    margin-bottom: 15px;
    background: #ffffff00;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgb(0 0 0 / 0%);
    border-radius: 5px;
    padding: 25px;
}

.terms__block h2 {
    font-size: 22px;

}

.terms__block ul {
    padding-left: 18px;
}

.terms__block ul {
    padding-left: 0;
}

.terms__block p {
    font-size: 15px;
    line-height: 1.6;
}

.mix_row_now {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 0 0 0 250px;
}

/* ///////////////////////////////////////// */

/* TODO: */

@media screen and (max-width: 885.98px) {

    .terms {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .vidjet_box {
        background: #7979790a;
        /* backdrop-filter: blur(47px); */
        /* max-width: 1326px; */
        border-radius: 5px;
        margin: 35px 0 -27px 0;
        padding: 10px 20px;
        width: 100%;
    }

    .info_section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 30px 0;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .about {
        margin: 20px 0 50px 0;
    }

    .info_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 771px;
        gap: 30px;
    }

    .mix_stat {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 0px 20px 0 20px;
    }


    .footer-logo {
        width: 100%;
    }

    .footer-menu {
        display: flex;
        gap: 20px;
        flex: 1;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #ffffff24 solid;
        padding-bottom: 13px;
        flex-direction: column;
        margin: 20px 0 0 0;
        align-items: flex-start;
    }

    .f_cont {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        gap: 3px;
        color: #fff;
        flex-direction: column;
        margin: 0px 0 0 0;
        background: #00000045;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .footer-right {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .footer-crypto p {
        color: #a1a1a1;
        font-size: 12px;
        background: #00000045;
        padding: 10px 15px;
        border-radius: 10px;
        text-align: center;
    }

    .footer {
        display: flex;
        justify-items: center;
        grid-template-columns: auto;
        padding: 30px 0;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        align-content: space-around;
        justify-content: space-around;
    }

    .f_ps {
        display: flex;
        flex-wrap: wrap;
        max-width: 482px;
        gap: 9px;
        align-items: center;
        justify-content: center;
    }

    .history__extra-item {
        display: flex;
        align-items: center;
        gap: 10px;
        width: calc(100% - 0px);
    }

    #history-txid {
        font-size: 8px;
    }

    .partners-stat__cols {
        display: flex;
        /* margin-left: -63px; */
        /* margin-right: -63px; */
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .partners-stat__col {
        border-radius: 15px;
        background-color: #ededed73;
        padding: 19px 20px 19px;
        width: calc(100% - 0px);
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .partners-level {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 37px;
        gap: 7px;
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    .newClass3::-webkit-scrollbar {
        /* width: 2px; */
        height: 8px;
        background: #eee;
    }

    .newClass3::-webkit-scrollbar-thumb {
        background: #34d399;
    }

    .newClass3 {
        overflow-x: auto;
    }

    .newClass {
        display: flex;
        align-items: center;
        gap: 4px;
        max-width: clamp(200px, 4vw, 366px);
        width: 100%;
    }

    .info_section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 30px 0;
        gap: 30px !important;
    }

    .info_img {
        max-width: 100%;
        border-radius: 20px;
        border: 1px rgba(52, 211, 153, 0.38) solid;
        padding: 10px;
    }

    .info_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 803px;
        gap: 30px;
        gap: 10px !important;
    }

    .info_section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 0 30px 0;
        flex-direction: column;
        gap: 20px;
    }

    .info-block_img img,
    .info-block_img video {
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: relative;
        width: 100%;
    }



    .account__profile-stats {
        margin: 10px 0 30px 0;
        background: #fff;
        background: #ffffff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        color: #222;
        padding: 10px;
    }

    .stat_v {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: 50px;
        margin: 0px 0 70px 0;
        flex-wrap: wrap;
    }


    .rules_hun {
        margin: 0 0 50px 0;
    }

    .titleBlock {
        font-family: "Bebas Neue", serif;
        font-size: 50px;
        font-weight: 500;
        margin: 12px 0 0 0;
    }

    .faq__title {
        margin-bottom: 5px;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 135%;
    }

    .faq__tags ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: 48px;
        padding: 28px 16px;
        transition: .3s;
        line-height: 1;
        background: #f74915;
        border-radius: 5px;
    }

    .faq__question {
        display: block;
        width: 100%;
        /* background: #ebebeb; */
        /* border-radius: 8px; */
        margin-bottom: 8px;
        line-height: 138%;
    }

    .faq__question-text {
        padding: 24px;
        padding-top: 0;
        text-align: justify;
        line-height: 138%;
        display: none;
        font-size: 14px;
    }

    .checkbox-wrapper .control {
        display: flex;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 12px;
        line-height: 18px;
        flex-direction: column;
        justify-content: center;
    }

    .auth__title {
        width: 100%;
        text-align: center;
        font-weight: 500;
        font-size: 45px;
        line-height: 43px;
        color: #000;
        font-family: "Bebas Neue", serif;
    }


    .history__pages {
        margin: 30px 0 20px 0;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .tabs_off {
        display: block;
    }

    .blog__row {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin: 0 0 40px 0;
    }

    .mix_burger_box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .mix_nav_mob_off {
        display: none;
        width: 100%;
    }

    .blog__read-text {
        margin: 0 0 40px 0;
    }

    .blog__read-last {
        width: 100%;
    }

    .blog__read-post {
        border-left: 0;
        padding-left: 0;
        flex: 1;
    }

    .blog__read {
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }


    .stat_span {
        font-size: 50px;
        font-family: "Bebas Neue", serif;
        font-weight: 500;
        line-height: 100%;
    }


    .mix_right_2 span:nth-child(1) {
        font-size: 87px;
        font-weight: 500;
        font-family: "Bebas Neue", serif;
        line-height: 100%;
    }

    .stat-item h4 {
        margin: 0;
        font-size: 67px;
        padding: 0;
        font-family: "Bebas Neue", serif;
        line-height: 79%;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        /* gap: 10px; */
    }

    .mix_stat {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        /* margin: 50px 0 0 0; */
        padding: 30px;
        flex-wrap: wrap;
    }




    .mix_head_one p {
        font-size: inherit;
        text-align: center;
    }

    .mix_head_one h3 {
        font-size: clamp(35px, 4vw, 74px);
        line-height: 100%;
        font-family: "Bebas Neue", serif;
        font-weight: 500;
        text-align: center;
    }

    .mix_burger {
        max-width: 30px;
        display: block;
        cursor: pointer;
    }

    .mix_burger img {
        width: 100%;
        filter: contrast(0.5) brightness(4.5);
    }

    .mix_off {
        display: none;
    }

    .header-top__item.social {
        margin-left: 0;
    }

    .header-top__logo {
        margin-right: 0;
    }


    .header-top__menu {
        display: flex;
        gap: 24px;
        flex: 1;
        justify-content: flex-end;
        display: none;
    }

    .header-top__row {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 15px 0px;
        justify-content: space-between;
        width: 100%;
    }

    .mix_soc {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mix_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .mix_row_nav {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px 0;
        width: 100%;
    }

    .header-top__menu a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        background: #eee;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .mix_on_burger {
        display: none;
        width: 100%;
    }

    .footer {
        display: grid;
        justify-items: stretch;
        grid-template-columns: 1fr;
        padding: 50px 0;
    }

    .footer-menu {
        display: flex;
        gap: 0px;
        flex: 1;
    }

    .advantages {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .calculator__result-card {
        display: flex;
        flex-direction: column;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 32px 20px;
        background: #34d399;
        height: 100%;
    }

    .section-title-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 20px;
    }




    ul.list.line {
        display: flex !important;
        gap: 7px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .intro {
        position: relative;
        padding: 0px 0 39px 0;
        background: url(../img/main.jpg);
        background-size: cover;
        background-position: center;
    }

    .p-60 {
        padding: 0;
    }

    .info-block_text h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .info-block_text h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .info-block_text p {
        margin: 10px 0;
        line-height: 1.4;
    }

    .service__item:first-child,
    .service__item:nth-child(4),
    .service__item:nth-child(5) {
        width: 100%;
    }

    .service__item:nth-child(2),
    .service__item:nth-child(3),
    .service__item:nth-child(6) {
        width: 100%;
    }


    .media__row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 18px;
        flex-flow: wrap;
        gap: 5px;
    }

    .media__item a img {
        max-width: 200px !important;
    }




    .stats_2 {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        padding: 20px 20px;
        border-radius: 20px;
        border: 1px #11111112 solid;
        margin: 0 0 50px 0;
    }

    .info-block_text {
        padding-block: 0px;
        align-self: center;
        flex: 1.5;
        min-height: 430px;
        width: 100%;
    }

    .services-section {
        padding: 50px 0;
        background: rgb(246 247 248 / 0%);
    }


    .header-bottom__menu ul {
        display: none;
    }

    .header-bottom__row {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        height: 70px;
    }

    .header-bottom__sign {
        display: flex;
        gap: 8px;
    }

    .header-bottom__sign a {
        display: block;
        color: #000;
        font-weight: 600;
        font-size: 15px;
        border: 1px #88888854 solid;
        padding: 5px 20px;
        border-radius: 20px;
    }

    .auth__row {
        display: flex;
        justify-content: center;
        padding: 50px 48px 50px 48px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .intro__desc {
        /* padding-right: 60px; */
        flex: 1;
        max-width: 700px;
        padding: 25px 0px;
    }

    .mix_off {
        display: none;
    }

    .ceo__row {
        width: 100%;
        border: none;
        border-radius: 20px;
        height: 232px;
        position: relative;
    }

    .faq__row {
        display: flex;
        gap: 36px 30px;
        flex-wrap: wrap;
    }

    .faq__tags ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        gap: 7px;
    }

    .faq__list>div.faq__nav>button:nth-child(2)>b>strong {
        font-size: 14px;
        font-family: "Bebas Neue", serif;
        font-weight: 500;
    }

    .faq__row>div.faq__list>div.faq__nav>button:nth-child(1)>b>strong {
        font-size: 14px;
        font-family: "Bebas Neue", serif;
        font-weight: 500;
    }



    .faq__list {
        border-left: 0;
        padding-left: 0;
        flex: 1;
        margin: 0 0 40px 0;
    }

    .contacts__wrap-item {
        width: 100%;
    }

    .contacts__wrap {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        flex-direction: column;
        margin: -29px 0 40px 0;
    }

    .contacts__line {
        margin: 20px 0;
        width: 100%;
        height: 0;
        background: rgb(0 0 0 / 0%);
    }

    .contacts__form-row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .supp_inp {
        width: 100%;
    }

    .contacts__row {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .contacts__item {
        width: 100%;
    }

    .auth__main {
        display: flex;
        justify-content: center;
        padding: 27px 48px 65px 48px;
    }

    .auth__main-form h3 {
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
        color: #000;
        margin-bottom: 5px;
        text-align: center;
    }

    .contacts__form-title {
        text-align: center;
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 102%;
    }

    .contacts__form {
        padding: 20px 20px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        margin: 25px 0 0 0;
    }

    .mix_nav_link {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        width: 100%;
        padding: 0 0 0 20px !important;
        align-content: space-between;
        justify-content: center;
        margin: 8px 0 !important;
    }

    .mix_nav_link li {
        width: 100%;
    }

    .mix_nav_link .fa-circle {
        margin: 0 6px 0 0;
    }

    .mix_menu {
        display: none;
    }

    .mix_nav_link a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 12px;
        color: #000;
        background: #34d399;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .mix_nav_now {
        position: relative;
    }

    .mix_nav_now::after {
        content: "›";
        display: block;
        font-size: 26px;
        position: absolute;
        top: 0px;
        right: 17px;
        transform: rotate(90deg);
    }


    .blog__item {
        width: 100%;
        text-decoration: none;
        color: #000;
        margin: 0 0 40px 0;
    }

    .stat-item p {
        margin: -4px 0 15px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 23px;
        margin: 15px 0 0 0;
        flex-direction: column;
        width: 100%;
    }

    .calculator__row {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }


    .calculator__form {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
        width: 100%;
        padding: 32px 20px;
        border-right: 1px solid rgba(0, 0, 0, .08);
    }

    .foot_veo span {
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 13px;
        text-align: center;
        display: flex;
        justify-content: flex-start;
    }

    .footer_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 50px 15px 50px 15px;
        flex-direction: column;
    }

    .foot_mix {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        color: #fff;
        max-width: 100%;
        width: 100%;
        /* flex: 1; */
        flex-direction: column;
        /* background: #00000024; */
        /* box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08); */
        border-radius: 5px;
        padding: 0;
        margin: 20px 0 0 0;
    }

.foot_1 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
    .calculator__result-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .calculator__result-smcard {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        border-radius: 12px;
        position: relative;
        width: 100%;
        min-height: auto;
        padding: 24px 20px;
        background-color: #fff;
        color: #000;
    }

    .start {
        display: flex;
        align-items: center;
        gap: 0 50px;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .table {
        position: relative;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        overflow: scroll;
    }

    .header-bottom__menu ul>li>a[disabled] {
        opacity: .5;
        pointer-events: none;
    }

    .news {
        margin: -30px 0 20px 0;
    }

    .faq__tags {
        width: 100%;
    }

    .section-title-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 20px;
        margin: 45px 0 23px 0;
        text-align: center;
    }

    .footer-app {
        display: flex;
        gap: 0 14px;
        margin: 0 0 20px 0;
    }

    .footer-menu {
        display: flex;
        gap: 0;
        flex: 1;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #ffffff24 solid;
        padding-bottom: 13px;
    }

    .footer {
        display: flex;
        justify-items: center;
        grid-template-columns: auto;
        padding: 50px 0;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        align-content: space-around;
        justify-content: space-around;
    }

    .mix_head_one {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .main_marg {
        margin: 60px 0 0 0;
    }

    .mix_btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        max-width: 194px;
        width: 100%;
        display: none;
    }

    .footer-menu ul li a {
        position: relative;
        cursor: pointer;
        outline: 0px;
        text-decoration: none;
        margin: 0px;
        font-size: 13px;
        line-height: 22px;
        color: rgb(128, 129, 133);
    }

    .stat-item {
        width: 100%;
        /* width: calc(33.3% - 40px); */
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .blog__item-date {
        font-size: 14px;
        padding: 6px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviews__container {
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }

    .section-title-block h2 {
        font-size: 50px;
        margin: 0;
        padding: 0;
    }

    .account__menu {
        width: 240px;
        padding-right: 30px;
        display: none;
    }

    .account__row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .deposit__item {
        display: flex;
        width: 100%;
        /* background: #fff; */
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        /* border-radius: 16px; */
        flex-direction: column;
    }

    .deposit__item-left {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 14px;
        padding: 24px;
        width: 100%;
    }

    .form__radio.strategy .radio_btn label {

        height: 81px;

    }

    .promm {
        background: #000000;
        margin: 14px 0 0 0;
        display: inline-block;
        color: #fff;
        padding: 4px 20px;
        border-radius: 5px !important;
        transition: all 0.3s;
    }

    .dep_m {
        width: 100%;
        padding: 25px 25px 0px 25px;
        background: #eeeeee69;
        border-radius: 10px;
    }

    .radio_btn {
        display: block;
        flex: 1;
        width: 100%;
    }

    .dep_check {
        font-size: 20px;

    }

    .form__radio.strategy .radio_btn label {

        padding: 20px;
    }

    .address__text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        flex: 1;
        overflow-x: auto;
    }

    .deposit__item-right {
        padding: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
        /* background: #f9f9f9; */
        border: 1px solid rgba(0, 0, 0, .07);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: center;
    }

    .account__profile {
        width: 100%;
        margin-left: 0;
        margin: 20px 0 0 0;
    }

    .payments__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }

    .payments__item {
        width: 100%;
    }

    .payments__list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
    }

    .account {
        background: rgba(0, 0, 0, .01);
        margin: 40px 0 0 0;
    }

    .payments__item b {
        display: block;
        font-size: 9px;
        font-weight: 600;
        color: #000;
    }

    .form__radio {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .deposit__income {
        display: flex;
        gap: 30px;
        flex-direction: column;
        width: 100%;
    }

    .deposit__income-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        min-height: 110px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        line-height: 1;
    }

    .settings__item {
        width: 100%;
    }

    .btn {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        appearance: none;
        border: 0;
        padding: 0;
        text-decoration: none;
        cursor: pointer;
        margin: 0 auto;
        border: none;
        white-space: nowrap;
        user-select: none;
        outline: none;
        transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-focus-ring-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .deposit__income {
        display: flex;
        gap: 10px;
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .career__media {
        margin: -24px;
        padding: 14px 24px;
        margin-top: 0;
        display: flex;
        gap: 24px;
        width: 100%;
        background: #f5f5f5;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        flex-direction: column;
    }

    .rank {
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .career__stat {
        margin: 30px 0;
        display: flex;
        align-items: center;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
    }

    .career__media {
        margin: -24px;
        padding: 14px 24px;
        margin-top: 0;
        display: flex;
        gap: 24px;
        width: 100%;
        background: #f5f5f5;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        flex-direction: column;
        align-items: center;
    }

    body {
        font-size: 14px;

    }

    .sert_box {
        background: url(https://i.vgy.me/XZ1Xot.jpg), linear-gradient(45deg, #007873, #006d6c);
        margin: 60px 0 50px 0;
        padding: 80px 0;
        width: 100%;
        background-blend-mode: multiply;
        background-size: cover;
    }

    .career__media-item {
        display: flex;
        align-items: center;
        gap: 12px;
        height: 56px;
        padding: 10px 14px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 56px;
        flex: 1;
        max-width: 100%;
        justify-content: center;
    }

.sert_fox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

    .history__list {
        display: flex;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        background: #ffffff00;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgb(0 0 0 / 0%);
        border-radius: 5px;
        /* margin-bottom: 10px; */
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 30px 0 0 0;
    }

    .history__line {
        padding: 0 15px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .account-desc {
        margin: 0 auto;
        font-size: 14px;
        line-height: 24px;
        width: 60%;
        text-align: center;
        margin-bottom: 8px;
        line-height: 1;
    }

    .career__row {
        padding: 24px 0;
        box-shadow: none;
        border-radius: 16px;
        margin-bottom: -30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .career__my {
        max-width: 100%;
        flex: 1;
        padding: 24px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
    }

    .career__wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .career__personal {
        max-width: 100%;
        flex: 1;
        padding: 24px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
    }

    .career__turnover {
        max-width: 100%;
        flex: 1;
        padding: 24px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
    }

    .tabst {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .career__partner {
        display: flex;
        align-items: center;
        gap: 20px;
        height: auto;
        background: #fff;
        border-radius: 16px;
        max-width: 384px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .career__stat-item {
        flex: 1;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 14px;
        text-align: center;
        border-right: 1px solid rgb(0 0 0 / 0%);
    }

    .h2_mix {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
        line-height: 138%;
        text-align: center;
    }

    .h2_mix1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        line-height: 138%;
        text-align: center;
    }

    .career__link {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .career-link {
        font-size: 13px;
        text-align: center;
    }


    .career__upline {
        margin-bottom: 14px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .career__input {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0 6px;
        height: 56px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 5px;
        /* max-width: 291px; */
        justify-content: center;
        /* width: 100%; */
    }

    .history__item {
        display: flex;
        align-items: center;
        gap: 10px;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
        text-align: center;
        flex-direction: column;
    }

    .tabs-settings ul {
        margin-bottom: 35px;
        height: 50px;
        padding: 3px;
        background: #ffffff00;
        border-radius: 22px;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 0%), 0px 45px 64px -12px rgb(0 0 0 / 0%);
        gap: 10px;
    }

    .tabs-settings ul li {
        width: 100%;
    }

    .tabs-settings ul li a {
        min-width: 87px;
        height: 43px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #222;
        border-radius: 5px;
        background: 0 0;
        cursor: pointer;
        padding: 0 25px;
        white-space: nowrap;
        background: #eee;
    }

    .form__row {
        padding: 24px;
        /* background: #fff; */
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        /* border-radius: 16px; */
        margin: 30px 0 0 0;
    }

    .account__content {
        width: 100%;
    }

    .settings__row {
        padding: 10px 0px;
        border: 1px solid rgb(0 0 0 / 0%);
        border-radius: 16px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .settings__2fa {
        position: relative;
        display: flex;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .form__row p {
        font-size: 13px;
        text-align: center;
    }

    .form__step {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .settings__row label {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        font-size: 13px;
    }

    .settings__2fa-manual {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .account__menu_nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        padding: 0 20px 25px 20px;
    }

    .now_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .account__menu_nav a {
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        background: #eee;
        padding: 10px 15px;
        border-radius: 10px;
    }



    .mix_link_no {
        display: none !important;
    }


    .mix_nav_mob_act {
        display: block !important;
    }

    .tabs ul {
        margin-bottom: 24px;
        height: auto;
        padding: 18px 10px;
        background: #fff;
        border-radius: 22px;
        display: inline-flex;
        flex-direction: column;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        width: 100%;
    }

    .promo__item {
        display: flex;
        margin: 0 -24px;
        padding: 0 24px;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        line-height: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .promo__item-right {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 18px 0 0 0;
    }

    .promo__item-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topup__payment-details {
        margin: 30px 0;
        display: flex;
        gap: 20px;
        padding: 24px;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .payment__steps {
        margin: 30px 0;
        position: relative;
        display: flex;
        gap: 30px;
        flex-direction: column;
        width: 100%;
    }

    .payment__step {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        z-index: 1;
    }

    .payment__steps-line {
        position: absolute;
        content: "";
        width: 75%;
        height: 2px;
        background: rgb(0 0 0 / 0%);
        top: 17%;
        right: 12%;
        z-index: 0;
    }


    .mix_arr3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .mix_about3 {

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        z-index: 2;
        width: 100%;
        padding: 10px;
    }

    .mix_about_off3 {
        display: none;
        width: 100%;
    }

    .mix_about_link3 {
        width: 100%;
    }


    .mix_nav {
        display: none;
        justify-content: center;
        align-items: center;
        gap: 35px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .mix_nav_mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 9px;
        text-transform: uppercase;
        font-size: 13px;
        width: 100%;
        padding: 0 20px;
    }

    .mix_about_link1 {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

    .nav_mix_w {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mix_nav_mob a {
        background: #ffffff0a;
        width: 100%;
        padding: 12px 20px;
        border-radius: 5px;
        color: #fff;
        backdrop-filter: blur(15px);
    }

    .mix_row_mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .mix_index {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 13px;
        flex-direction: column;
    }

        .hero-badges {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 10px;
            animation: text-up 0.7s ease 0.45s both;
            align-items: center;
            justify-content: center;
        }

 .mix_right_3 {
     position: relative;
     right: unset;
     top: unset;
     bottom: unset;
     width: 100%;
     max-width: 100%;
     padding: 20px;
 }

    .mix_right_3 img {
        width: 100%;
        height: auto;
        object-fit: contain;

    }

    .mix_left {
        max-width: 100%;
        padding: 0 10px;
    }

    .mix_index::before {
        width: 100%;
        background: none;
    }

    .mix_index {
        padding: 30px 0;
        min-height: unset;
    }

    .pd_pd {
        padding: 10px 45px;
    }


    .sl {
        max-width: 352px;
        margin-top: -9px;
    }

    .mix_about3 a {
        background: var(--col1);
    }

    .mix_mob_login {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 5px;
        padding: 15px 0;
        max-width: 100%;
    }

    .sign_bg {
        background: #222;
        color: #fff;
        min-width: 118px;
        text-align: center;
    }


    .tabs {
        width: 100%;
        padding: 0 20px 30px 20px;
        margin: 0 auto;
    }

    .tabs>input {
        display: none;
    }

    .tabs>div {
        display: none;
        /* padding: 12px; */
        /* border: 1px solid #C0C0C0; */
        /* background: #FFFFFF; */
    }

    .tabs>label {
        display: inline-block;
        padding: 7px;
        /* margin: 0 -5px -1px 11px; */
        text-align: center;
        color: #ffffff;
        border: 0;
        background: #f74915;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .tabs>input:checked+label {
        color: #ffffff;
        border: 0;
        /* border-bottom: 1px solid #FFFFFF; */
        background: #00a38e;
        padding: 10px 20px;
        border-radius: 5px;
        margin: 0 5px;
    }

    #tab_1:checked~#txt_1,
    #tab_2:checked~#txt_2,
    #tab_3:checked~#txt_3,
    #tab_4:checked~#txt_4 {
        display: block;
    }

    .mix_mob_pd {
        padding: 0;
    }

    .mix_nav_mob_offf {
        display: block !important;
    }

    .mix_mob_pd .far {
        margin: 0 5px 0 0;
    }

    .mix_row_mob::after {
        content: none;
    }

    .mix_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .h2_row {
        font-size: clamp(53px, 7vw, 48px);
        font-family: "Bebas Neue", serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }

    .xs-plans__track {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .h2_span {
        font-size: clamp(53px, 7vw, 48px);
        line-height: 138%;
        font-family: "Bebas Neue", serif;
        font-weight: unset;
        text-transform: uppercase;
        -webkit-text-stroke: 1px #00a38e;
        color: transparent;
        letter-spacing: 1px;
    }

    .xs-plans__container {
        margin: 60px 0 0 0;
        gap: 20px;
    }



}

/* ═══════════════════════════════════════════════════════
   PDF PREVIEW CARD
═══════════════════════════════════════════════════════ */
.pdf-preview-card {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #f0f1f5;
    cursor: zoom-in;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
}

html.dark .pdf-preview-card {
    background: #1a1d2e;
    border-color: rgba(255, 255, 255, 0.08);
}

.pdf-preview-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.pdf-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    pointer-events: none;
}

.pdf-preview-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.22s ease, background 0.22s ease;
    pointer-events: none;
}

.pdf-preview-card:hover .pdf-preview-overlay {
    background: rgba(0, 0, 0, 0.42);
    opacity: 1;
}

.pdf-preview-overlay .ti {
    font-size: 42px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.pdf-preview-overlay span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ─── Sizing for specific contexts ─────────────────── */
.info_img.pdf-preview-card,
.serf_img .pdf-preview-card {
    max-width: 340px;
    min-width: 260px;
    height: 420px;
}

@media screen and (max-width: 885.98px) {

    .pdf-preview-card,
    .info_img.pdf-preview-card,
    .serf_img .pdf-preview-card {
        max-width: 100%;
        min-width: unset;
        height: 300px;
    }
}

/* ─── About page fixes ──────────────────────────────── */
.about-ol {
    padding-left: 24px;
    list-style: decimal;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 6px 0;
}

.about-ol li {
    color: inherit;
    line-height: 1.6;
    padding-left: 6px;
}

.info-block_img.video {
    border-radius: 16px;
    overflow: hidden;
}

.info-block_img.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* ═══════════════════════════════════════════════════════
   SOCIAL ICONS (HEADER)
═══════════════════════════════════════════════════════ */
.social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-size: 17px;
    transition: background 0.2s, color 0.2s, transform 0.18s, border-color 0.2s;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

/* Telegram specific teal tint on hover */
.social-icon:nth-child(1):hover,
.social-icon:nth-child(2):hover {
    background: rgba(41, 182, 246, 0.18);
    border-color: rgba(41, 182, 246, 0.3);
    color: #29b6f6;
}

/* X specific dark hover */
.social-icon:nth-child(3):hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

@media screen and (max-width: 885.98px) {
    .social-icons {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════
   THEME TOGGLE
═══════════════════════════════════════════════════════ */
.theme-toggle {
    position: relative;
    width: 50px;
    height: 27px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.3s, border-color 0.3s;
    flex-shrink: 0;
    outline: none;
    padding: 0;
    overflow: hidden;
}

.theme-toggle::before {
    content: '☀️';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
    z-index: 1;
    transition: opacity 0.25s;
}

.theme-toggle::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 2;
}

html.dark .theme-toggle {
    background: rgba(247, 73, 21, 0.3);
    border-color: rgba(247, 73, 21, 0.35);
}

html.dark .theme-toggle::before {
    content: '🌙';
    left: auto;
    right: 6px;
}

html.dark .theme-toggle::after {
    transform: translateX(-22px);
}

/* ═══════════════════════════════════════════════════════
   LANGUAGE SWITCHER
═══════════════════════════════════════════════════════ */
.lang-dropdown {
    position: relative;
    z-index: 500;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    padding: 5px 10px 5px 8px;
    cursor: pointer;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.lang-btn .ti {
    font-size: 11px;
    opacity: 0.65;
    transition: transform 0.2s;
}

.lang-dropdown.open .lang-btn .ti {
    transform: rotate(180deg);
}

.lang-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #1a1d2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    min-width: 155px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    animation: lang-dropdown-in 0.15s ease;
}

@keyframes lang-dropdown-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-dropdown.open .lang-menu {
    display: block;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-family: "Jost", sans-serif;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s, color 0.15s;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.lang-option.active {
    color: #34d399;
    font-weight: 600;
}

/* mix_nav_mob_off hidden by default on all screens; JS opens it on mobile only */
.mix_nav_mob_off {
    display: none;
}

/* mobile burger lang dropdown - open to the right, not left */
#langDropdownMob .lang-menu {
    left: 0;
    right: auto;
}

/* ═══════════════════════════════════════════════════════
   NAV MOBILE ACCORDION
═══════════════════════════════════════════════════════ */
.nav-mob-group {
    width: 100%;
    border-radius: 5px;
    background: #ffffff0a;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow: hidden;
}

.nav-mob-group > summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.nav-mob-group > summary::-webkit-details-marker {
    display: none;
}

.nav-mob-group > summary::after {
    content: "\25BC";
    font-size: 10px;
    opacity: 0.6;
    transition: transform 0.2s ease;
}

.nav-mob-group[open] > summary::after {
    transform: rotate(180deg);
}

.nav-mob-sub {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 8px 10px;
}

.nav-mob-sub a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 14px !important;
    border-radius: 5px;
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

.nav-mob-sub a:hover {
    background: rgba(247, 73, 21, 0.15) !important;
    color: #fff !important;
}

.nav-mob-sub a i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
}

.nav-mob-sub a:hover i {
    color: #f74915;
}

/* ═══════════════════════════════════════════════════════
   NAV CONTROLS
═══════════════════════════════════════════════════════ */
.nav-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px;
}

@media screen and (max-width: 885.98px) {
    .nav-controls {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════
   HEADER AURORA ANIMATION
═══════════════════════════════════════════════════════ */
.nav-aurora {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.nav-aurora::before,
.nav-aurora::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.07;
    animation: aurora-drift 14s ease-in-out infinite alternate;
}

.nav-aurora::before {
    width: 440px;
    height: 200px;
    background: #f74915;
    top: -100px;
    left: 6%;
}

.nav-aurora::after {
    width: 380px;
    height: 180px;
    background: #34d399;
    top: -80px;
    right: 10%;
    animation-delay: -4.5s;
    animation-direction: alternate-reverse;
}

@keyframes aurora-drift {
    from {
        transform: translateX(-40px) scale(0.92);
    }

    to {
        transform: translateX(40px) scale(1.12);
    }
}

.mix_nav_box,
.mix_nav_box * {
    /* position: relative; */
    z-index: 1;
}

/* ═══════════════════════════════════════════════════════
   DARK MODE
═══════════════════════════════════════════════════════ */
html.dark body {
    background: linear-gradient(160deg, #0d0f1a 0%, #111525 100%) !important;
    color: #d8dbe9;
}

html.dark a:not(.mix_bt):not(.mix_bt2):not(.btn):not(.mix_head_two a) {
    color: #d8dbe9;
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4 {
    color: #e6e9f5;
}

html.dark p {
    color: #9ea3b5;
}

html.dark .advantage-item {
    background: #161929 !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
    color: #d8dbe9;
}

html.dark .advantage-title {
    color: #e6e9f5;
}

html.dark .advantage-desc {
    color: #9ea3b5;
}

html.dark .blog__item {
    background: #161929 !important;
    color: #d8dbe9;
}

html.dark .blog__item-title {
    color: #e6e9f5;
}

html.dark .faq__question {
    background: #161929 !important;
    color: #d8dbe9;
}

html.dark .faq__question-title {
    color: #e6e9f5;
}

html.dark .faq__question-text {
    color: #9ea3b5;
}

html.dark .faq__title {
    color: #e6e9f5;
}

html.dark .faq__desc {
    color: #9ea3b5;
}

html.dark .calculator {
    background: #161929 !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #d8dbe9;
}

html.dark .calculator__form-item label {
    color: #b4b9cc;
}

html.dark .calculator__form h3 {
    color: #e6e9f5;
}

html.dark select,
html.dark input[type="text"],
html.dark input[type="number"],
html.dark input[type="password"],
html.dark textarea {
    background: #1e2235 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #d8dbe9 !important;
}

html.dark .review-item-content {
    background: #161929 !important;
    color: #d8dbe9;
}

html.dark .review-item-text {
    color: #b4b9cc;
}

html.dark .review-item-username {
    color: #d8dbe9;
}

html.dark .payment-item {
    background: #161929 !important;
    color: #d8dbe9;
}

html.dark .section-title-block h2 {
    color: #e6e9f5;
}

html.dark .section-title-block p {
    color: #9ea3b5;
}

html.dark .stats-column__block {
    background: #161929;
    border-color: rgba(255, 255, 255, 0.07);
}

html.dark .stats-column__item-text {
    color: #b4b9cc;
}

html.dark .stats-column__title {
    color: #9ea3b5;
}

html.dark .document__item {
    background: #161929;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    color: #d8dbe9;
}

html.dark .terms__block {
    background: #161929;
    color: #d8dbe9;
}

html.dark .auth__title {
    color: #e6e9f5;
}

html.dark .reviews {
    background: #161929;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    color: #d8dbe9;
}

html.dark .review-col h2.title,
html.dark .review-col p.desc {
    color: #d8dbe9;
}

html.dark .service__item {
    background: #161929;
    color: #d8dbe9;
}

html.dark .service-title {
    color: #e6e9f5;
}

html.dark .service-desc {
    color: #9ea3b5;
}

html.dark .radio_btn label {
    background: #1e2235;
    color: #b4b9cc;
    border-color: rgba(255, 255, 255, 0.07);
}

html.dark .stat-item p {
    background: #1e2235;
    color: #9ea3b5;
}

html.dark .faq__button {
    background: #161929;
    border-color: rgba(255, 255, 255, 0.1);
    color: #d8dbe9;
}

html.dark .start-step-title {
    color: #e6e9f5;
}

html.dark .start-step-text {
    color: #9ea3b5;
}

html.dark .table {
    background: #161929;
}

html.dark .table__item-text {
    border-color: rgba(255, 255, 255, 0.06);
    color: #b4b9cc;
}

html.dark .table__name {
    border-color: rgba(255, 255, 255, 0.06);
}

html.dark .contacts__form {
    background: #161929 !important;
}

html.dark .open-live-chat {
    background: rgba(52, 211, 153, 0.07);
    border-color: rgba(52, 211, 153, 0.15);
}

html.dark .sert_box {
    background: url(https://i.vgy.me/XZ1Xot.jpg), linear-gradient(45deg, #091420, #0c1e1c) !important;
    background-blend-mode: multiply !important;
    background-size: cover !important;
}

html.dark .info-block_text p {
    color: #9ea3b5;
}

html.dark .mix_right_2 {
    background: #1e2235;
}

html.dark .mix_right_2 span {
    color: #e6e9f5;
}

html.dark .mix_index .h2_row {
    color: #e6e9f5;
}

html.dark .mix_head_one h3 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
}

html.dark .stats-column__header-text {
    color: #fff;
}

html.dark .mix_stat {
    background: linear-gradient(45deg, #0d1520, #101e1a);
}

html.dark .stat-item h4 {
    color: #e6e9f5;
}

html.dark .stat_span {
    color: #e6e9f5;
}

html.dark .company-present {
    background: #161929;
}

html.dark .contacts__item-title {
    color: #e6e9f5;
}

html.dark .contacts__item-desc {
    color: #9ea3b5;
}

html.dark .start-image {
    background-color: #161929;
}

/* ═══════════════════════════════════════════════════════
   HERO ENHANCEMENTS
═══════════════════════════════════════════════════════ */
.mix_index {
    position: relative;
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    /* background: radial-gradient(circle, rgba(247, 73, 21, 0.11) 0%, transparent 65%); */
    top: -80px;
    right: 5%;
    pointer-events: none;
    animation: hero-pulse 5s ease-in-out infinite;
    z-index: 0;
}

.mix_right_3 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* блик — disabled */
.mix_right_3::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

/* анимация */
@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

@keyframes hero-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
}
.mix_right_3 img {
    animation: hero-float 5.5s ease-in-out infinite;
    /* -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 12%, black 30%, black 88%, transparent 100%),
        linear-gradient(180deg, black 70%, transparent 100%); */
    /* mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 12%, black 30%, black 88%, transparent 100%),
        linear-gradient(180deg, black 70%, transparent 100%); */
}

@keyframes hero-float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }
}

.hero_kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(247, 73, 21, 0.1);
    border: 1px solid rgba(247, 73, 21, 0.22);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 13px;
    color: #f74915;
    font-weight: 500;
    letter-spacing: 0.3px;
    animation: kicker-slide 0.6s ease forwards;
}

html.dark .hero_kicker {
    color: #f97348;
}

.hero_kicker::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #34d399;
    border-radius: 50%;
    flex-shrink: 0;
    animation: kicker-dot 2s ease-in-out infinite;
}

@keyframes kicker-slide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes kicker-dot {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(52, 211, 153, 0);
    }
}

.mix_head_one h3 {
    animation: text-up 0.7s ease 0.1s both;
    font-size: clamp(38px, 8.5vw, 50px);
}

.mix_head_one p {
    animation: text-up 0.7s ease 0.25s both;
}

.mix_head_two {
    animation: text-up 0.7s ease 0.35s both;
}

@keyframes text-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    animation: text-up 0.7s ease 0.45s both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
}

html.dark .hero-badge {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.1);
    color: #9ea3b5;
}

.hero-badge i {
    color: #34d399;
    font-size: 14px;
}

/* Floating particles */
.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.hero-particle {
    position: absolute;
    border-radius: 50%;
    animation: particle-rise linear infinite;
    opacity: 0;
}

@keyframes particle-rise {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.2);
    }

    15% {
        opacity: 0.7;
    }

    85% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: translateY(-180px) scale(1);
    }
}

/* Homepage news block */
.news .section-title-block {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    gap: 20px !important;
    margin: 45px 0 24px !important;
    text-align: right !important;
}

.news .section-title-right {
    position: static !important;
    transform: none !important;
}

.news .h2_mix {
    align-items: flex-end !important;
    line-height: 1 !important;
    text-align: right !important;
}

.news .h2_row {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.news .h2_span {
    display: inline-block !important;
    line-height: 1 !important;
}

.news .h2_mix > span:not(.h2_span) {
    display: block !important;
    margin-top: 4px !important;
    line-height: 1.25 !important;
}

.news .blog__item-img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.news .blog__item-img img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 8px !important;
    object-fit: initial !important;
    object-position: center !important;
}

.news-page .blog__item-img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.news-page .blog__item-img img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 8px !important;
    object-fit: initial !important;
    object-position: center !important;
}

.news-show .blog__read-post .blog__item-img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.news-show .blog__read-post .blog__item-img img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 8px !important;
    object-fit: initial !important;
    object-position: center !important;
}

@media screen and (max-width: 767px) {
    .news .section-title-block {
        align-items: center !important;
        flex-direction: column !important;
        text-align: center !important;
    }

    .news .h2_mix {
        align-items: center !important;
        text-align: center !important;
    }

    .news .section-title-right {
        position: static !important;
        transform: none !important;
        order: 2 !important;
    }
}
/* ═══════════════════════════════════════════════════════
   Legal Profile — sert redesign v2
   ═══════════════════════════════════════════════════════ */

.sert-v2 .sert_mix {
    gap: 44px;
}

/* ── header ─────────────────────────────────────────── */
.sert-v2__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sert-v2__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    border: 1px solid rgba(94, 255, 240, 0.35);
    border-radius: 100px;
    background: rgba(0, 163, 142, 0.16);
    backdrop-filter: blur(8px);
    color: #8efff4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    width: fit-content;
}

.sert-v2__badge i {
    font-size: 13px;
}

/* ── two-column body ─────────────────────────────────── */
.sert-v2__body {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    width: 100%;
}

/* ── trust pillars ───────────────────────────────────── */
.sert-v2__pillars {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.sert-v2__pillar {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease, border-color 0.2s ease;
    border-radius: 8px;
    margin: 0 -12px;
}

.sert-v2__pillar:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.sert-v2__pillar:hover {
    background: rgba(255, 255, 255, 0.04);
    border-bottom-color: rgba(94, 255, 240, 0.15);
}

.sert-v2__pillar:hover .sert-v2__pillar-icon {
    background: rgba(0, 163, 142, 0.42);
    border-color: rgba(94, 255, 240, 0.5);
    box-shadow: 0 0 16px rgba(0, 210, 190, 0.25);
}

.sert-v2__pillar-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(0, 163, 142, 0.22);
    border: 1px solid rgba(94, 255, 240, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6efff0;
    font-size: 18px;
    margin-top: 1px;
    transition: all 0.2s ease;
}

.sert-v2__pillar-text h4 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
}

.sert-v2__pillar-text p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.6;
}

/* ── CTA button ──────────────────────────────────────── */
.sert-v2__cta {
    margin-top: 30px;
    padding-left: 12px;
}

.sert-v2__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(0, 163, 142, 0.85), rgba(0, 100, 90, 0.85));
    border: 1px solid rgba(94, 255, 240, 0.35);
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    backdrop-filter: blur(4px);
}

.sert-v2__cta-btn:hover {
    background: linear-gradient(135deg, rgba(0, 190, 165, 0.95), rgba(0, 130, 115, 0.95));
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 163, 142, 0.45);
    opacity: 1 !important;
}

.sert-v2__cta-btn .fas {
    transition: transform 0.2s ease;
}

.sert-v2__cta-btn:hover .fas {
    transform: translateX(4px);
}

/* ── certificate frame ───────────────────────────────── */
.sert-v2__cert {
    flex-shrink: 0;
    align-items: stretch;
}

.sert-v2__cert-frame {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(94, 255, 240, 0.18);
    border-radius: 20px;
    padding: 18px;
    backdrop-filter: blur(16px);
    box-shadow:
        0 0 0 1px rgba(94, 255, 240, 0.06),
        0 28px 64px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.sert-v2__cert-frame:hover {
    border-color: rgba(94, 255, 240, 0.32);
    box-shadow:
        0 0 0 1px rgba(94, 255, 240, 0.12),
        0 32px 72px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sert-v2__cert-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    align-self: flex-start;
}

.sert-v2__cert-label i {
    font-size: 14px;
    color: #6efff0;
}

/* override card styling inside frame */
.sert-v2__cert-frame .pdf-preview-card {
    border-radius: 12px;
    border-color: rgba(94, 255, 240, 0.12);
}

.sert-v2__cert-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 8px 14px;
    background: rgba(0, 163, 142, 0.14);
    border: 1px solid rgba(94, 255, 240, 0.18);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sert-v2__cert-seal i {
    font-size: 13px;
    color: #6efff0;
}

/* ── responsive ──────────────────────────────────────── */
@media screen and (max-width: 960px) {
    .sert-v2__body {
        flex-direction: column-reverse;
        gap: 36px;
    }

    .sert-v2__cert {
        width: 100%;
        align-items: center;
    }

    .sert-v2__cert-frame {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .sert-v2 .sert_mix {
        gap: 28px;
    }

    .sert-v2__cert-frame {
        max-width: 100%;
    }
}

/* ── Smart Plans: heading right-aligned ─────────────── */
.xs-plans__container {
    align-items: flex-end;
}

.xs-plans__track {
    width: 100%;
}

/* ═══════════════════════════════════════════════════════
   Platform Metrics — redesign v2
   ═══════════════════════════════════════════════════════ */

.mix-stat-v2 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 36px 44px;
    gap: 0;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

/* subtle teal top-edge glow */
.mix-stat-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 210, 190, 0.6), transparent);
    pointer-events: none;
}

/* ── left: heading ───────────────────────────────────── */
.mix-stat-v2__heading {
    flex-shrink: 0;
    max-width: 320px;
    gap: 6px;
}

.mix-stat-v2__heading .h2_row {
    font-size: clamp(30px, 3.5vw, 38px);
    line-height: 1;
}

.mix-stat-v2__heading .h2_span {
    font-size: clamp(30px, 3.5vw, 38px);
    line-height: 1;
}

.mix-stat-v2__heading > span:last-child {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
    margin-top: 4px;
    display: block;
}

/* ── live badge ──────────────────────────────────────── */
.mix-stat-v2__live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.mix-stat-v2__pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00d4b8;
    box-shadow: 0 0 0 0 rgba(0, 212, 184, 0.6);
    animation: pulse-ring 2s ease-out infinite;
    flex-shrink: 0;
}

@keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0   rgba(0, 212, 184, 0.6); }
    60%  { box-shadow: 0 0 0 6px rgba(0, 212, 184, 0); }
    100% { box-shadow: 0 0 0 0   rgba(0, 212, 184, 0); }
}

/* ── right: stats row ────────────────────────────────── */
.mix-stat-v2__stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: flex-end;
}

.mix-stat-v2__divider {
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

/* ── individual stat item ────────────────────────────── */
.mix-stat-v2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 32px;
    position: relative;
}

.mix-stat-v2__item h4 {
    font-size: 42px !important;
    padding: 0 0 4px !important;
    line-height: 1 !important;
    letter-spacing: -0.5px;
}

.mix-stat-v2__item p {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: rgba(0, 210, 190, 0.85) !important;
    padding: 0 !important;
    width: auto !important;
    border-radius: 0 !important;
}

/* ── responsive ──────────────────────────────────────── */
@media screen and (max-width: 1024px) {
    .mix-stat-v2 {
        padding: 28px 32px;
        flex-wrap: wrap;
        gap: 24px;
    }

    .mix-stat-v2__heading {
        max-width: 100%;
    }

    .mix-stat-v2__stats {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media screen and (max-width: 600px) {
    .mix-stat-v2 {
        padding: 24px 20px;
        gap: 20px;
    }

    .mix-stat-v2__item {
        padding: 0 20px;
    }

    .mix-stat-v2__item h4 {
        font-size: 32px !important;
    }

    .mix-stat-v2__divider {
        height: 40px;
    }
}

/* ═══════════════════════════════════════════════════════
   Recent Deposits / Withdrawals — redesign v2
   ═══════════════════════════════════════════════════════ */

.stat_row {
    margin-top: 40px;
}

/* ── wrapper ─────────────────────────────────────────── */
.stats-columns {
    gap: 20px !important;
    margin: 40px 0 0 0 !important;
}

/* ── column title ────────────────────────────────────── */
.stats-column__title {
    font-size: 13px !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    color: #888ea8 !important;
    margin-bottom: 6px !important;
    line-height: 1 !important;
}

html.dark .stats-column__title {
    color: #555c7a !important;
}

/* ── card container ──────────────────────────────────── */
.stats-column__block {
    border-radius: 14px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: #fff !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden;
}

html.dark .stats-column__block {
    background: #12151f !important;
    border-color: rgba(255,255,255,0.07) !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25) !important;
}

/* ── table header row ────────────────────────────────── */
.stats-column__header {
    background: #1a1d2b !important;
    border-radius: 0 !important;
    padding: 11px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

html.dark .stats-column__header {
    background: #0e111c !important;
}

.stats-column__header-text {
    font-size: 10px !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.4) !important;
    padding: 0 !important;
    line-height: 1 !important;
}

html.dark .stats-column__header-text {
    color: rgba(255,255,255,0.3) !important;
}

/* left header accent dot */
.stats-column__header::before {
    display: none;
}

/* ── data rows ───────────────────────────────────────── */
.stats-column__item {
    padding: 9px 20px !important;
    transition: background 0.15s ease !important;
    border-bottom: 1px solid rgba(0,0,0,0.04) !important;
}

.stats-column__item:last-child {
    border-bottom: none !important;
}

.stats-column__item:hover {
    background: rgba(0, 163, 142, 0.04) !important;
}

html.dark .stats-column__item {
    border-bottom-color: rgba(255,255,255,0.04) !important;
}

html.dark .stats-column__item:hover {
    background: rgba(0, 163, 142, 0.07) !important;
}

/* remove old pseudo-element separator */
.stats-column__item::after {
    display: none !important;
}

/* ── row text ────────────────────────────────────────── */
.stats-column__item-text {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #2d3048 !important;
    line-height: 1.2 !important;
}

html.dark .stats-column__item-text {
    color: #c4c8dc !important;
}

/* username column: wider + fade ellipsis */
.text_hid {
    width: 120px !important;
    min-width: 80px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    color: #5a5f7a !important;
    font-size: 13px !important;
}

html.dark .text_hid {
    color: #6b7091 !important;
}

/* ── amount + icon wrapper ───────────────────────────── */
.stats_vob {
    gap: 10px !important;
    align-items: center !important;
}

.stats_vob .stats-column__item-text {
    font-weight: 600 !important;
    color: #1a1d2b !important;
}

html.dark .stats_vob .stats-column__item-text {
    color: #e4e8f5 !important;
}

/* crypto icon: clean circle */
.stats_vob img {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    background: rgba(0,0,0,0.04) !important;
    padding: 2px !important;
    flex-shrink: 0 !important;
}

html.dark .stats_vob img {
    background: rgba(255,255,255,0.06) !important;
}


/* ═══════════════════════════════════════════════════════
   ANTI-FLICKER — GPU layer isolation for smooth scroll
   ─────────────────────────────────────────────────────
   filter:blur() on animated elements forces full-page
   repaints every frame. Fix: contain:paint + will-change.
   NOTE: never apply transform/contain to body — breaks layout.
═══════════════════════════════════════════════════════ */

/* Isolate header repaints from page content below */
.mix_row_mob {
    contain: layout style;
    isolation: isolate;
}

.nav-aurora {
    contain: strict;
    isolation: isolate;
}

/* Ticker / animated content below header must not trigger header repaints */
.ca-disclaimer {
    contain: paint;
    isolation: isolate;
}

.ca-disclaimer__track {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .nav-aurora::before,
    .nav-aurora::after,
    .crypto-ticker__list,
    .ca-disclaimer__track,
    .hero-particle,
    .mix_right_3 img {
        animation: none !important;
    }
}

/* Smooth font rendering + prevent overscroll bounce past footer */
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior-y: none;
}



/* ═══════════════════════════════════════════════════════
   Brand orange overrides — certificate & news buttons
═══════════════════════════════════════════════════════ */

/* Certificate block — more compact */
.sert_box {
    padding: 50px 0 !important;
    margin: 60px 0 40px 0 !important;
}

/* "Verify company registration" button → orange */
.sert-v2__cta-btn {
    background: var(--col1, #f74915) !important;
    border-color: rgba(247,73,21,0.35) !important;
}

.sert-v2__cta-btn:hover {
    background: #e03e0f !important;
    box-shadow: 0 8px 28px rgba(247,73,21,0.35) !important;
    border-color: rgba(247,73,21,0.5) !important;
}

/* "Ontario Business Registry" seal → orange tint */
.sert-v2__cert-seal {
    background: rgba(247,73,21,0.12) !important;
    border-color: rgba(247,73,21,0.25) !important;
    color: rgba(255,255,255,0.7) !important;
}

.sert-v2__cert-seal i {
    color: #ff8c5a !important;
}

/* News "Learn more" button → orange */
.section-title-right .btn.transparent,
.section-title-right .btn.l.transparent {
    background: var(--col1, #f74915) !important;
    box-shadow: 0 4px 16px rgba(247,73,21,0.28) !important;
    border: none !important;
}

.section-title-right .btn.transparent:hover,
.section-title-right .btn.l.transparent:hover {
    background: #e03e0f !important;
    box-shadow: 0 6px 22px rgba(247,73,21,0.38) !important;
    transform: translateY(-1px) !important;
}

/* News date/tag chips → orange */
.blog__item-date {
    background: var(--col1, #f74915) !important;
}



/* ── News date dot — green pulsing live indicator ── */
.blog__item-date time::after {
    background-color: #22c55e !important;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.6);
    animation: dot-pulse 1.8s ease-in-out infinite !important;
}

@keyframes dot-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
    60%  { box-shadow: 0 0 0 5px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}



/* ── Live pulsing dot for stats titles ── */
.stats-column__title {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.5);
    animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.55); }
    65%  { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}



/* ── Legal block — more compact height ── */
.sert_box {
    padding: 30px 0 !important;
    margin: 40px 0 30px 0 !important;
}

.sert-v2 .sert_mix {
    gap: 28px !important;
}

.sert-v2__header {
    gap: 8px !important;
}

.sert-v2__pillar {
    padding: 12px 12px !important;
}

.sert-v2__cta {
    margin-top: 16px !important;
}

.sert-v2__cert-frame {
    gap: 8px !important;
    padding: 14px !important;
}



/* ── Certificate frame — vertically centered ── */
.sert-v2__body {
    align-items: center !important;
}



/* ═══════════════════════════════════════════════
   ADV-R — shared advantages cards (index + about)
═══════════════════════════════════════════════ */
.adv-r {
  padding: 0 0 90px;
  background: #f1f2f9;
}

.adv-r__head-strip {
  background: #edf1fd;
  width: 100%;
  padding: 42px 0;
  margin-bottom: 52px;
}

.adv-r__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.adv-r__card {
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  cursor: default;
}

.adv-r__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--col1, #f74915), #ff8c5a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  border-radius: 3px 3px 0 0;
}

.adv-r__card:hover {
  border-color: rgba(247,73,21,0.18);
  box-shadow: 0 8px 32px rgba(247,73,21,0.10), 0 2px 8px rgba(0,0,0,0.04);
  transform: translateY(-4px);
}

.adv-r__card:hover::before {
  transform: scaleX(1);
}

.adv-r__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.adv-r__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(247,73,21,0.10) 0%, rgba(255,140,90,0.12) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--col1, #f74915);
  font-size: 20px;
  transition: background 0.25s, transform 0.25s;
  flex-shrink: 0;
}

.adv-r__card:hover .adv-r__icon {
  background: linear-gradient(135deg, rgba(247,73,21,0.16) 0%, rgba(255,140,90,0.20) 100%);
  transform: scale(1.06) rotate(-3deg);
}

.adv-r__num {
  font-size: 28px;
  font-weight: 800;
  color: rgba(0,0,0,0.05);
  line-height: 1;
  font-family: 'Jost', sans-serif;
  letter-spacing: -0.02em;
  transition: color 0.3s;
  user-select: none;
}

.adv-r__card:hover .adv-r__num {
  color: rgba(247,73,21,0.12);
}

.adv-r__title {
  font-size: 16px;
  font-weight: 700;
  color: #181a23;
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.adv-r__desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.adv-r__bar {
  height: 2px;
  background: rgba(0,0,0,0.06);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

.adv-r__bar::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--col1, #f74915), #ff8c5a);
  border-radius: 2px;
  transition: width 0.45s ease;
}

.adv-r__card:hover .adv-r__bar::after {
  width: 100%;
}

@media (max-width: 1024px) {
  .adv-r__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .adv-r__grid { grid-template-columns: 1fr; }
  .adv-r { padding: 0 0 70px; }
  .adv-r__head-strip { padding: 30px 0; }
}
