#adtech-proptech.categoryResult {
    overflow: unset;
}

.categoryResult__infoList {
    display: none;
    color: var(--gray-light);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--stroke-light);
    margin-bottom: 16px;
    list-style: none;
    padding-left: 0;
}

.categoryResult__infoList.categoryResult__infoList_show {
    display: block;
}

.categoryResult__link svg {
    transform: rotate(90deg);
}

.categoryResult__link.categoryResult__link_open svg {
    transform: rotate(180deg);
}

.categoryResult__link.categoryResult__link_hide {
    display: none;
}

.selectBlock {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
}

.selectBlock__text {
    margin-right: 35px;
    white-space: nowrap;
}

.selectBlock__selector {
    padding: 16px 20px;
    border-radius: 4px;
    border: 1px solid #37373F;
    background: #1E1E1F;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    overflow-x: hidden;
}

.selectBlock__selector span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 26px;
}

.selectBlock__selector.selectBlock__selector_show svg {
    transform: rotate(0deg);
}

.selectBlock__list {
    display: none;
    position: absolute;
    list-style: none;
    border-radius: 4px;
    background: #FFF;
    color: #1E1E1F;
    font-family: Hauora;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    top: 61px;
    right: 0;
    max-width: 461px;
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.selectBlock__list.selectBlock__list_open {
    display: block;
}

.selectBlock__list .selectBlock__item {
    padding: 16px 36px;
    position: relative;
    cursor: pointer;
}

.selectBlock__list .selectBlock__item:hover {
    background: #FEE372;
    border-radius: 4px;
}

.selectBlock__list .selectBlock__item svg {
    left: 16px;
    top: 20px;
    position: absolute;
}

.selectBlock__list .selectBlock__item svg {
    display: none;
}

.selectBlock__list .selectBlock__item.selectBlock__item_checked svg {
    display: block;
}

.ratingTable .ratingTable__agenciesWithoutRating {
    list-style: none;
    padding: 0;
}