@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

code {
    padding: 10px;
    font-size: 90%;
    color: #464b5a;
    background-color: #e4e4e4;
    border-radius: 4px;
    margin: 10px;
    display: flex;
    position: relative;
    justify-content: center;
}

* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}

* :not(.seller-block *) {
    transition: all 0.2s ease-out;
}

a:active,
a:focus {
    outline: none;
}

body {
    background: #f6f9fc;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    color: #222;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
}

header {
    background-image: linear-gradient(0deg, rgba(14, 20, 39, 0.922), rgba(14, 20, 39, 0.9)),
    url(../images/header.jpg);
    background-blend-mode: normal;
    background-position: center;
    position: relative;
    color: #fff;
    padding-bottom: 85px;
}

img {
    max-width: 100%;
    height: auto;
}

.top-header {
    padding: 10px 0;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}

.logo img {
    height: 35px;
    width: auto;
}

.navigation a:not(.icon a, .ddm-item a) {
    padding: 5px 15px 5px 10px;
    margin: 0px 5px;
    color: #b6bbc9;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
}

.navigation a:not(.icon a, .ddm-item a):hover {
    color: #f0f1f4;
    text-decoration-color: #f0f1f4;
}

.navigation li {
    list-style: none;
    display: inline;
}

.header-contacts,
.footer-contacts {
    text-align: right;
    line-height: 1.3;
    color: #ccc;
}

.header-contacts a,
.footer-contacts a,
.header-contacts um,
.footer-contacts um {
    color: #fff;
}

.head-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #ccc;
}

.head-title span {
    color: #fff;
}

header hr {
    border: 1px solid #575f75;
    width: 80px;
    margin: 15px auto;
}

.search {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
}

.search_form {
    width: 300px;
    background: #ffffff24;
    padding: 10px;
    position: relative;
}


input#s {
    font-family: inherit;
    width: 100%;
    background: none;
    border: none;
    padding: 5px 30px;
    color: #ccc;
}

.search_form::before {
    content: url(../images/search-icon.png);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px;
}

.banners {
    padding: 30px 0 0 0;
}

.banners img {
    border: 1px solid #ddd;
}

.banners .container {
    max-width: 956px;
}

.banners-content,
.seller-block,
.profile-first,
.forum_info,
.profile-foreword,
.arb-block,
.arb-thead {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(200 200 200 / 75%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 15px 0px rgb(200 200 200 / 75%);
}

.banners-content {
    width: 100%;
    max-width: 956px;
    background: #fff;
    padding: 10px;
    margin: 0 auto;

}

a {
    display: inline-block;
}


.banners-content div:not(.medium_banners) {
    margin-top: 10px;
}

.banners-content > div:first-child,
.big_banners div:first-child,
.banners-content > div:first-child:not(.big_banners) > div {
    margin-top: 0;
}

/* .banners-content div:first-child:not(.medium_banners)div {
  margin-top: 0;
} */

.medium_banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

main {
    padding: 30px 0;
}

.main-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 20px;
    grid-template-areas:
    "filter main";
    justify-content: space-between;
}

.filter {
    grid-area: filter;
    width: 250px;
}

.main {
    grid-area: main;
}

.filter-content {
    display: flex;
    flex-direction: column;
}

.filter-content.sticky {
    position: sticky;
    top: 10px;
}

.filter-block {
    background: #e2e7eb;
    border: 1px solid #dde0e3;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.filter-block:last-child {
    margin-bottom: 37px;
}

