#table {
    overflow: hidden;
}

.table_back {
    background-image: url(../assets/table.jpg);
    position: relative;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

body.dark .table_back {
    background-image: url(../assets/marble_dark.png);
}

.table_wrapper {
    max-width: 1610px;
    margin: 0 auto;
    padding: 112px 0;
    padding-left: 30px;
}

.table_shadows {
    position: absolute;
}

.topborder {
    background-image: url(../assets/tabletb.png);
    width: 100%;
    height: 38px;
    right: 0;
    top: 0;
    transform: scaleY(-1);
}

.bottomborder {
    background-image: url(../assets/tabletb.png);
    width: 100%;
    height: 38px;
    left: 0;
    bottom: 0;
}

body.dark .topborder {
    background-image: url(../assets/tabletb_b.png);
}

body.dark .bottomborder {
    background-image: url(../assets/tabletb_b.png);
}

.table_head {
    padding: 0 0 34px 0;
    max-width: 1220px;
}

.table_title {
    text-shadow: 0px 2px 2px #00000047;
    text-align: left;
    text-transform: uppercase;
}

.table_title span {
    color: var(--red-70);
}

body.dark .table_title span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.table_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.table_revers {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.clans_names_wrapper {
    position: relative;
}

.clans_names_wrapper img {
    position: absolute;
    right: -16px;
    top: -130px;
    pointer-events: none;
    display: block;
}

body.dark .clans_names_wrapper img {
    opacity: 0.2;
}

.clans_names {
    width: 287px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 384px;
    overflow: hidden;
    padding-right: 40px;
    cursor: pointer;
    scrollbar-gutter: stable;
}

.clans_names:hover {
    overflow-y: scroll;
}

.clans_names::-webkit-scrollbar {
    width: 8px;
}

.clans_names::-webkit-scrollbar-track {
    background: none;
}

.clans_names::-webkit-scrollbar-thumb {
    background: var(--grey-50);
    box-shadow: 0px 0.54px 1.09px 0px #0000004D inset, 0px -0.52px 0.52px 0px #CCCCCC inset;
    border-radius: 20px;
}

.clans_names {
    scrollbar-width: thin;
    scrollbar-color: var(--grey-50) transparent;
}

body.dark .clans_names {
    scrollbar-color: #3f3f3f transparent;
}

.empty_card {
    background-image: url(../assets/white-paper.jpg);
    box-shadow: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004D;
    max-width: 1260px;
    max-height: 660px;
    width: 1260px;
    height: 660px;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    display: block;
}

body.dark .empty_card {
    background-image: url(../assets/paper_black.jpg);
    box-shadow: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004d;
    background-size: cover;
}

.empty_first {
    left: 21px;
    transform: rotate(-2deg);
}

.empty_second {
    left: -18px;
    transform: rotate(-1deg);
}

.empty_third {
    left: 17px;
    transform: rotate(1deg);
}

.clan_card {
    width: 1260px;
    height: 660px;
    position: relative;
    z-index: 5;
    background-image: url(../assets/white-paper.jpg);
    box-shadow: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004D;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px;
}

body.dark .clan_card {
    background-image: url(../assets/paper_black.jpg);
    background-size: cover;
}

.clan_card button {
    margin: 0 auto;
}

.romb {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 8px;
    height: 8px;
    background: var(--primary-black);
    transition: all 0.3s ease;
}

body.dark .romb {
    background: #E7E7E7;
}

.clan_row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    flex-direction: row;
    cursor: pointer;
}

.clan_row:hover {
    color: var(--red-70);
}

body.dark .clan_row:hover {
    color: #BD9C49;
}

.clan_frame {
    position: absolute;
    top: 7.34px;
    left: 18px;
    pointer-events: none;
}

.clan_title {
    font-family: Colus;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--red-70);
}

