:root {
    --col1: #99ea48;
}

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

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

main {
    flex: 1;
}

/* .btn.green:hover{
    color: #222;
    background-color: var(--col1);
} */



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

.mix_bt:hover {
    background: #222;
    color: #fff;
}

.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, 4vw, 74px);
    line-height: 100%;
    font-family: "Bebas Neue", serif;
    font-weight: 500;
}

.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: #222;
    border-radius: 100px;
    color: #fff;
}

.main_marg {
    margin: 50px 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;
}

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

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

.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_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 803px;
    gap: 30px;
}

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

/* TODO: */

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

    .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: 70px 20px 0 20px;
        flex-wrap: wrap;
    }

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

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

    .mix_head_one h3 {
        font-size: clamp(53px, 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%;
    }

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

    .info-block {
        display: flex;
        gap: 40px 50px;
        margin-bottom: 100px;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        flex-direction: column;
        margin: 43px 0 0 0;
    }

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


    .faq__tags {
        width: 100%;
    }

    .section-title-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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;
    }

    .main_marg {
        margin: 25px 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: calc(33.3% - 40px); */
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .blog__item-date {
        font-size: 14px;
        color: #222;
        background: #eee;
        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;
    }

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

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

    .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: #eee;
        width: 100%;
        padding: 12px 20px;
        border-radius: 10px;
    }

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

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


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