.logo_doc {
    height: 46px;
    width: auto;
    opacity: 1;
    display: block;
}

.nk-header-brand {
    padding: 8px 0;
}

.nk-header-tools {
    padding: 13px 0;
}

.flexes_ {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    overflow-x: auto;
}

.copy_js {
    color: #854fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 200ms ease;
}

.copy_js:hover {
    transform: scale(1.1);
}

.acc_logo,
.sidebar_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.acc_logo>img:first-child {
    height: 32px;
}

.acc_logo>img:last-child {
    height: 16px;
}

.logo-link.auth_logo>img,
.acc_logo>img {
    max-height: unset;
    width: auto;
    position: relative;
}

.nk-header-wrap.custom-wrap>* {
    width: auto;
}

.mirrors tr:nth-child(even) td {
    border-top: none;
}

.mirrors tr:nth-child(odd) td {
    width: 50%;
    text-align: center;
    padding-bottom: 0;
    padding-top: 12px;
}

.mirrors tr:nth-child(odd) td div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    column-gap: 8px;
}

.site_link span {
    font-size: 16px;
    word-break: break-all;
}

.site_link em {
    font-size: 14px;
}

.mirrors .badge {
        width: 90px;
    justify-content: center;
    gap: 2px;
    margin-left: auto;
    display: flex
;
    align-items: center;
    line-height: 1em;
    padding: 1px;
}
.mirrors .badge span{
        font-size: 12px;
    margin-top: 1px;
}
span[data-lang] {
    display: none;
}

.link_name div>* {
    line-height: 1em;
    margin: 0;
}

.link_name span {
    font-weight: 500;
    font-size: 18px;
    color: #1e1f1f;
}

.link_name em {
    font-size: 20px;
    display: none;
}

.link_name img {
    height: 20px;
    width: auto;
    display: none;
}

.mirrors tr[primary_] .link_name em {
    display: block;
}

.mirrors tr[onion_] .link_name img {
    display: block;
}

.mirrors tr[onion_] .site_link {
    color: #8f2499;
}

.mirrors tr[primary_] .site_link {
    color: #006edb;
}



.forums tr td {
    text-align: center;
}

.forums tr a {
    font-weight: 900;
    color: #0e8700;
}

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

.nk-app-root {
    background-color: #fff;
}

.card {
    background-color: #F5F5F5;
    border-radius: 18px 18px 0 0;
    border: 1px solid #dbdfea;
}

.text-my {
    color: #006edb;
}

.contacts_ {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 1.5rem calc(1.5rem + 20px);
    justify-content: space-between;
    gap: 12px;
}

.contacts_ h5 {
    margin: 0;
}

.contacts_ p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    line-height: 1em;
    font-weight: 500;
}
.contacts_ p span{
    transition: all 150ms ease-in;
}
.contacts_ p em {
    font-size: 20px;
    margin-left: 8px;
    transition: all 150ms ease-in;
    cursor: pointer;
}

.contacts_ p em:hover {
    color: #006edb;
}
.my_card{
    border-radius: 0 0 18px 18px;
}
.card_0{
    border-radius: 0;
}
.tx_div>span{}
.tx_div>span p{
        margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
}

.tx_div>span p em{
        color: #006edb;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 3px;
}
.badge{
    border-radius: 12px;
}
@media (max-width: 800px) {
    .about_us {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 386px) {
    .acc_logo>img:first-child {
        height: 24px
    }

    .acc_logo>img:last-child {
        height: 10px;
    }
}