.filter-title {
    display: block;
    padding: 0 0 10px 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.filter-title.status::before {
    content: url(../images/lock.png);
    position: absolute;
    left: 0;
    top: 0;
}

.filter-title.categories::before {
    content: url(../images/categories.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.filter-category {
    font-size: 13px;
}

.filter-sellers,
.filter-categories {
    display: flex;
    flex-wrap: wrap;
}

.filter-item {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 20px;
    cursor: pointer;
    position: relative;
}

.filter-item span {
    font-weight: 300;
    font-size: 12px;
}

.filter-item input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter-item input[type="checkbox"]:checked ~ .checkbox-status::before {
    background: #3d4252;
    border: 2px solid #fff;
    padding: 0;
}

.filter-status-text {
    max-width: 85%;
    display: inline-block;
}

.filter-count {
    color: #888;
    float: right;
    padding-top: 2px;
}

.checkbox-status {
    position: absolute;
    top: 2px;
    left: 5px;
}

.checkbox-status::before {
    content: '';
    width: 7px;
    height: 7px;
    top: 3px;
    border: 1px solid #aaa;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 1px;
}

.filter-item:hover {
    background: #d2d9e0;
}

.seller-block {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 15px 5px 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(200 200 200 / 75%);
    text-decoration: none;
    color: #222222;
    transition: all .2s ease-in-out;
}

.seller-avatar {

    flex-shrink: 0;
    margin-right: 20px;
}

.nickname-block,
.direction-block {
    margin-bottom: 5px;
}

.nickname-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 768px) {
    .nickname-block {
        justify-content: center;
    }
}

.direction-block {
    max-width: 463px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-avatar_image {
    width: 70px;
    height: 70px;
    border: 1px solid #7b839d;
    transition: filter .2s ease-in-out;
}

.seller-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.details {
    font-family: inherit;
    font-weight: 300;
    padding: 5px 15px;
    border: 1px solid #3c4252;
    color: #3c4252;
    font-size: 13px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.green,
.red {
    font-weight: 500;
    padding-left: 17px;
    position: relative;
}

.green {
    color: #009900;
}

.red {
    color: red;
}

.red::before {
    content: url(../images/block.svg);
    position: absolute;
    left: 1px;
}

.green::before {
    content: '';
    position: absolute;
    left: -1px;
    width: 7px;
    height: 2px;
    background: #009900;
    -webkit-transform: rotate(50deg);
    transform: rotate(45deg);
    top: 8px;
}

.green:after {
    content: '';
    position: absolute;
    left: 2px;
    width: 13px;
    height: 2px;
    background: #009900;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-45deg);
    top: 6px;
}

.nickname,
.direction {
    color: #131b2e;
    font-weight: 400;
    transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
    text-decoration-color: transparent;
}

.direction:not(:last-child)::after {
    content: ', ';
}

.seller-block.addvertise .addvertise_link {
    display: block;
}

.seller-block.addvertise {
    border-color: #0E875B;
}

.addvertise_link {
    display: none;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 13px;
    color: #078357;
    text-decoration-color: transparent;
}

.addvertise_link::before {
    content: "Закреплено на правах рекламы";
}

.addvertise_link::after {
    content: url(../images/pin.svg);
    position: absolute;
    top: 1px;
}

.table-navigation {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 10px;
}

.navigation_page {
    text-decoration-color: transparent;
    display: inline-block;
    border: 1px solid #3c4151;
    width: 22px;
    text-align: center;
    height: 22px;
    padding: 3px 0;
    margin-right: 5px;
    color: #3c4151;
}

.navigation_page.hiden {
    visibility: hidden;
}

.navigation_page.dots::after {
    content: '...'
}

.navigation_page.next_page {
    border: none;
    position: relative;
}

.navigation_page.next_page::after {
    content: '\279E';
    font-size: 25px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.navigation_page.prev_page {
    border: none;
    position: relative;
}

.navigation_page.prev_page::after {
    content: '\279E';
    transform: rotate(180deg);
    font-size: 25px;
    position: absolute;
    top: -1px;
    left: -1px;
}


.dots,
.current_page {
    pointer-events: none;
}

.patrners {
    padding: 20px 0;
    background: #e6e6e6;
}

.patrners-title {
    text-align: center;
    font-weight: 300;
    color: #3d4252;
    margin-top: 20px;
    font-size: 22px;
}

.partners-line {
    height: 1px;
    border: none;
    border-bottom: 1px solid #575f75;
    width: 80px;
    margin: 20px auto;
}

.swiper {
    height: 140px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #707070;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.swiper-pagination-bullet-active {
    background: #869791;
}

.footer {
    padding: 15px 0;
    background: #131b2d;
}

.about_link:hover > .ddm,
.ad_llink:hover > .ddm {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}

.ddm-item a {
    font-size: 13px;
    color: #e2e4e9;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding: 7px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ddm-item a:hover {
    color: #b6bbc9;
}

@media (hover: hover) {
    .partner-link:hover .partner-image {
        filter: grayscale(0%);
    }

    .partner-image {
        filter: grayscale(100%);
    }

    .next_page:hover,
    .prev_page:hover {
        color: #828282;
    }

    .navigation_page.current_page,
    .navigation_page:not(.next_page, .prev_page):hover {
        background: #3c4151;
        color: #fff;
    }

    .seller-block:hover .nickname,
    .seller-block:hover .direction,
    .seller-block:hover .seller-stars {
        color: #fff;
    }

    .direction:hover {
        text-decoration-color: #fff;
    }

    .addvertise_link:hover {
        text-decoration-color: #078357;
    }

    .seller-block:hover .details {
        color: #fff;
        background: #3c4252;
        border-color: #fff;
    }

    .seller-block .details:hover {
        color: #3c4252;
        background: #fff;
    }

    .seller-block:hover .seller-avatar_image {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .seller-block:hover {
        background: #3c4252;
        color: #fff;
    }

    .seller-avatar_image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }


    .header-contacts a,
    .footer-contacts a,
    .mirror_link {
        text-decoration-color: transparent;
    }

    .mirror_link:hover {
        text-decoration-color: #3c4151;
    }

    .header-contacts a:hover,
    .footer-contacts a:hover {
        text-decoration-color: #fff;
    }

}

.about_link,
.ad_llink,
.main_link {
    position: relative;
}

.link_ddm > a::before {
    content: '';
    position: absolute;
    right: 9px;
    width: 7px;
    height: 1px;
    background: #b6bbc9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.link_ddm > a::after {
    content: '';
    position: absolute;
    right: 5px;
    width: 7px;
    height: 1px;
    background: #b6bbc9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.filter-category {
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    padding: 5px;
}

.filter-category::before {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.filter-category.active::before {
    content: "\2212";
}

.category-open {
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.paper-content h1,
.thread-block-content h1 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 36px;
}

.paper-content hr,
.thread-block-content hr {
    height: 1px;
    border: none;
    border-bottom: 2px solid #989fb3;
    width: 60px;
    margin-bottom: 30px;
}

.paper-content ul,
.paper-content ol,
.thread-block-content ul,
.thread-block-content ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.paper-content li,
.thread-block-content li,
.arb-body li {
    list-style-type: square;
    margin-left: 40px;
}

.paper-content p,
.thread-block-content p {
    margin-bottom: 13px;
}

.paper-content p:last-child,
.thread-block-content p:last-child {
    margin-bottom: 0;
}

.paper-content a,
.thread-block-content a,
.arb-body a {
    color: #4c5267;
    text-decoration: none;
}

.paper-content a:hover,
.thread-block-content a:hover,
.arb-body a:hover {
    text-decoration: underline;
}

.paper-content b,
.thread-block-content b,
.arb-body b {
    font-weight: 500;
}

.paper-content strong,
.thread-block-content strong,
.arb-body strong {
    font-weight: 700;
}

.paper-content p,
.paper-content li,
.thread-block-content p,
.thread-block-content li,
.arb-body li {
    line-height: 1.4;
}

.prof-banner {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    padding: 10px;
    background: #fff;
}

.profile-first {
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    background: #fff;
}

.seller-img {
    width: 180px;
    height: 180px;
    margin-bottom: 2px;
}

.seller-leftside {
    width: 180px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
}

.seller-rightside {
    width: 100%;
    position: relative;
}

.rightside_header {
    font-size: 22px;
}

.rightside_header .fa {
    width: 20px;
    text-align: center;
    color: #626b84;
}

.up_post,
.report {
    border: none;
    background: none;
    float: right;
    margin-left: 10px;
}

.seller-status--1 {
    background: #ff0000;
    border: 1px solid #a20000;
}

.seller-status--1::before {
    content: "\f05e";
}

.seller-status-0 {
    background: #808080;
    border: 1px solid #4f4f4f;
}

.seller-status-0::before {
    content: "\f017";
}

.seller-status-1 {
    background: #009900;
    border: 1px solid #005800;
}

.seller-status-1::before {
    content: "\f00c";
}

.seller-status-2 {
    background: #009900;
    border: 1px solid #005800;
}

.seller-status-2::before {
    content: "\f00c";
}

.seller-status-4 {
    margin-top: 1px;
    background: #97009a;
    border: 1px solid #670069;
}

.seller-status-4::before {
    content: "\f0fc";
}

.grey-block {
    background: #808080;
    border: 1px solid #4f4f4f;
}


.seller-leftside span {
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    position: relative;
}

.danger {
    color: #636363;
    font-weight: 500;
    padding: 0 5px;
}

.ui-tooltip {
    transition: none;
}

.garant {
    margin-top: 5px;
    padding: 7px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
}

.garant::before {
    padding-right: 4px;
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2b5";
}

.rightside_header {
    display: grid;
    align-items: center;
    grid-template-rows: 1fr;
    grid-template-columns: min-content min-content auto;
    grid-template-areas: "rightside_nickname share_profile rightside_buttons";
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    gap: 10px;
}

.rightside_nickname {
    grid-area: rightside_nickname;
}

.share_profile {
    grid-area: share_profile;
    border: none;
    background: none;
    font-size: 18px;
}

.rightside_buttons {
    grid-area: rightside_buttons;
}

.rightside_nickname {
    display: block;
    color: #202637;
    font-weight: 500;
    width: max-content;
}

.report:hover .fa {
    color: #ff3300;
}

.up_post:hover .fa {
    color: #669900;
}

.rightside_direction {
    margin-bottom: 5px;
    line-height: 16px;
}

.rightside_direction p {
    font-weight: 300;
}

.rightside_direction a {
    color: #626b84;
    text-decoration-color: transparent;
}

.rightside_direction a:hover {
    text-decoration-color: inherit;
}

.rightside_direction a:not(:last-child)::after {
    content: ', ';
}

.rightside_contacts {
    display: grid;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 15px;
}

.rightside_contacts > div {
    line-height: 1.5;
}

.contacts-mail span,
.contacts-jabber span,
.contacts-website span,
.contacts-icq span,
.contacts-skype span,
.contacts-telegram span {
    font-weight: 300;
}

.contacts-mail a,
.contacts-jabber a,
.contacts-website a,
.contacts-icq a,
.contacts-skype a,
.contacts-telegram a,
.rule_link,
.filter-info__block a {
    text-decoration-color: transparent;
    color: #626b84;
}

.contacts-mail a:hover,
.contacts-jabber a:hover,
.contacts-website a:hover,
.contacts-icq a:hover,
.contacts-skype a:hover,
.contacts-telegram a:hover,
.rule_link:hover,
.filter-info__block a:hover {
    text-decoration-color: inherit;
}


.contacts-mail::before,
.contacts-jabber::before,
.contacts-website::before,
.contacts-icq::before,
.contacts-skype::before,
.contacts-telegram::before,
.seller-leftside span::before,
.arb-thread_private span::before {
    display: inline-block;
    font-family: "FontAwesome";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #626b84;
    width: 17px;
    text-align: center;
}

.seller-leftside span::before {
    color: #fff;
}

.contacts-telegram::before {
    content: "\f1d9";
}

.contacts-jabber::before {
    content: "\f0eb";
}

.contacts-mail::before {
    content: "\f003";
}

.contacts-website::before {
    content: "\f08e";
}

.contacts-icq::before {
    content: "\f0e6";
}

.contacts-skype::before {
    content: "\f17e";
}

.views_count {
    font-size: 15px;
    position: absolute;
    font-weight: 300;
    bottom: 0;
    right: 0;
}

.views_count__perday {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 12px;
}

.profile-info p:not(:last-child) {
    margin: 0 0 10px;
}

.profile-info {
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 30px;
}

.forum_col,
.thread-col {
    font-size: 14px;
    padding: 10px 20px;
    background: #fff;
}

.forum_info {
    margin-bottom: 20px;
}

.forum_title {
    background: #3c4252;
    padding: 10px 20px 8px;
    color: #fff;
    text-transform: uppercase;
}

.tor-link {
    float: right;
    display: flex;
    align-items: center;
}

.tor-link svg {
    margin-top: -2px;
}

.tor-link a {
    margin-left: 4px;
    text-decoration: none;
    color: white;
}


.forum_col:nth-child(2n),
.thread-col:nth-child(2n) {
    background: #f9f9f9;
}

.forum_item {
    color: #555;
}

.forum_col a {
    color: #222;
    font-weight: 500;
    text-decoration: none;
}

.forums_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.uppost-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.report-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.report-body {
    padding: 0 15px 15px 15px;
}

.report-body form {
    display: flex;
    flex-direction: column;
}

.uppost-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 500;
    font-size: 18px;
    color: #222;
}

.report-input,
.report-textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    font-family: inherit;
}

.report-input:invalid,
.report-textarea:invalid {
    border: 1px solid red;
}

.report-button {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    font-family: inherit;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.report-input:focus,
.report-textarea:focus {
    border: 1px solid #7d7d7d;
}

.report-title {
    width: 100%;
    line-height: 1.42857143;
    font-weight: 500;
    font-size: 18px;
    color: #6c7793;
    text-align: center;
}

.uppost-close,
.report-close {
    background: none;
    border: none;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.uppost-close:hover,
.report-close:hover {
    opacity: .5;
}

.uppost-body {
    padding: 15px;
}

.uppost-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

label[for="uppost-input"] {
    display: inline-block;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
}

.uppost-form-code {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 5px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
}

.uppost-form-code:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.code_status {
    padding: 4px 2px;
    font-size: 10px;
    margin-top: 5px;
    color: #d84c4c;
    font-weight: 700;
}

.code_status:empty {
    display: none;
}

.blue-button,
.green-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.green-button {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
}

.green-button:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}


.blue-button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.blue-button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.paper-content pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 0;
    hyphens: auto;
    white-space: break-spaces;
}

.seller-description {
    width: -moz-available;
    width: -webkit-fill-available;
}

.mirrors > .container {
    display: flex;
    justify-content: space-between;
}

.mirrors-block {
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    margin-bottom: 60px;
    width: 32%;
    margin-right: 20px;
    background: #fff;
}

.mirrors-block:last-child {
    margin-right: 0;
}


@media (hover: none) {
    .direction {
        text-decoration: underline;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .up_post .fa {
        color: #669900;
    }

    .report .fa {
        color: #ff3300;
    }


}

@media (max-width: 980px) {
    .partners-line {
        margin: 20px auto 5px auto;
    }

    .main-content {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto 1fr;
        gap: 20px 20px;
        grid-template-areas:
      "filter"
      "main";
        justify-content: center;
    }

    .filter {
        width: auto;
    }

    .filter-sellers {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 5px 15px;
        row-gap: 5px;
        column-gap: 15px;
        grid-template-areas: ". . .";
        justify-content: space-between;
    }

    .filter-categories {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 5px 15px;
        grid-template-areas:
      ". . .";
        justify-content: space-between;
    }

}

@media (max-width: 720px) {
}

@media (min-width: 768px) {
    .ddm {
        background-color: #3c4151;
        position: absolute;
        z-index: 1000;
        top: 25px;
        left: 16px;
        min-width: 175px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
        margin-top: 30px;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

    .navigation .icon {
        display: none;
    }
}

@media (max-width: 768px) {


    .filter-sellers {
        grid-template-columns: 1fr;
        grid-template-areas: ". ";
    }

    .filter-categories {
        grid-template-columns: 1fr;
        grid-template-areas: ". ";
    }

    .addvertise_link::before {
        content: "";
    }

    .seller-block {
        flex-direction: column;
    }

    .seller-avatar {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .seller-avatar_image {
        width: 120px;
        height: 120px;
    }

    .seller-description {
        text-align: center;
        margin-bottom: 15px;
    }

    .seller-button {
        justify-content: center;
    }

    .direction-block {
        max-width: none;
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
    }

    .menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 48px 0;
        margin: 20px 0;
    }

    .navigation .menu a {
        pointer-events: none;
        border-bottom: solid 2px rgba(255, 255, 255, 0.05);
    }

    .navigation.menu-opened .menu a {
        pointer-events: all;
    }

    header .container {
        padding: 0;
    }

    .top-header {
        padding-top: 60px;
        flex-direction: column;
    }

    .header-contacts {
        text-align: center;
        margin-top: 15px;
    }

    .navigation {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #111622;
        overflow: hidden;
        transition: all 0.5s ease-out, background 1s ease-out;
        transition-delay: 0.2s;
        z-index: 100;
    }

    .navigation.menu-opened {
        height: 100vh;
        background-color: #344265;
        transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0.25s;
        overflow-y: auto;
    }

    .burger-container {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .burger-container #burger {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }

    .burger-container #burger .bar {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        background: #fff;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s;
    }

    .burger-container #burger .bar.topBar {
        transform: translateY(0px) rotate(0deg);
    }

    .burger-container #burger .bar.btmBar {
        transform: translateY(6px) rotate(0deg);
    }

    .navigation.menu-opened .burger-container {
        transform: rotate(90deg);
    }

    .navigation.menu-opened .burger-container #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.2s;
    }

    .navigation.menu-opened .burger-container #burger .bar.topBar {
        transform: translateY(4px) rotate(45deg);
    }

    .navigation.menu-opened .burger-container #burger .bar.btmBar {
        transform: translateY(3px) rotate(-45deg);
    }

    .navigation.menu-opened ul.menu li {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .navigation ul.menu li {
        margin-top: 5px;
        transform: scale(1.15) translateY(-30px);
        opacity: 0;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .navigation ul.menu li:nth-child(1) {
        transition-delay: 0.49s;
    }

    .navigation ul.menu li:nth-child(2) {
        transition-delay: 0.42s;
    }

    .navigation ul.menu li:nth-child(3) {
        transition-delay: 0.35s;
    }

    .navigation ul.menu li:nth-child(4) {
        transition-delay: 0.28s;
    }

    .navigation ul.menu li:nth-child(5) {
        transition-delay: 0.21s;
    }

    .navigation ul.menu li:nth-child(6) {
        transition-delay: 0.14s;
    }

    .navigation ul.menu li:nth-child(7) {
        transition-delay: 0.07s;
    }

    .navigation.menu-opened ul.menu li:nth-child(1) {
        transition-delay: 0.27s;
    }

    .navigation.menu-opened ul.menu li:nth-child(2) {
        transition-delay: 0.34s;
    }

    .navigation.menu-opened ul.menu li:nth-child(3) {
        transition-delay: 0.41s;
    }

    .navigation.menu-opened ul.menu li:nth-child(4) {
        transition-delay: 0.48s;
    }

    .navigation.menu-opened ul.menu li:nth-child(5) {
        transition-delay: 0.55s;
    }

    .navigation.menu-opened ul.menu li:nth-child(6) {
        transition-delay: 0.62s;
    }

    .navigation.menu-opened ul.menu li:nth-child(7) {
        transition-delay: 0.69s;
    }

    .navigation ul.menu li a {
        display: block;
        position: relative;
        color: #fff;
        font-family: "Ek Mukta", sans-serif;
        font-weight: 100;
        text-decoration: none;
        font-size: 22px;
        line-height: 2.35;
        font-weight: 200;
        width: 100%;
    }

    .about_link > a::before,
    .ad_llink > a::before {
        content: none;
    }

    .about_link > a::after,
    .ad_llink > a::after {
        content: none;
    }

    .navigation .icon {
        display: inline-block;
        position: absolute;
        height: 100%;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        right: 0;
        top: 0;
        left: auto;
        transform: translateX(0px);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.65s;
    }

    .navigation.menu-opened .icon {
        transform: translateX(75px);
        transition-delay: 0.3s;
    }

    .navigation .icon a,
    .navigation .icon img {
        height: 80%;
        margin-bottom: 5px;
    }

    .top-header {
        margin-bottom: 40px;
    }

    .head-title {
        font-size: 24px;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-contacts {
        text-align: center;
    }

    .footer-content .copyright {
        margin-bottom: 10px;
    }

    .ddm {
        margin-left: 20px;
    }

    .profile-first {
        flex-direction: column;
    }

    .seller-leftside {
        width: auto;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        flex-shrink: initial;
        margin-bottom: 20px;
    }

    .seller-img {
        width: auto;
        height: auto;
        margin-bottom: 2px;
    }

    .rightside_contacts {
        grid-template-columns: 1fr;
    }

    .banners {
        padding: 30px 0 0 0;
    }

    .forums_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .paper-content h1 {
        text-align: center;
    }

    .paper-content hr {
        margin: 0 auto 30px auto;
        width: 50%;
    }

    .patrners-title {
        margin-top: 5px;
    }

    header {
        padding-bottom: 50px;
    }

    .mirrors-body {
        flex-direction: column;
    }

    .mirrorsLeftBody {
        border: none;
        border-bottom: 1px solid #ECECEC;
    }

    .profile-info {
        padding-bottom: 20px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .mirrors-block {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0px;
    }

    .mirrors > .container {
        display: flex;
        flex-direction: column;
    }
}

.new-category {
    width: 100%;
}

@media (hover: hover) {
    .nickname {
        text-decoration: underline;
        text-decoration-color: transparent;
    }

    .nickname:hover {
        text-decoration-color: #fff;
    }
}

.review-write {
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    margin-bottom: 20px;
    background: #fff;
}

.review-write-title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.review-write-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #6D6D6D;
    display: flex;
    align-items: center;
}

.review-write-text::before {
    content: url(../images/exclamation.svg);
    width: 18px;
    height: 18px;
    /* display: flex; */
    margin-right: 10px;
}

.review-write-button {
    padding: 15px 20px;
    border: 1px solid #3c4252;
    background: #fff;
    font-family: inherit;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #3C4252;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
}

.review-write-button:hover {
    color: #fff;
    background: #3c4252;
}

.review-write-button > *:first-child {
    margin-left: 10px;
    font-size: 20px;
}

.review-write {
    display: grid;
    grid-template-columns: auto min-content;
    grid-template-rows: auto min-content auto;
    gap: 12px 12px;
    grid-template-areas:
    "review-write-title review-write-button"
    "review-write-text review-write-button"
    "reviews-info reviews-info";
}

@media (max-width: 600px) {
    .review-write {
        grid-template-areas:
      "review-write-title review-write-title"
      "review-write-text review-write-text"
      "review-write-button review-write-button"
      "reviews-info reviews-info";
    }
}

.review-write-title {
    grid-area: review-write-title;
}

.review-write-text {
    grid-area: review-write-text;
}

.review-write-button {
    grid-area: review-write-button;
}

.reviews-info {
    grid-area: reviews-info;
}

.review-user {
    width: 50px;
    height: 50px;
    display: flex;
    flex-shrink: 0;
}

.review-user > img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

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

.review-empty {
    text-align: center;
    color: #1b1b1b;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    width: 100%;
    padding: 19px 0;
    background: #fff;
}

.new-review {
    width: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    padding: 20px;
    box-shadow: 0 0 15px rgb(200 200 200 / 75%);
    margin-bottom: 20px;
    background: #fff;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 10px 10px;
    grid-template-areas:
        ". . ."
        "review-original review-original review-original";
}

.new-review:last-child {
    margin-bottom: 0;
}

.reviewer {
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 5px;
}

.reviewer-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.review-date {
    margin-left: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #AAAAAA;
}

.review-number {
    margin-top: 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: right;
    color: #AAAAAA;
}

.review-maintext {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1B1B1B;
}

.more-review {
    background: transparent;
    border: none;
    font-family: inherit;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #4078E7;
    padding: 18px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.more-review:hover {
    background: #f3f3f3;
}

.reviews-info {
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.just-end {
    text-align: end;
}


.mirrors-header {
    border-bottom: 1px solid #ECECEC;
}

.mirrors-header {
    padding: 20px;
    display: flex;
    align-items: center;
}

.mirrors-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3D4252;
    padding: 20px;
}

.mirrors-body.links {
    align-items: flex-start;
    text-align: left;
}

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

.onionlink,
.mirror_link {
    color: #3D4252;
}

.onionlink {
    word-break: break-word;
}

.onionlink b,
.onionDescript b {
    font-weight: 700;
}

.mirrors-header {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #525664;
}

.mirrors-header :first-child {
    margin-right: 5px;
}

.mirrors-header .fa-regular {
    font-size: 20px;
}

.torLogo {
    max-width: 60px;
}

.torLogo,
.onionlink {
    margin-bottom: 15px;
}

.mirror_link {
    margin-bottom: 10px;
}

.profile-threads {
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
}

.threads-head {
    padding: 10px 20px 8px;
    background: #3c4252;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.threads-head > span {
    margin-left: 5px;
}

.thread-col {
    text-decoration: none;
    color: #222;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: min-content auto min-content;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas:
    "fa thread-name thread-date";
    align-items: center;
    font-size: 14px;
}

.thread-col > .fa {
    grid-area: fa;
}

.thread-name {
    grid-area: thread-name;
}

.thread-date {
    grid-area: thread-date;
    color: #555555;
    font-size: 14px;
}


.thread-block {
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    background: #fff;
    margin-bottom: 20px;
}

.thread-block-head {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}

.thread-block-content {
    border-top: 1px solid #ccc;
    padding: 20px;
}

.lh17 {
    line-height: 17px;
}

.page-error-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-error {
    position: relative;
    text-align: center;
    font-weight: 300;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.page-error::before {
    position: absolute;
    content: "";
    font-size: 21rem;
    z-index: -10;
    font-family: inherit;
    color: #d5d9e1;
}

.page-error.e404::before {
    content: "404"
}

.page-error.e500::before {
    content: "500"
}

.error-code {
    font-size: 8rem;
    color: #495057;
    line-height: 9.5rem;
    margin-bottom: 15px;
}

.error-head-text {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #495057;
}

.error-text {
    color: #6c757d;
    margin-bottom: 30px;
    max-width: 500px;
}

.error-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    font-family: inherit;
    border: 1px solid #343a40;
    color: #fff;
    background: #3c4252;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.error-btn:hover {
    color: #3c4252;
    background: #fff;
}

.page-error-links {
    margin-top: 10px;
}

.rightside_buttons {
    grid-area: rightside_buttons;
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.rightside_buttons > * {
    margin-left: 10px;
}

.rightside_link:hover .fa {
    color: #009900;
}

/* .rightside_link {
  font-size: 18px;
} */
.filter_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.list__item {
    background: #fff;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #3C4252;
    border: none;
    padding: 19px;
    width: 49%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
}

.filter-info__block {
    filter: drop-shadow(0px 0px 15px rgba(200, 200, 200, 0.75));
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #3C4252;
}

.info__block {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "before ."
    "before span";
}

.info__block:before {
    grid-area: before;
}

.span {
    grid-area: span;
}

.info__block::before {
    content: url(../images/question_mark.svg);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: block;
}

.filter-info__block span {
    color: #007BFF;
}


.list__item.active {
    background: #D9D9D9;
}

.list__item.active::before {
    content: none;
}

@media (max-width: 768px) {
    .filter_list {
        flex-direction: column;
    }

    .list__item {
        width: 100%;
        margin-bottom: 5px;
    }

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

    .review-date {
        margin-left: 0;
        margin-top: 5px;
    }
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #856404;
    background: #fff3cd -webkit-gradient(linear, left top, left bottom, from(#fef4d4), to(#fff3cd)) repeat-x;
    background: #fff3cd linear-gradient(180deg, #fef4d4, #fff3cd) repeat-x;
    border-color: #ffeeba;
    line-height: 120%;
}

.clippy {
    position: relative;
    vertical-align: baseline;
    margin-top: -2px;
}

code:hover .paper_copy {
    opacity: 1;
}

.paper_copy {
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 0 4px 4px 0;
}

.paper_copy:hover {
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc;
}

.paper_copy:active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%);
}

.paper_copy:focus::after {
    content: "Скопировано!";
    margin-left: 5px;
}

@media (hover: none) {
    .paper_copy {
        opacity: 1;
    }
}

.feedback_group {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
}

.feedback_group-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
}

.feedback_group-header {
    border-bottom: #ECECEC 1px solid;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feedback-header-action {
    font-size: 20px;
}

.feedback-header-action:hover {
    color: #7f89b1;
}

.feedback_container {
    padding: 20px;
}

.feedback_item {
    background: #EFEFEF;
    padding: 20px;
    margin-bottom: 20px;
}

.feedback_item:last-child {
    margin-bottom: 0;
}

.feedback_item-number {
    margin-right: 10px;
}

.feedback_item-header {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feedback_item-link {
    color: #AAAAAA !important;
    width: 100%;
}

.feedback_item-link::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c1";
    margin-left: 5px;
    text-decoration: none;
}

.feedback_item-img {
    border: 1px solid #BBBBBB;
}

.accordion__item {
    margin-bottom: 20px;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
}

.accordion__header:hover {
    background-color: #f1f1f1;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.profile-foreword {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(200, 200, 200, 0.75);
    padding: 15px;
    margin-bottom: 20px;
}

.foreword-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FF0000;
    margin-bottom: 5px;
}

.foreword-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.thread-col.empty {
    display: flex;
    justify-content: center;
}

.forum-status::before {
    display: inline-block;
    font-family: "FontAwesome";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #626b84;
    width: 17px;
    margin-right: 3px;
    text-align: center;
}

.forum-status--1 {
    color: #ff0000;
}

.forum-status--1::before {
    content: "\f05e";
    color: #ff0000;
}

.forum-status-1 {
    color: #5c5c5c;
}

.forum-status-1::before {
    color: #5c5c5c;
    content: "\f017";
}

.forum-status-2 {
    color: #5c5c5c;
}

.forum-status-2::before {
    color: #5c5c5c;
    content: "\f017";
}

.forum-status-4 {
    color: #009900;
}

.forum-status-4::before {
    color: #009900;
    content: "\f00c";
}

.forum-status-5 {
    color: #ff0000;
}

.forum-status-5::before {
    color: #ff0000;
    content: "\f0e3";
}

.forum-status-6 {
    color: #db0000;
}

.forum-status-6::before {
    color: #db0000;
    content: "\f0e3";
}

.forum-status-7 {
    color: #0048ff;
}

.forum-status-7::before {
    color: #0048ff;
    content: "\e0b7";
}

.forum-status-8 {
    color: #003edb;
}

.forum-status-8::before {
    color: #003edb;
    content: "\e0b7";
}

/* 
.request-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 130px;
  grid-template-areas:
    "request-title request-title"
    ". .";
  margin-bottom: 35px;
} */
.request-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 130px;
    grid-template-areas:
    "request-title request-title"
    ". ."
    ". ."
    ". ."
    ". ."
    ". .";
    margin-bottom: 35px;
}

.request-group.first {
    grid-template-areas: "request-title request-title"
    "nickname tg"
    "avatar tgbot"
    "katalogcategory tgchannel"
    "forums jabber"
    ". email";
}

.form-group.nickname {
    grid-area: nickname;
}

.form-group.avatar {
    grid-area: avatar;
}

.form-group.katalogcategory {
    grid-area: katalogcategory;
}

.form-group.forums {
    grid-area: forums;
}

.form-group.tg {
    grid-area: tg;
}

.form-group.tgbot {
    grid-area: tgbot;
}

.form-group.tgchannel {
    grid-area: tgchannel;
}

.form-group.jabber {
    grid-area: jabber;
}

.form-group.email {
    grid-area: email;
}

.request-title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
    grid-area: request-title;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.request-title:after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 60px;
    border-bottom: 2px solid #989fb3;
}

