.table-indexes__chart  {
    position: relative; 
    width: 450px;
    height: 100px; 

    display: flex;
    justify-content: center;
    align-items: center; 
}

.table-indexes__chart  canvas {
    width: 450px; 
    height: auto;
    display: block;
    margin: 0 auto;
    /*box-sizing: border-box;*/
    touch-action: auto; 
    user-select: none;
}

.table-indexes .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}
.table-indexes__val.down {
    color: #bb3338;
}
.header-table-indexes__item .mc-nowrap {
    white-space: nowrap;
}
.table-indexes__star.icon.is-favorite path {
    stroke: #fc9b24;
}

/*
.table-indexes__val.down::after,
.table-indexes__val.up::after {
    content: '⯾';
    display: inline-block;
    transition: transform 0.3s;
    font-size: 14px;
    line-height: 1;
}
.table-indexes__val.down::after {
    transform: rotate(45deg);
}
.table-indexes__val.up::after {
    transform: rotate(225deg);
}*/

.h-eader-table-indexes__item_select select {
    height: 100%;
    padding: 0.625rem 2.5rem 0.625rem 1.125rem;
    font-weight: 400;
    font-size: 0.9375rem;
    background-color: #e1ebf6;
    border-radius: 6.25rem;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  @media (max-width: 61.9988rem) { 
    .table-indexes__cap,
    .table-indexes__val,
    .table-indexes__chart {
        display: none;
    }

    .table-indexes__header .header-table-indexes__item:nth-child(n+4) {
        display: none;
    }

  }
  /* select2 */
.header-table-indexes__item_select .select2-container--default .select2-selection--single {
    background-color: #e1ebf6;
    border: 0;
    border-radius: 1.2rem;
}
.header-table-indexes__item_select .select2-dropdown {
    background-color: #e1ebf6;
    border: 0;
    border-radius: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-table-indexes__item_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.header-table-indexes__item_select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 5px !important;
    display: inline-block;
    width: auto !important;
    width: 90px;
}
.header-table-indexes__item_select .select2-container .select2-selection--single {
    height: 40px;
    text-align: center;
    position: relative;
}
.header-table-indexes__item_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 10px;
    position: relative;
    display: inline-block;
}
.header-table-indexes__item_select .select2-selection__arrow b {
    margin-left: 1px !important;
    left: 0 !important;
}

.header-table-indexes__item_select .select2-results__option--selectable {
    text-align: center;
}


/* table */

.table-indexes__price {
    padding-left: 1rem;
}

.panel-indexes__table.table-indexes {
    overflow-x: inherit;
}