#radio {
    height: 646px;
    overflow: hidden;
}

.radio_wrapper {
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.radio_block {
    width: 700px;
    height: 430px;
    margin: auto;
    position: relative;
    background-image: url(../assets/radio.png);
    background-repeat: no-repeat;
    background-position: center;
}

body.dark .radio_block {
    background-image: url(../assets/radio_b.png);
}

.radio_frame_block {
    width: 100%;
    height: 100%;
    background-image: url(../assets/gorradio.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 90px 80px;
}

body.dark .radio_frame_block {
    background-image: url(../assets/horizontal_b.png);
}

.radio_arnament {
    background-image: url(../assets/long2.png);
    width: 150px;
    min-height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

body.dark .radio_arnament {
    opacity: 0.3;
}

.radio_half_arnament {
    background-image: url(../assets/halflong.png);
    width: 160px;
    height: 500px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

body.dark .radio_half_arnament {
    opacity: 0.3;
}

.left_half_arnament {
    top: 0;
    left: 60px;
}

.right_half_arnament {
    top: 0;
    right: 60px;
    transform: scaleX(-1);
}

.left_arnament {
    top: 0;
    left: 60px;
    transform: rotate(180deg);
}

.right_arnament {
    top: 0;
    right: 60px;
}

.radio_head {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-bottom: 8px;
}

.radio_pork {
    width: 118px;
    min-width: 118px;
    height: 118px;
}

.radio_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.radio_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
    justify-content: center;
}

#bc-player__progress-bar {
    background-color: var(--grey-50);
    border-radius: 2px;
    width: 100%;
    position: relative;
    cursor: pointer;
    user-select: none;
    box-shadow: 0px 2px 4px 0px #00000040 inset;
    height: 10px;
    border-radius: 12px;
}

body.dark #bc-player__progress-bar {
    background: #55555533;
    box-shadow: 0px -1.5px 1.2px 0px rgba(0, 0, 0, 0.80) inset, 0px 0.5px 1px 0px rgba(255, 255, 255, 0.30) inset;
}

#bc-player__progress-bar__now {
    background-color: var(--grey-100);
    height: 10px;
    top: 28px;
    gap: 0px;
    border-radius: 12px;
    opacity: 0px;
}

#bc-player__progress-bar__drag {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    opacity: 1;
}

#bc-player__progress-bar__drag:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: -5px;
    height: 100%;
    background: #292929;
    border-radius: 50%;
}

#bc-player__progress-bar:hover #bc-player__progress-bar__drag {
    opacity: 1;
}

#bc-player__controls {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#bc-player__progress-bar__time {
    color: var(--grey-60);
    display: flex;
    justify-content: space-between;
    font-family: Jost;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.34px;
    padding-bottom: 11px;
}

#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);
}

#bc-mute {
    margin-right: 5px;
    position: relative;
}

#bc-mute__progress {
    width: 50px;
    height: 5px;
    margin-right: 10px;
    background-color: var(--primary-white);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

#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 {
    position: absolute;
    top: -1px;
    opacity: 0;
}

#bc-mute__progress__drag:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 9px;
    left: -2px;
    height: 9px;
    background: #676767;
    border-radius: 50%;
}

#bc-2x {
    opacity: 0.4;
}

#bc-2x.active {
    opacity: 1;
}

#bc-playpause {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(201deg, #330303 -0.63%, #6E0C0C 45.8%, #330303 92.23%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}

body.dark #bc-playpause {
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
}

body.dark #bc-playpause img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(44%) saturate(2499%) hue-rotate(350deg) brightness(101%) contrast(93%);
}

.pause {
    padding-left: 0px !important;
}

.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;

}

.pork_img {
    display: block;
}

.pork_img_b {
    display: none;
}

body.dark .pork_img {
    display: none;
}

body.dark .pork_img_b {
    display: block;
}

@media (max-width: 1720px) {
    #radio {
        height: 774px;
    }
}

@media (max-width: 1265px) {
    .radio_arnament {
        display: none;
    }

    .radio_image {
        display: none;
    }

    .left_half_arnament {
        display: none;
    }

    .right_half_arnament {
        display: none;
    }

    #radio {
        height: 525px;
    }
}

@media (max-width: 800px) {

    .radio_pork {
        width: 203px;
        min-width: 203px;
        height: 203px;
    }

    .radio_frame_block {
        background-image: url(../assets/vertokalradio.png);
        padding: 64px 58px;
    }

    body.dark .radio_frame_block {
        background-image: url(../assets/vertical_b.png);
    }

    body.dark .radio_block {
        background-image: url(../assets/player_b.jpg);
    }

    .radio_text {
        padding: 5px 0px 0px 0;
        gap: 8px;
    }

    .radio_wrapper {
        padding: 0;
    }

    #radio {
        height: 833px;
    }

    .radio_block {
        width: 378px;
        height: 677px;
        background-image: url(../assets/player.png);
    }

    .radio_head {
        flex-direction: column;
        align-items: center;
        padding: 16px 0 42px;
        gap: 27px;
    }

    .radio_text h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }

    .radio_text p {
        color: var(--primary-black);
        text-align: center;
        font-size: 13.539px;
        line-height: 20.309px;
    }

    #bc-playpause {
        width: 64px;
        height: 64px;
    }

    #bc-mute__progress {
        display: none;
    }
}