.first-type.kinoplayer-balancers {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    color: white;
}

.kinoplayer-balancers.first-type .kinoplayer-players {
    width: 25%;
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 0px;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.kinoplayer-balancers.first-type .kinoplayer-player {
    width: 75%;
}

.kinoplayer-balancers.first-type .kinoplayer-settings {
    display: flex;
}

.kinoplayer-balancers.first-type .kinoplayer-seasons {
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-top: -10px;
    border-right: 1px solid white;
    max-width: 40%;
    gap: 20px;
}

.kinoplayer-balancers.first-type .kinoplayer-seasons span {
    padding-right: 20px;
    border-right: 1px solid #ffffff42;
}

.kinoplayer-balancers.first-type .kinoplayer-seasons ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin: 0;
    overflow-x: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.kinoplayer-balancers.first-type .kinoplayer-season ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin: 0;
    overflow-x: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.kinoplayer-balancers.first-type .kinoplayer-season ul::-webkit-scrollbar {
    display: none;
}

.kinoplayer-balancers.first-type .kinoplayer-season ul li, .kinoplayer-balancers.first-type .kinoplayer-seasons ul li {
    user-select: none;
    cursor: pointer;
    padding: 7px 13px;
    border: 2px solid transparent;
    font-size: 17px;
    border-radius: 4px;
    flex-shrink: 0;
}

.choose-one {
    width: 100%;
    display: flex;
}

.kinopalancer-choose-tab {
    display: none;
}
.kinopalancer-choose-tab.active {
    display: block;
}

.kinoplayer-balancers.first-type .kinoplayer-season ul li.active, .kinoplayer-balancers.first-type .kinoplayer-seasons ul li.active {
    border-color: #ff5c57;
    font-weight: 700;
    text-decoration: none;
}

.kinoplayer-balancers.first-type .kinoplayer-season {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
    margin-top: -10px;
    max-width: 60%;
}

.first-type.kinoplayer-balancers iframe {
    border: 0;
}

.kinoplayer-balancers.first-type .kinoplayer-players__title {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #434343;
}

.kinoplayer-balancers.first-type .active.kinoplayer-players__title {
    background-color: #434343;
    border-bottom: 0;
}

.kinoplayer-balancers.first-type .kinoplayer-season span {
    padding-right: 20px;
    border-right: 1px solid #ffffff42;
}

.kinoplayer-balancers.first-type .kinoplayer-balancer {
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}

.kinoplayer-balancers.first-type .kinoplayer-balancer.active {
    background-color: #ff5c57;
    cursor: default;
}

.kinoplayer-balancers.second-type .kinoplayer-season ul{
    flex-direction: column;
}

.kinoplayer-balancers.second-type .kinoplayer-players {
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: #1e1e1e;
}

.kinoplayer-balancers.second-type .kinoplayer-players div {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 700;
    background: #4f4f4f;
    transition: all .2s ease;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 0 20px;
    cursor: pointer;
    gap: 10px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.kinoplayer-balancers.second-type .kinoplayer-players .active {
    background-color: var(--accent);
    color: #f2f2f2;
}

.kinoplayer-balancers.second-type iframe {
    border: 0;
}

.kinoplayer-balancers.second-type {
    display: flex;
    max-height: 492px;
}

.kinoplayer-balancers.second-type .kinoplayer-series {
    overflow-y: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.kinoplayer-balancers.second-type .kinoplayer-series::-webkit-scrollbar {
    display: none;
}

.kinoplayer-balancers.second-type .kinoplayer-series {
    width: 33%;
    background-color: #1e1e1e;
}

.kinoplayer-balancers.second-type .kinoplayer-series ul {
    margin: 0;
    list-style: none;
    color: white;
    padding: 10px;
}

.kinoplayer-balancers.second-type .kinoplayer-series li {
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    justify-content: flex-start;
    background: 0 0;
    color: #fff;
    border-radius: 4px;
    font-family: sans-serif;
    text-align: left;
    line-height: 20px;
    gap: 10px;
    align-items: center;
}

.kinoplayer-balancers.second-type .kinoplayer-series li.active {
    background: var(--accent);
}

.kinoplayer-balancers.second-type .series-number {
    display: flex;
    width: 30px;
    height: 30px;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: #4d4d4d;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.kinoplayer-balancers.second-type .kinoplayer-series li.active .series-number {
    background: #fff;
    color: var(--accent);
}

.kinoplayer-balancers.second-type .kinoplayer-player {
    width: 64%;
}

.lightoff svg {
    width: 30px;
    position: absolute;
    bottom: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.lightoff-container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000cc;
    z-index: 0;
}

.kinoplayer-balancers.first-type, .kinoplayer-balancers.second-type {
    z-index: 2;
    position: relative;
}

@media (max-width: 800px) {
    .kinoplayer-balancers.second-type {
        flex-direction: column;
        max-height: 100%;
    }
    .kinoplayer-balancers.second-type .kinoplayer-player {
        width: 100%;
    }
    .kinoplayer-balancers.second-type .kinoplayer-series {
        width: 100%;
        max-height: 300px;
    }
    .first-type.kinoplayer-balancers {
        flex-direction: column;
    }
    .kinoplayer-balancers.first-type .kinoplayer-player {
        width: 100%;
    }
    .kinoplayer-balancers.first-type .kinoplayer-players {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}