@media (max-width: 768px) {
    .request-group {
        grid-template-columns: 1fr;
        grid-template-areas: "request-title""."".";
        gap: 20px;
    }

    .request-group.first {
        grid-template-areas: "request-title"
      "nickname""avatar""tg"
      "tgbot""tgchannel""jabber"
      "email""katalogcategory"
      "forums";
        gap: 0;
    }

    .form-group.email {
        margin-bottom: 10px !important;
    }
}


.half-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-group {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    margin-bottom: 10px;
}

.form-group.invalid .form-input,
.form-group.invalid .choices__inner {
    border: 1px solid #d75151;
}

.form-group.invalid .form-text {
    color: red;
}

.form-group.succes .form-input,
.form-group.succes .choices__inner {
    border: 1px solid #28a745;
}

.form-group.succes .form-text {
    color: #28a745;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group.list .form-input_container {
    margin-bottom: 10px;
}

.form-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #878787;
    padding: 8px;
}

.form-text.required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}

.form-input {
    background: rgba(15, 0, 130, 0.05);
    border: none;
    border-radius: 5px;
    padding: 10px 12px;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.form-input_container .form-input {
    padding: 10px 12px 10px 50px;
}

span.form-input {
    text-align: center;
    color: #252525;
}

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

.form-input_container::before {
    position: absolute;
    content: url(../images/type.svg);
    background: rgba(20, 0, 130, 0.05);
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    z-index: 22;
}

.form-input_container.file::before {
    content: url(../images/paperclip.svg);
}

.form-input_container.calendar::before {
    content: url(../images/calendar.svg);
}

.form-input_container.list::before {
    content: url(../images/list.svg);
    padding: 12px;
}

.form-input_container.rubles::before {
    content: "₽";
    padding: 12px;
    font-size: 18px;
    width: 16px;
    text-align: center;
}

.form-input_container.dollars::before {
    content: "$";
    padding: 12px;
    font-size: 18px;
    width: 16px;
    text-align: center;
}

.form-input_container.btc::before {
    content: "BTC";
    padding: 13px 6px;
    font-size: 16px;
    width: 28px;
    text-align: center;
}

.input-hiden {
    opacity: 0;
    z-index: -99;
    position: absolute;
    pointer-events: none;
}

.selected-container {
    padding: 8px;
    display: flex;
    align-items: end;
}

#selected_filename {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #3C3C3C;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    z-index: 25;
}

