: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: 20px;
}

.mix_logo {
    max-width: 150px;
}

.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: all 0.3s ease-in-out;
}

.mix_nav a::after {
    content: "";
    background: var(--col1);
    width: 0;
    height: 1px;
    display: block;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.mix_nav a:hover::after {
    content: "";
    background: var(--col1);
    width: 100%;
    height: 1px;
    display: block;
    align-items: center;
}



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

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

.mix_bt {
    padding: 10px 20px;
    background: var(--col1);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.mix_bt2 {
    padding: 10px 20px;
    background: #00a38e;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}


: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: .5;
    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: #99ea48;
    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: #99ea48;
    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;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 75px;
}

.mix_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

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

.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 {
    max-width: 100%;
}

.mix_right_3 img {
    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: #99ea48;
    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 #99ea4800 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;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 14px 0 10px 28px;
    backdrop-filter: blur(9px);
    border: 0px #99ea48 solid;
    background: #222;
    color: #fff;
    border-right: 25px #99ea48 solid;
}

.stats-block__item {
    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: 14px 0 10px 28px;
    backdrop-filter: blur(9px);
    border: 0px #99ea48 solid;
    background: #222;
    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: #99ea48;
}

.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;
    background: #99ea48;
    padding: 3px 20px;
    border-radius: 10px;
    font-family: "Bebas Neue", serif;
    /* line-height: 53%; */
    /* line-height: 30px; */
    /* margin: 0; */
    padding: 13px 20px;
    background: linear-gradient(45deg, #f74915, #e5ae0a);
    border-radius: 5px;
    color: #fff;
}

.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: #99ea48 !important;
    color: #222 !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 #99ea48 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 #99ea4863 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: #323749;
    background: radial-gradient(ellipse farthest-corner at center center, #323749 0%, #0C0D11 100%);
    position: relative;
}

.mix_row_mob::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 200px 70px 200px;
    border-color: transparent transparent #181a23 transparent;
    transform: rotate(180deg);
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: -1;
}

.mix_nav a {
    color: #ffffffbd;
}

/* plans */


.xs-plans__container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 140px 0 0 0;
    flex-direction: column;
    gap: 25px;
}

.xs-plans__head {
    text-align: center;
    margin-bottom: 28px;
}

.xs-plans__head h2 {
    margin: 0 0 8px;
    font: 700 28px/1.1, system-ui;
    color: #e9f1ff;
    text-shadow: 0 0 18px rgba(58, 129, 255, .35);
}

.xs-plans__head p {
    margin: 0;
    color: #9bb6ff;
    font: 500 14px/1.6, system-ui;
    opacity: .85;
}

.xs-plans__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* scroll-snap-type: x mandatory;
    overflow-x: auto; */
    /* padding-bottom: 4px; */
    width: 100%;
}

.xs-plans__track::-webkit-scrollbar {
    height: 8px;
}

.xs-plans__track::-webkit-scrollbar-thumb {
    background: rgba(90, 140, 255, .25);
    border-radius: 8px;
}



.xs-radio {
    display: none;
}

.tp-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 30px;
    scroll-snap-align: center;
    background: linear-gradient(180deg, rgb(0 163 142), rgb(0 103 104));
    border-radius: 5px;
    color: #ffffff;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position: relative;
}

.tp-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: circle(41% at 99% 96%);
}

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

.tp-card--hot {
    border-color: rgba(140, 190, 255, .45);
}

.tp-ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    font: 700 10px/1;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #0b1434;
    background: linear-gradient(90deg, #67a2ff, #b8d2ff);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(120, 170, 255, .35);
}

.tp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-badge {
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    font-size: clamp(35px, 4vw, 50px);
    font-family: "Bebas Neue", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 20px 10px 20px #00000069;
}

.tp-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 39px;
    background: radial-gradient(80% 80% at 50% 10%, rgb(255 255 255), rgba(46, 111, 255, 0)), rgb(255 255 255);
    outline: 1px solid rgb(189 189 189 / 0%);
    border: 1px solid rgba(84, 150, 255, .25);
    box-shadow: inset 0 0 24px rgba(64, 128, 255, .22), 0 6px 16px rgba(0, 0, 0, .35);
    color: #007470;
    /* Copy code to element you want to animate */
    animation: pl 5s linear 0s infinite normal none;
}

/* Copy this code after the above code */
@keyframes pl {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.tp-icon svg {
    width: 26px;
    height: 26px;
}

.tp-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    background: #181a2329;
    padding: 10px 30px;
    border-radius: 5px;
}

.tp-amount {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(56, 132, 255, .35);
    font-weight: 700;
    font-size: 20px;
}

.tp-meta {

    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.tp-list {
    list-style: none;
    margin: 6px 0 8px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.tp-list li {

    color: #ffffff;
}

.tp-list b {
    color: #ffffff;
    font-size: 18px;
    /* font-family: 'Bebas Neue'; */
}

.tp-cta {
    box-shadow: 0 8px 24px rgba(58, 134, 255, .35), inset 0 0 22px rgba(255, 255, 255, .2);
    transition: transform .2s ease, box-shadow .2s ease;
    padding: 13px 20px;
    background: linear-gradient(45deg, #f74915, #e5ae0a);
    border-radius: 5px;
    color: #fff;
}

.tp-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(58, 134, 255, .45), inset 0 0 26px rgba(255, 255, 255, .25);
}

.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;
}

.info_img {
    max-width: 260px;
    border-radius: 20px;
    border: 1px #99ea4863 solid;
    padding: 10px;
}

.info_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 870px;
    gap: 15px;
    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_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;
}

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

.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: rgb(18 20 23 / 4%);
    backdrop-filter: blur(6px);
    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: #fff;
            font-size: 14px;
}

.foot_bott {
    /* background: #000; */
    background: linear-gradient(45deg, #f74915, #e5ae0a);
}
.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; */
}

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

/* TODO: */

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

    .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: #99ea48;

    }

    .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 #99ea4863 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__tags ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: 48px;
        padding: 28px 16px;
        transition: .3s;
        line-height: 1;
        background: #eee;
        border-radius: 8px;
    }

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

    .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;
    }


    .tabs_off {
        display: block;
    }

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

    .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;
    }

    .tp-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        clip-path: circle(34% at 99% 104%);
    }


    .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: #99ea48;
        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;
        /* background: #f0f0f0; */
        padding: 20px 20px;
        border-radius: 20px;
        /* margin: 70px 0 0 0; */
        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: 25px 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;
    }

    .contacts__item {
        width: 69%;
    }

    .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 {
        padding: 50px 20px;
        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: 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: #21ba72;
        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);
    }

    .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: 25px 0 23px 0;
    }

    .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%;
    }

    .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: 16px;
        border-bottom-right-radius: 16px;
    }

    .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;
    }

    .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: space-between;
        align-items: flex-start;
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .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__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: 56px;
        /* max-width: 291px; */
        justify-content: center;
    }

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

    .tabs-settings ul {
        margin-bottom: 84px;
        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: 22px;
        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;
    }

    .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: #222;
        border: 0;
        background: #99ea48;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .tabs>input:checked+label {
        color: #ffffff;
        border: 0;
        /* border-bottom: 1px solid #FFFFFF; */
        background: #222222;
        padding: 10px 20px;
        border-radius: 10px;
        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: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 200px 70px 200px;
        border-color: transparent transparent #181a23 transparent;
        transform: rotate(180deg);
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        z-index: -1;
    }

    .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 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        /* padding-bottom: 4px; */
        width: 100%;
    }

    .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 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin: 70px 0 0 0;
        flex-direction: column;
        gap: 25px;
    }



}