/* kodikserials */
#ks-seasons, #ks-translations {
    display: block;
    padding-right: 6px;
}

#ks-translations {
    margin: 0 auto;
    padding: 0;
    /*width: 670px;*/
    /*
    height: 40px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    */
    position: relative;
}

#ks-video {
    position: absolute;
    top: 0px;
    bottom: 40px;
    width: 100%;
}

#ks-player-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#ks-episodes {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 85px);
    height: 40px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: -3px;
    left: 35px;
}

#ks-episodes li {
    list-style: none;
    float: left;
    height: 30px;
    padding-top: 0;
    cursor: pointer;
    position: absolute;
    transition: left .2s;
}

#ks-seasons span:hover, #ks-translations span:hover, #ks-episodes li span:hover {
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
}

#ks-player-container .active, #ks-player-header .active {
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
}

#ks-seasons span, #ks-episodes span, #ks-translations span {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    color: #bbb;
    background: #2b2b2b;
    display: inline-block;
    text-align: center;
    padding: 5px 7px;
    margin: 4px 6px 4px 0;
    border: 1px solid #2b2b2b;
    border-radius: 3px;

    cursor: pointer;
}

#ks-player-container .ks-prev-button {
    background: no-repeat url(../images/prev.svg);
    background-size: 30px 30px;
    opacity: .7;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 0;
    filter: grayscale(100%);
    user-select: none;
}

#ks-player-container .ks-next-button {
    background: no-repeat url(../images/vecs.svg);
    background-size: 30px 30px;
    opacity: .7;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 0;
    filter: grayscale(100%);
    user-select: none;
}

#ks-player-container .ks-prev-button.disabled, #ks-player-container .ks-next-button.disabled {
    opacity: 0.3;
    cursor: default;
}

/* kodikserials main block */

.ksupdate_block {
    max-width: 340px;
    margin-bottom: 20px;
    background: #3f3a37;
    box-sizing: border-box;
}

.ksupdate_block_date {
    background: #747474;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 14px;
}

ul.ksupdate_block_list {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
    background: #fff;
}

.ksupdate_block_list_item {
    display: block;
    width: 100%;
    background: #5d5c5c;
    transition: background-color .2s ease;
}

.ksupdate_block_list_item + .ksupdate_block_list_item {
    border-top: 1px solid #e9e9e9;
}

.ksupdate_block_list_item:hover {
    background: #636363;
}

.ksupdate_block_list_item_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.ksupdate_block_list_poster {
    flex: 0 0 42px;
    width: 42px;
    height: 56px;
    display: block;
    overflow: hidden;
    background: #e6e6e6;
}

.ksupdate_block_list_poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ksupdate_block_list_item_inner .cell {
    padding: 0;
}

.ksupdate_block_list_item_inner .cell-1 {
    flex: 1 1 auto;
    min-width: 0;
    color: #000;
    font-size: 12px;
    line-height: 1.25;
}

.ksupdate_block_list_link {
    display: block;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ksupdate_block_list_link:hover,
.ksupdate_block_list_item:hover .ksupdate_block_list_link {
    color: #ffffff;
    text-decoration: none;
}

.ksupdate_block_list_link:visited {
    color: #d28bed;
}

.ksupdate_block_list_item_inner .season {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
}

.ksupdate_block_list_item_inner .cell-2 {
    flex: 0 0 auto;
    color: #ffdb4c;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.name{color:#fff;}