.choices__inner {
    padding: 8px 50px 4px;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #3C4252;
    border: 1px solid #484f63;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices__item .is-highlighted {
    background: red;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border-left: 1px solid #fff;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-top: 10px;
}

.submit-forum,
.submit-request,
.add-request {
    border: 1px solid;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 10px;
}

.submit-forum:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.submit-forum:focus {
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%);
}

.submit-request {
    background-color: #28a745;
    border-color: #28a745;
}

.submit-request:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.submit-request:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 50%);
}

.add-request {
    text-decoration: none;
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff !important;
    margin-bottom: 15px;
}

.add-request:hover {
    text-decoration: none !important;
    background-color: #138496;
    border-color: #117a8b;
}

.add-request:focus {
    box-shadow: 0 0 0 0.2rem rgb(23 162 184 / 50%);
}

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

.seller-stars {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #182153;
}

.nickname-block .seller-stars {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    transition: all .2s ease-in-out;
}

.seller-stars > i {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.seller-stars > i::before {
    content: "\f005";
}

.seller-stars > .active {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.share_title {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #222222;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.share_body {
    margin: 20px 20px 50px;
}

.share_input {
    width: 100%;
    padding: 15px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    border: 1px solid #D2D2D2;
}

.share_input__container {
    position: relative;
    margin-bottom: 30px;
}

.share_input__button {
    border: none;
    background: none;
    position: absolute;
    padding: 13px 20px;
    right: 0;
}

.share_social__container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
}

.share_social {
    height: 50px;
    width: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 32px;
    line-height: 100%;
    border-radius: 50px;
}

.share_social:empty {
    background: #D9D9D9;

}

/* spoiler */
div.spoiler {
    padding: 5px;
    line-height: 1.6;
}

div.spoiler div.spoiler-title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 14px;
    margin-left: 4px;
    margin-right: 6px;
    cursor: pointer;
    -webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
    background: url('../../ckeditor/ckeditor/plugins/spoiler/images/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
    background: url('../../ckeditor/ckeditor/plugins/spoiler/images/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
    font-size: 13px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 4px 10px;
}

.arb-block {
    padding: 15px;
    display: flex;
    margin-bottom: 20px;
    background: #fff;
}

.arb-first {
    width: 190px;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    margin-right: 10px;
    flex-shrink: 0;
    border-right: 1px solid #F0F0F0;
}

.arb-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.arb-user_name {
    text-align: center;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration-color: transparent;
}

.arb-user_name:hover {
    text-decoration-color: inherit;
}

.arb-status-1,
.arb-status-2,
.arb-status-3 {
    margin-top: 2px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
}

.arb-status-1 {
    background: #0B3C9B;
    border: 1px solid #082661;
}

.arb-status-2 {
    background: #3D4252;
    border: 1px solid #2D303D;
}

.arb-status-3 {
    background: #FF0000;
    border: 1px solid #A20000;
}

.arb-body_head {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
}

.arb-body_text {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.arb-block_time,
.arb-block_number {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #AAAAAA;
}

.arb-thead {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

.arb-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.arb-info {
    font-size: 14px;
    line-height: 18px;
}

.arb-thread_arbitr span {
    font-weight: 600;
    color: red;
}

.arb-thread_status span:not(.not) {
    font-weight: 600;
    color: green;
}

.arb-thread_private span::before {
    margin-right: 5px;
    color: #000;
}

.arb-thread_private .public:before {
    content: "\f06e";
}

.arb-thread_private .private:before {
    content: "\f070";
}

@media (max-width: 600px) {
    .arb-block {
        flex-direction: column;
    }

    .arb-user_name {
        padding: 0;
    }

    .arb-first {
        display: grid;
        padding: 0;
        margin: 0;
        border: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 5px;
        grid-template-columns: 50px min-content;
        grid-template-rows: auto auto;
        gap: 10px 10px;
        width: auto;
        grid-template-areas:
      "arb-user_img arb-user_name"
      "arb-user_img arb-status";
    }

    .arb-user_img {
        grid-area: arb-user_img;
    }

    .arb-user_name {
        grid-area: arb-user_name;
    }

    .arb-status-1,
    .arb-status-2,
    .arb-status-3 {
        grid-area: arb-status;
    }
}

.review-original {
    text-align: right;
    float: right;
    grid-area: review-original;
}

.review-original a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #818181;
}
