@media screen and (max-width: 767.98px) {

    .mix_burger {
        max-width: 25px;
        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;
    }

    .section-title-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .info-block {
        display: flex;
        gap: 10px 50px;
        margin-bottom: 100px;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    .card__intro {
        flex-wrap: wrap;
    }

    .card__intro-item {
        width: calc(100% - 25px);
    }
    .card__advantages {
        flex-direction: column;
    }
    .card__advantage {
        width: calc(100% - 22.5px);
    }
    .card__details {
        flex-direction: column;
    }
    .card__details-image {
        width: 100%;
        margin-top: 30px;
    }
    .unique {
        flex-direction: column;
    }
    .unique__label {
        width: auto;
    }
    .unique__content {
        flex-direction: column;
    }
    .unique__item {
        margin-top: 20px;
        width: calc(100% - 10px);
    }
    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/ndx-background.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: 600;
        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;
    }


    .info-block_text {
        padding-block: 0px;
        align-self: center;
        flex: 1.5;
        min-height: 430px;
    }

    .services-section {
        padding: 50px 0;
        background: rgb(246 247 248 / 0%);
    }


    .header-bottom__menu {
        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 25px 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;
    }

    .faq__list {
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding-left: 14px;
        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: 1px;
        background: rgba(0, 0, 0, .1);
    }

    .contacts__item {
        width: 100%;
    }

    .auth__main {
        display: flex;
        justify-content: center;
        padding: 27px 48px 65px 48px;
    }

    .auth__main-form h3 {
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
        color: #000;
        margin-bottom: 5px;
        text-align: center;
    }

    .contacts__form {
        padding: 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;
    }
.contacts__form-row {
  flex-direction: column;
}
.contacts__form-row > div {
  width: 100%;
}
    .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);
    }

    .stat-item h4 {
        margin: 0;
        font-size: 16px;
        line-height: 48px;
        font-weight: 900;
    }


    .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: 44px;
        margin: 15px 0 0 0;
    }

    .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;
        border-right: 0;
    }
    .calculator__result-card {
        border-radius: 0 0 16px 16px;
    }
ul.list.line li {
  text-wrap: wrap;
}
.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;
}

.reviews__container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.section-title-block h2 {
    font-size: 28px;
    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: 11px;
    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;
}

.deposit__income {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.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 15pxz;
}

.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: #fff;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    gap: 10px;
}

.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 31px;
    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_nav_mob {
    display: none;
}

.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;
}
 

   

}