body.dark .clan_title {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.text_pl {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #FFFFFF4D inset, 0px -1.25px 0.83px 0px #FFFFFF inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #FFFFFF;
    padding: 16px 5px 16px 16px;
    border-radius: 10px;
    height: 190px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.dark .text_pl {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #4d4c4c4d inset, 0px -1.25px 0.83px 0px #4f4f4f inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #373737;
}

.pl_text {
    font-family: Evolventa;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    height: 120px;
    overflow: hidden;
    overflow-y: scroll;
}

.pl_text::-webkit-scrollbar {
    width: 3px;
}

.pl_text::-webkit-scrollbar-track {
    background: none;
}

.pl_text::-webkit-scrollbar-thumb {
    background: var(--grey-50);
    box-shadow: 0px 0.54px 1.09px 0px #0000004D inset, 0px -0.52px 0.52px 0px #CCCCCC inset;
    border-radius: 20px;
}

.pl_text {
    scrollbar-width: thin;
    scrollbar-color: var(--grey-50) transparent;
}

body.dark .pl_text {
    scrollbar-color: #3f3f3f transparent;
}

.pl_text::-webkit-scrollbar-button {
    display: none;
}

.pl_name {
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: right;
    text-transform: uppercase;
    color: var(--red-70);
    padding-right: 11px;
}

body.dark .pl_name {
    color: #BD9C49;
}

.clan_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.clan_pls {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.clan_video_audio {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 558px;
}

.clan_video {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #FFFFFF4D inset, 0px -1.25px 0.83px 0px #FFFFFF inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #FFFFFF;
    border-radius: 10px;
    height: 296px;
}

body.dark .clan_video {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #4d4c4c4d inset, 0px -1.25px 0.83px 0px #4f4f4f inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #373737;
}

.clan_video iframe {
    border-radius: 10px;
    width: 558px;
    height: 296px;
}

.clan_audio {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #FFFFFF4D inset, 0px -1.25px 0.83px 0px #FFFFFF inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #FFFFFF;
    padding: 16px;
    border-radius: 10px;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}

body.dark .clan_audio {
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #4d4c4c4d inset, 0px -1.25px 0.83px 0px #4f4f4f inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #373737;
}

.cl_block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cl_yes {
    font-family: Jost;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -0.01em;
    text-align: left;
    text-transform: uppercase;
    color: var(--grey-70);
}

.cl_name {
    font-family: Colus;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--primary-black);
}

body.dark .cl_name {
    color: #E7E7E7;
}

.cl_player {
    width: 318px;
    height: 52px;
    padding: 14px 16px;
    border-radius: 5px;
    border: 2px dotted #BEBEBE;
}

body.dark .cl_player {
    border: 2px dotted #535252;
}

#bc-player__progress-bar {
    background-color: var(--grey-70);
    border-radius: 1px;
    max-width: 114px;
    width: 100%;
    position: relative;
    cursor: pointer;
    user-select: none;
    box-shadow: 0px 2px 4px 0px #00000040 inset;
    height: 3px;
    border-radius: 12px;
}

#bc-player__progress-bar__now {
    background-color: var(--primary-black);
    height: 3px;
    top: 28px;
    border-radius: 12px;
    opacity: 1;
}

body.dark #bc-player__progress-bar__now {
    background-color: #E7E7E7;
}

#bc-player__progress-bar__drag {
    width: 11px;
    height: 11px;
    background-color: var(--primary-black);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    opacity: 1;
}

body.dark #bc-player__progress-bar__drag {
    background-color: #E7E7E7;
}

#bc-player__progress-bar:hover #bc-player__progress-bar__drag {
    opacity: 1;
}

#bc-player__controls {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
}

#bc-player__progress-bar__time {
    color: var(--grey-60);
    display: flex;
    font-family: Jost;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.34px;
    width: 78px;
    min-width: 78px;
}

#bc-player__controls-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

#bc-player__controls-content>div {
    display: flex;
    align-items: center;
}

#bc-playstate {
    justify-content: center;
}

#bc-speed {
    justify-content: flex-end;
}

.bc-control {
    height: 32px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin: 0 12px;
    padding: 0;
    font-family: Jost;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.01px;
    color: var(--grey-80);
}

body.dark .bc-control img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(14%) saturate(14%) hue-rotate(354deg) brightness(104%) contrast(94%);
}

#bc-mute {
    width: 20px;
    height: 20px;
    position: relative;
}

#bc-mute__progress {
    width: 50px;
    height: 5px;
    margin-right: 10px;
    background-color: var(--primary-white);
    border-radius: 12px;
    position: relative;
}

#bc-mute__progress-now {
    height: 5px;
    background-color: var(--grey-80);
    width: 50%;
    border-radius: 12px;
}

#bc-mute__progress:hover #bc-mute__progress__drag,
#bc-mute__progress__drag:focus {
    opacity: 1;
}

#bc-mute__progress__drag {
    border: var(--grey-80) solid 4px;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    opacity: 0;
}

#bc-playpause {
    width: 16px;
    height: 16px;
}

.bc-control_play {
    clip-path: polygon(100% 51%, 0 0, 0 100%);
    background: #ffffff;
    width: 14px;
    height: 18px;
    box-shadow: -5px 7px 6px #00000066 inset;

}

