@media screen and (min-width: 639px) and (max-width: 700px) {
    .search_news .extra-search, .search_news .tags {
        width: 400px;
    }
}

@media (min-width: 1600px) {
    .arrow-hide_right, .ar-right._regions__ar-right {
        right: 0;
    }

    .arrow-hide_left, .ar-left._regions__ar-left {
        left: 0;
    }

    ._regions .fixed-wrapper {
        z-index: 3;
    }

    .d-si__head {
        margin-bottom: 0;
    }
}

._regions .d-smr__chart-wrapper {
    width: auto;
    display: block;
    position: inherit;
}

._regions .d-smr__chart {
    font-size: 1rem;
}

.table {
    padding: 0;
    display: table;
    font-weight: 400;
}

#work-table {
    border-collapse: separate;
}

._regions .table__row {
    white-space: normal;
}

._regions .d-smr__chart-header {
    position: relative;
    z-index: 3;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    vertical-align: top;
}
#work-table thead td {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
}

._regions .d-smr__chart-header.active::before {
    display: none;
}

.chart-header__title {
    min-height: 17px;
    padding-bottom: 10px;
    line-height: 17px;
    font-weight: 500;
    font-family: FiraSansCondensed,sans-serif;
}

._regions .d-smr__chart-header .d-smr__chart-controls {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 4px 14px;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    position: relative;
}

._regions .d-smr__chart-header .d-smr__chart-controls a {
    margin-right: 0;
}

._regions .d-smr__chart-header .d-smr__chart-controls a.sort_desc::before {
    top: 9px;
}

.table__row {
    display: table-row;
    border-bottom: 0;
}

.table__col.table__col_four.work-row {
    padding-right: 10px;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
}

.table__row .table__col:last-child {
    padding-right: 0;
}

.extra-search__field .extra-search__field-input, .d-si__search-form .d-si__search.form-control {
    display: inline-block;
    width: 210px;
    height: 34px;
    font-size: 14px !important;
    line-height: 32px;
    color: #000 !important;
    background: #fff;
    border: 1px solid #acacac;
    margin-bottom: 10px;
    padding: 0 12px;
}

.extra-search__field {
    margin-bottom: 10px;
}

.selectbox__arrow, .selectbox li:hover, .selectbox.active ul, .selectbox.active .selectbox__arrow {
    background: white;
}

.search .extra-search__col_two {
    border-left: none;
    width: auto;
}

.search-result-item {
    font-size: 15px;
}

.search-result-item:hover {
    background: #cbcbcb;
}

.search-result-block {
    max-height: 180px;
    width: 500px;
    height: 200px;
    overflow-y: scroll;
    z-index: 999;
    position: absolute;
}

.js-grbs-remove {
    cursor: pointer;
}

@media  (max-width: 480px) {
    .search .extra-search__col {
        padding-bottom: 0;
        display: block;
    }

    .search .extra-search__col_one {
        width: auto;
    }

    .extra-search__field .extra-search__field-input, .d-si__search-form .d-si__search.form-control {
        width: 100%;
    }

    .search-result-block {
        width: 100%;
    }
}

@media (min-width: 451px) and (max-width: 1280px) {
    .search .extra-search__col_one {
        padding-right: 20px;
    }

    .search .extra-search__col_two {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .search .extra-search__col_two {
        padding: 10px;
    }
}

.d-smr__add-char-block .attr-label {
    letter-spacing: .1px;
    font-family: FiraSansCompressed, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.d-smr__add-char-block.show {
    height: auto;
}

.d-smr__add-char {
    z-index: 5;
}

.d-smr__add-char-label.expanded {
    color: #ABABAB;
}

.d-smr__stat_head_left {
    z-index: 5;
}

.search__filter {
    z-index: 101;
}

.widget-card__search {
    margin-top: 0;
}

.sections__item {
    z-index: 6;
}

.d-smr__stat_head_right {
    float: none;
}

@media (max-width: 1140px) {
    ._regions .d-smr__stat_head_right {
        margin-left: 0;
    }
}