.content-list {
    padding: 8px 0 8px 20px;
    font-size: 16px;
    height: 35px;
    user-select: none;
}

.content-list:hover {
    background-color: var(--pale-table);
    transition: 0.1s;
    position: relative;
    color: var(--basic-white);
}

.content-list a {
    color: var(--basic-full-dark);
}

.content-list:hover::before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: var(--basic-blue);
    position: absolute;
    top: 0;
    left: 0;
}

.title-sort-item {
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--card-grey);
    background-color: var(--pale-table);
}

.sidebar_container_left {
    width: 320px;
    height: 90vh;
    background-color: var(--basic-white);
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: 5px 0px 7px -2px rgba(9, 12, 15, 0.2);
}

.viewport {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 9px;
    top: 142px;
    bottom: 2px;
    width: 320px;
}

.content-box {
    height: 98%;
    position: absolute;
    left: 0;
    right: -17px;
    overflow-y: scroll;
}

.scrollbar,
.scroller {
    width: 10px;
    position: absolute;
    top: 0;
}
.scrollbar {
    right: 0;
    bottom: 0;
}
.scroller {
    left: 0;
    border-radius: 4px;
    background: var(--scroll-blue);
    cursor: pointer;
}

.card-sort {
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    margin: 30px auto;
    flex-direction: column;

    background-color: var(--basic-white);
}
.card-level {
    display: flex;
}
.card-sort__left {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 520px;
    padding: 30px;
}

.card-sort__right {
    /*background-color: rgb(224, 100, 100);*/
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-left: 20px;
}

.sort-foto {
    width: 500px;
    height: 500px;
    margin: 10px auto;
    background-color: var(--basic-pale);
}

.card-sort__name {
    font-size: 60px;

    font-family: "BigStem-Regular", sans-serif;
    color: var(--text-color);
    position: relative;
}
.card-sort__name::after {
    content: " ";
    width: 412px;
    height: 4px;
    background-color: var(--scroll-blue);
    position: absolute;
    display: block;
}

.tip-sorta__guide {
    font-size: 20px;
    text-align: left;
    padding-top: 20px;
}

.rating-kust__guide {
    height: 50px;

    font-family: "Alumni", sans-serif;
    position: relative;
    margin: 20px 0 8px 0;
    display: flex;
    justify-content: left;
}

.star-icon__guide {
    fill: var(--bg-color);
    width: 40px;
    height: 40px;
}

.star-icon__guide.active {
    fill: var(--orange);
}

.rating-balls__guide {
    position: absolute;
    left: 210px;
    top: 3px;
    color: var(--basic-blue);
    font-size: 32px;
}

/* Оформление таблицы */

.table-sort {
    color: var(--basic-dark-grey);
    font-size: 16px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
    border-collapse: separate;
    border-radius: 5px;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 80%;
    display: block;
    align-self: center;
}

.table-sort th {
    font-weight: 600;
    padding: 21px 25px 22px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.table-sort th:first-child {
    text-align: center;
}

.table-sort tr:first-child th:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.table-sort tr {
    text-align: center;
    padding-left: 10px;
}

.table-sort tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
    width: 30%;
}

.table-sort tr td {
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.table-sort tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.table-sort tr:last-child td {
    border-bottom: 0;
}

.table-sort tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.table-sort tr:hover td {
    background: var(--basic-pale);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