.hide_card {
    display: none;
}

.active_card {
    display: flex;
}

.clan_name {
    transition: all 0.3s ease;
}

.clan_row.slick-active.slick-center .clan_name {
    color: var(--red-70);
    text-shadow: 0px 3px 2px #00000026;
}

body.dark .clan_row.slick-active.slick-center .clan_name {
    color: #BD9C49;
}

.clan_row.slick-active.slick-center .romb {
    background: var(--red-70);
    width: 12px;
    height: 12px;
}

body.dark .clan_row.slick-active.slick-center .romb {
    background: #BD9C49;
}

body.dark .active_clan .romb {
    background: #BD9C49;
}

.active_clan .clan_name {
    color: var(--red-70);
    text-shadow: 0px 3px 2px #00000026;
}

body.dark .active_clan .clan_name {
    color: #BD9C49;
}

.active_clan .romb {
    background: var(--red-70);
    width: 12px;
    height: 12px;
}

.romb_obertka {
    width: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_frame {
    display: block;
}

body.dark .big_frame {
    filter: brightness(0) saturate(100%) invert(60%) sepia(37%) saturate(570%) hue-rotate(5deg) brightness(92%) contrast(84%);
}

.little_frame {
    display: none;
}

.clans_names_slider {
    display: none !important;
    background: #BEBEBE1A;
    padding: 10px 0 10px;
    box-shadow: 0px 1px 1.09px 0px #0000004D inset, 0px -1px 1px 0px #00000026 inset;
    margin-top: 35px;
}

body.dark .clans_names_slider {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

@media (max-width: 1720px) {
    .table_revers {
        gap: 0px;
    }
}

@media (max-width: 1605px) {
    .table_revers {
        flex-direction: column;
        gap: 35px;
    }

    .clan_name {
        text-align: center;
    }

    .table_wrapper {
        padding-left: 0;
        padding: 112px 0 79px;
    }

    .clans_names_wrapper img {
        display: none;
    }

    .clans_names_slider {
        display: block !important;
    }

    .clans_names_wrapper {
        display: none;
    }

    .clans_names {
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 10px;
    }

    .clan_row {
        min-width: 150px;
        flex: 0 0 auto;
    }

    .clans_names {
        -ms-overflow-style: 1px;
        scrollbar-width: 1px;
    }

    .clans_names::-webkit-scrollbar {
        display: block;
    }

    .clans_names:hover {
        overflow-y: hidden;
    }

    .clans_names:hover {
        overflow-x: scroll;
    }

    .clans_names_wrapper {
        width: 100%;
        height: 74px;
        padding: 16px 0 0;
        box-shadow: 00px 0.5px 4px 1px #0000004D inset, 0px -1.5px 1.2px 0px #FFFFFFCC inset;
    }

    .clan_row {
        flex-direction: column;
        gap: 4px;
    }

    .romb_obertka {
        width: 100%;
        height: 10px;
    }

    .table_head {
        margin: 0 auto;
        padding: 0 16px 34px;
    }
}

@media (max-width: 1335px) {
    .empty_card {
        display: none;
    }

    .clan_card {
        min-width: 100%;
        height: auto;
    }

    .big_frame {
        display: none;
    }

    .little_frame {
        display: block;
    }

    .clan_frame {
        left: 0;
    }

    .clans_names_slider {
        margin-top: 0;
    }
}

@media (max-width: 1110px) {
    .clan_card {
        padding: 50px 16px 24px;
    }

    .clan_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .clan_pls {
        max-width: 558px;
    }
}

@media (max-width: 600px) {
    .clan_video_audio {
        max-width: 343px;
        gap: 8px;
    }

    .clan_content {
        gap: 8px;
    }

    .clan_pls {
        max-width: 343px;
        gap: 8px;
        padding-bottom: 16px;
    }

    .clan_video iframe {
        width: 343px;
        height: 182px;
    }

    .clan_video {
        height: 182px;
    }

    .clan_audio {
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        gap: 0;
    }

    .cl_block {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 12px;
        justify-content: space-between;
    }

    .clans_names_wrapper {
        padding: 14px 0;
    }

    .clan_title {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    .clan_card {
        padding: 57px 16px 24px;
    }

    .clan_card {
        gap: 7px;
    }

    .table_revers {
        flex-direction: column;
        gap: 0px;
    }

    .table_title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -0.01em;
    }

    .table_wrapper {
        padding: 78px 0 60px;
    }

    .pl_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}