.header__logo img {
    max-width: 270px;
}

.table__row--header .table__cell.kg {
    background: #0b4b49;
}

.table__cell-bin {
    flex: 0 0 100px;
}

.table__cell-org_name {
    flex: 0 0 210px;
}

.table__cell.table__cell-place, .table__cell-place {
    flex: 0 0 45px;
}

.table__cell.table__cell-ebitda, .table__cell.table__cell-d_aktiv, .table__cell.table__cell-k_f_u,
.table__cell.table__cell-k_t_l, .table__cell.table__cell-r_k, .table__cell.table__cell-value {
    width: 100%;
}

#header.header select {
    color: white;
    background: transparent;
    border: none;
}

.dynamic-select.language {
    color: white;
    background: transparent;
    border: none;
}

.dynamic-select .dynamic-select-option {
    color: black;
}

.dynamic-select .dynamic-select-header {
    border-color: transparent;
    color: white;
}

/*#header.header select#language option[value="ru"] {*/
/*    background-image:url(http://127.0.0.1:8000/static/images/ru.svg);*/
/*}*/

/*#header.header select#language option[value="kk"] {*/
/*    background-image:url(http://127.0.0.1:8000/static/images/kz.svg);*/
/*}*/

/*#header.header select option.ru {*/
/*    background: url(http://127.0.0.1:8000/static/images/ru.svg) no-repeat right;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/

/*#header.header select option.kk {*/
/*    background: url(http://127.0.0.1:8000/static/images/kz.svg) no-repeat right;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/


/*#header.header--fix select, #header.header--green select {*/
/*    background: transparent;*/
/*}*/

.search-results ul {
    padding: 0 25px 3px 25px;
}

.search-results ul:first-child > li {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #081f62;
}

.search-results ul > li {
    color: #000;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.search-results ul > li a {
    text-decoration: none;
    color: #000;
}

.search-results ul > li > span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.search-results ul > ul > ul {
    display: none;
}


.table__cell-indicators-wrap2 {
    width: 100%;
}