.research-directory .widjet__table {
    padding: 0;
}

.research-results .catalog__filter-clear {
    display: none;
}

.research-results .catalog__filter-clear.shown {
    display: block;
}

.research-directory .filter-section .filter-close,
.research-directory #btn_keyword_close {
    display: none;
}

.research-filters-panel .filter-section__body {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px 12px;
}

.research-filters-panel .filter-section.active .filter-section__body {
    display: block;
}

.research-filters-panel .fields {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 0;
}

.research-filters-panel .filter-search {
    position: relative;
}

.research-filters-panel .filter-section__body .page-search__label {
    position: relative;
    display: block;
    width: 100%;
}

.research-filters-panel .filter-section__body .page-search__field {
    width: 100%;
    min-height: 38px;
    padding: 6px 12px 6px 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #202124;
}

.research-filters-panel .filter-section__body .page-search__field::placeholder {
    color: #828282;
}

.research-filters-panel .filter-section__body .page-search__field:hover,
.research-filters-panel .filter-section__body .page-search__field:focus {
    border-color: #989898;
}

.research-filters-panel .filter-section__body .page-search__icon {
    position: absolute;
    top: 50%;
    left: 12px;
    right: auto;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #ccc;
    padding: 0;
    pointer-events: none;
}

.research-filters-panel .filter-section__body .page-search__icon svg {
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
}

.research-filters-panel .research-filter-suggest {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(60, 64, 67, 0.18);
    max-height: 320px;
    overflow-y: auto;
}

.research-filters-panel .research-filter-suggest.shown {
    display: block;
}

.research-filters-panel .research-filter-suggest__item {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 0;
    background: transparent;
    color: #202124;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.research-filters-panel .research-filter-suggest__item:hover {
    background: rgba(60, 64, 67, 0.06);
}

.research-filters-panel .box-check {
    margin: 0;
    width: 100%;
}

.research-filters-panel .filter-section__body .fields .box-check:nth-of-type(n + 7) {
    display: none;
}

.research-filters-panel .filter-section__body.opened .fields .box-check:nth-of-type(n + 7) {
    display: block;
}

.research-filters-panel .box-check a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: auto;
    padding: 6px 0 6px 30px;
    color: #202124;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .325px;
    text-shadow: none;
    text-decoration: none;
    height: 30px;
}

.research-filters-panel .box-check a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #989898;
    border-radius: 3px;
    background: #fff;
}

.research-filters-panel .box-check a.checked::before {
    border-color: #008d81;
    background: #008d81;
}

.research-filters-panel .box-check a.checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/assets/wide/icons/check.svg) no-repeat 50% 50% / contain;
    width: 11px;
    height: 11px;
}

.research-filters-panel .box-check .cnt {
    color: #828282;
    padding-left: 4px;
}

.research-filters-panel .links {
    margin: 8px 2px 4px;
    padding-left: 0;
    color: #216fdb;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 24px;
    white-space: nowrap;
}

.research-filters-panel .links a {
    color: #216fdb;
    text-decoration: none;
    opacity: .9;
}

.research-filters-panel .links a:hover {
    opacity: 1;
    color: #2141db;
}

.research-filters-panel #frm_filters::-webkit-scrollbar {
    width: 6px;
}

.research-filters-panel #frm_filters::-webkit-scrollbar-thumb {
    background: #c9ced3;
    border-radius: 999px;
}

.research-directory #grid_directory {
    min-height: 520px;
}

.research-directory #grid_prod_table {
    width: 100%;
}

.research-directory #grid_prod_table th,
.research-directory #grid_prod_table tr,
.research-directory #grid_prod_table td {
    height: auto;
}

.research-directory table.grid_account th {
    padding: 8px 7px 8px 18px;
}

.research-directory #grid_prod_table th {
    min-height: 60px;
    height: auto;
}

.research-directory #grid_prod_table td {
    min-height: 140px;
    height: 140px;
    align-items: flex-start;
    padding: 18px;
}

.research-directory #grid_prod_table .col-company {
    width: 520px;
}

.research-directory #grid_prod_table .col-categories {
    width: 200px !important;
}

.research-directory #grid_prod_table .col-type {
    width: 120px !important;
}

.research-directory #grid_prod_table .col-language {
    width: 120px !important;
}

.research-directory #grid_prod_table .col-price {
    width: 107px !important;
    justify-content: flex-end;
    padding-right: 18px;
}

.research-directory #grid_prod_table .col-date {
    width: 120px !important;
}

.research-directory #grid_prod_table .col-publisher {
    width: 160px !important;
}

.research-directory #grid_prod_table .cell-format {
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
    white-space: normal;
    text-overflow: initial;
}

.research-directory #grid_prod_table th:nth-child(2),
.research-directory #grid_prod_table td:nth-child(2) {
    padding-left: 18px;
}

.research-directory table .col-company a {
    align-self: auto;
}

.research-directory #grid_prod_table .col-price .cell-format {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    line-height: 1.5;
}

.research-entry {
    display: block;
}

.research-entry__content {
    display: block;
    min-width: 0;
    white-space: normal;
}

.research-directory .sticky-table th:first-child,
.research-directory .sticky-table td:first-child,
.research-directory .sticky-table .col-company {
    left: 0;
}

.research-directory .sticky-table .col-company {
    border-right: 1px solid #dadce0;
}

.research-entry__link {
    display: inline-block;
    margin-bottom: 10px;
}

.research-entry__link .company-name {
    display: block;
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 18px;
    line-height: 1.35;
}

.research-entry__content .anonce {
    display: block;
    color: #3c4043;
    font-size: 14px;
    line-height: 1.6;
}

.research-entry__more-link {
    color: #216fdb !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 24px;
    text-decoration: none;
    display: inline;
    text-shadow: none !important;
}

.research-entry__more-link:hover {
    color: #2141db !important;
    opacity: 1;
}

.research-multiline {
    color: #3c4043;
    font-size: 14px;
    line-height: 1.5;
}

.research-directory #grid_prod_table .col-categories .cell-format {
    display: flex;
    overflow-y: hidden;
    white-space: normal;
    text-overflow: clip;
    word-break: break-word;
    height: 100%;
}

.research-directory .col-publisher a {
    color: var(--color-dark-text);
    text-shadow: 0 0 .5px var(--color-dark-text);
}

.research-directory .col-publisher a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.research-directory table.grid_account a.text-accent span,
.research-directory .text-accent span {
    color: #202124;
    text-shadow: 0 0 .725px var(--color-dark-text);
}

.research-price {
    color: #202124;
    font-size: 16px;
    font-weight: 500;
}

.research-price .NewPrice {
    font-size: 16px;
}

@media screen and (max-width: 720px) {
    .research-directory #grid_prod_table,
    .research-directory #grid_prod_table tbody,
    .research-directory #grid_prod_table tr,
    .research-directory #grid_prod_table td {
        display: block;
        width: 100%;
    }

    .research-directory #grid_prod_table thead {
        display: none;
    }

    .research-directory #grid_prod_table td {
        padding: 18px 20px;
    }

    .research-directory #grid_prod_table .col-price {
        width: 100% !important;
        padding-top: 0;
        justify-content: flex-start;
    }

    .research-directory #grid_prod_table .col-price .cell-format {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

}
