.specialist-detailed__content .text-content .podcasts-description {
    color: #848382;
}

.podcasts-featured {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 0.625rem 1.875rem rgba(31, 41, 51, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
}

.podcasts-featured[data-selected="audio"] [data-video],
.podcasts-cards[data-selected="audio"] [data-video] {
    display: none;
}

.podcasts-featured[data-selected="video"] [data-audio],
.podcasts-cards[data-selected="video"] [data-audio] {
    display: none;
}

.podcasts-featured-main {
    position: relative;
    background-color: #FFF3E8;
    padding: 1.8em 1.5em 0.9em 1.8em;
    flex: 0 0 55%;
    width: 55%;
    overflow: hidden;
    min-height: 400px;   
}

[data-selected="video"] .podcasts-featured-main  {
    background-image: url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 32C0 14.3269 14.3269 0 32 0C49.6731 0 64 14.3269 64 32C64 49.6731 49.6731 64 32 64C14.3269 64 0 49.6731 0 32Z" fill="white"/><path d="M28 25.8V38.2C28 39.1 29 39.6 29.8 39.1L38.9 32.9C39.6 32.4 39.6 31.4 38.9 30.9L29.8 24.9C29 24.4 28 24.9 28 25.8Z" fill="%23DF6A0E"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4rem;
}

[data-selected="video"] .podcasts-featured-main::after {
    content: '';
    position: absolute;
    width: 22.5rem;
    height: 22.5rem;
    border-radius: 50%;
    left: -6.875rem;
    top: 6.25rem;
    background: #F58220;
    opacity: 0.16;
    z-index: 1;
}

[data-selected="video"] .podcasts-featured-main::before {
    content: '';
    position: absolute;
    width: 13.75rem;
    height: 13.75rem;
    border-radius: 50%;
    left: 25.625rem;
    top: -5.625rem;
    background: #F58220;
    opacity: 0.12;
    z-index: 1;
}

.podcasts-featured-badge {
    position: relative;
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 0.9;
    letter-spacing: 0.00625rem;
    color: #262B2F;
    padding: 0.6rem 0.875rem;
    background: #F58220;
    border-radius: 999px;
    display: flex;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    margin-bottom: 0.5rem;
    z-index: 3;
}

.podcasts-featured-content {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    gap: 2.75rem;
    z-index: 2;
}

[data-selected="video"] .podcasts-featured-content {
    position: relative;
}

.podcasts-featured-title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.22;
    letter-spacing: -0.03125rem;
    color: #262B2F;
    max-width: calc(50% - 1.375rem);
    max-width: 48%;
    margin-top: 1.2em;
    margin-bottom: 0.5rem;
}

.podcasts-featured-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    z-index: 2;

}

.podcasts-featured-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0.625rem 1.875rem rgba(31, 41, 51, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcasts-featured-audio-controlls {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    display: flex;
    gap: 0.75rem;
    margin-top: 2.5rem;
}

.podcasts-featured-audio-play {
    width: 3.125rem;
    height: 3.125rem;
    flex: 0 0 3.5rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0.625rem 1.875rem rgba(31, 41, 51, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcasts-featured-audio-duration {
    background-color: #FFFFFF;
    padding: 0.75rem;
    border-radius: 0.75rem;
    max-width: 12.5rem;
}

.podcasts-featured-audio-duration .icon {
    width: 100%;
    height: auto;
}

.podcasts-featured-audio-duration-values {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #848382;
    display: flex;
    justify-content: space-between;
}

.podcasts-featured-audio-actual {
    color: #f17800;
}

.podcasts-featured-audio-meta {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #848382;
    margin-top: 0.4375rem;
}

.podcasts-featured-description {
    flex: 0 0 45%;
    padding: 2.75rem 2.5rem 1.56rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.podcasts-featured-category {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F58220;
    margin-bottom: 1.125rem;
}

.podcasts-featured-description-title {
    margin: 0;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #262B2F;
}

.podcasts-featured-description-text {
    margin-top: 1.2rem;
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #848382;
}

.podcasts-featured-meta {
    margin-top: 1.125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #848382;
}

.podcasts-featured-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.125rem;
    flex-wrap: wrap;
}

.custom-btn {
    line-height: 1;
    padding: .925em 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: .2s;

}

.custom-btn .custom-btn__label {
    display: inline-block;
    vertical-align: middle;
}

.custom-btn--orange {
    background: #f17800;
    color: #fff;
}

.custom-btn--orange:hover {
    background: #ff9416;
}

.custom-btn--orange svg path {
    stroke: #262B2F;
}

.custom-btn--color-black {
    color: #262B2F;
}

.custom-btn--color-white {
    color: #fff;
}

.custom-btn--outline {
    border: 1px solid #f17800;
    color: #f17800;
    background: #fff;
}

.custom-btn--outline:hover {
    background: #FFF6EE;
}

.custom-btn svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}


.podcasts-other-tabs {
    display: flex;
    gap: 2.625rem;
    margin-bottom: 2rem;
}

.podcasts-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.podcasts-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .15);
}

/* ==========================
   PREVIEW
========================== */

.podcasts-card-preview {
    position: relative;
    height: 12.375rem;
    background: #FFF3E8;
    overflow: hidden;
}

.podcasts-card-preview--video {
    background-image: url('data:image/svg+xml,<svg width="400" height="230" viewBox="0 0 400 230" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2001_60)"><rect width="400" height="230" fill="%23EAF2F4"/><circle cx="345" cy="67" r="135" fill="%23FFF3E8"/><path d="M274 122C274 101.013 291.013 84 312 84C332.987 84 350 101.013 350 122V234C350 254.987 332.987 272 312 272C291.013 272 274 254.987 274 234V122Z" fill="%231F2B38"/><path d="M168 115C168 97.3269 182.327 83 200 83C217.673 83 232 97.3269 232 115C232 132.673 217.673 147 200 147C182.327 147 168 132.673 168 115Z" fill="white"/><path d="M196 108.8V121.2C196 122.1 197 122.6 197.8 122.1L206.9 115.9C207.6 115.4 207.6 114.4 206.9 113.9L197.8 107.9C197 107.4 196 107.9 196 108.8Z" fill="%23DF6A0E"/></g><defs><clipPath id="clip0_2001_60"><rect width="400" height="230" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.podcasts-card-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.podcasts-card-preview--audio {
    height: 9.375rem;
    background: #FFF3E8;
}

/* большой светлый круг */
/* .podcasts-card-preview--video::before {
    content: "";
    position: absolute;
    right: -2.1875rem;
    top: -2.8125rem;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: #FFF3E8;
} */

/* темная фигура */
/* .podcasts-card-preview--video::after {
    content: "";
    position: absolute;
    right: 3.125rem;
    bottom: 0;
    width: 4.75rem;
    height: 9.125rem;
    border-radius: 2.375rem 2.375rem 0 0;
    background: #1F2B38;
} */

.podcasts-card-preview--audio::before {
    content: "";
    position: absolute;
    right: -3rem;
    top: -4rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: #f17800;
}

.podcasts-card-waveform {
    position: absolute;
    right: 40px;
    bottom: 14px;
    width: 60%;
    height: auto;
}


.podcasts-card-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.875rem;
    border-radius: 999px;
    background: #f17800;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    color: #262B2F;
}

.podcasts-card-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.podcasts-card-duration {
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
    background: #202C3D;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
}

.podcasts-card-duration--audio {
    color: #262B2F;
    background: #FFFFFF;
    right: 0.5rem;
    bottom: unset;
    top: 1rem;
}

/* ==========================
   CONTENT
========================== */

.podcasts-card-content {
    padding: 1.5rem;
}

.podcasts-card-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    color: #262B2F;
}

.podcasts-card-description {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #848382;
}

.podcasts-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #6E7582;
}

.podcasts-card--audio .podcasts-card-meta {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F58220;
    margin-bottom: 1.125rem;
}

.podcasts-card--video .podcasts-card-meta span:first-child {
    position: relative;
    padding-left: 0.875rem;
}

.podcasts-card--video .podcasts-card-meta span:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #f17800;
    transform: translateY(-50%);
}

.podcasts-card-audioplayer {
    display: flex;
    gap: 0.75rem;
    background: #FFF3E8;
    border-radius: 1rem;
    padding: 1.125rem 1rem;
}

.podcasts-card-audioplayer-play {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    border-radius: 50%;
    background-color: #f17800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcasts-featured-audio-waveform {

}

.podcasts-featured-audio-waveform svg {
    width: 100%;
    height: auto;
}

.podcasts-featured-audio-values {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #848382;
    display: flex;
    justify-content: space-between;
}

.podcasts-featured-audio-value--speed {
    color: #f17800;
}

/* ==========================
   media
========================== */

@media (max-width: 1024px) {

    .podcasts-featured {
        flex-direction: column;
    }

    .podcasts-featured-main {
        width: 100%;
        flex: 0 0 auto;
        padding: 2rem;
        aspect-ratio: 720/438;
    }

    .podcasts-featured-content {
        gap: 2rem;
    }

    .podcasts-featured-title {
        font-size: 1.75rem;
    }

    .podcasts-featured-description {
        width: 100%;
        flex: 0 0 auto;
        padding: 2rem;
    }


    .podcasts-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }


    .podcasts-card-preview {
        height: 13rem;
    }

    .podcasts-card-preview--audio {
        height: 11rem;
    }

    .podcasts-card-title {
        font-size: 1.125rem;
    }

}

@media (max-width: 991px) {
    .podcasts-cards {
        margin-bottom: 2rem;
    }
}


/* ==========================
   MOBILE <= 767px
========================== */

@media (max-width: 767px) {


    .podcasts-featured {
        border-radius: 1rem;
        flex-direction: row;
    }


    .podcasts-featured-main {
        aspect-ratio: 720/438;
        min-height: auto;
    }


    .podcasts-featured-content {
        /* flex-direction: column; */
        gap: 1.5rem;
    }


    .podcasts-featured-title {
        /* max-width: 100%; */
        margin-top: 0.8rem;
        font-size: 1.1rem;
    }


    .podcasts-featured-image {
        /* width: 100%; */
        /* flex: none; */
        /* aspect-ratio: 16 / 9; */
    }


    .podcasts-featured-main::before {
        left: auto;
        right: -5rem;
        top: -5rem;
    }


    .podcasts-featured-main::after {
        width: 15rem;
        height: 15rem;
        left: -5rem;
    }


    .podcasts-featured-description {
        padding: 1.2rem;
        flex: 0 0 45%;
        width: 45%;
    }


    .podcasts-featured-description-title {
        font-size: 1.1rem;
    }


    .podcasts-featured-description-text {
        font-size: 0.85rem;
        line-height: 1.2;
    }

    .podcasts-featured-meta {
        margin-top: 0.8rem;
        gap: 0.3rem;
        font-size: 0.7125rem;
    }


    .podcasts-featured-actions {
        /* flex-direction: column;
        align-items: stretch; */
    }

    .podcasts-featured-category {
        font-size: 0.6rem;
    }


    .custom-btn {
        /* width: 100%; */
        font-size: .6875rem;
        padding: 0 1.2rem;
        line-height: 2.375rem;
    }


    .podcasts-other-tabs {
        gap: 1rem;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
    }


    .podcasts-cards {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .podcasts-card-badge {
        font-size: 0.6rem;
        line-height: 1.5rem;
        height: 1.5rem;
        top: 1rem;
        left: 1rem;
        padding: 0 .7rem;
    }

    .podcasts-card-duration {
        font-size: 0.6rem;
        right: 0.5rem;
        bottom: 0.8rem;
        line-height: 1.5rem;
        height: 1.5rem;
        padding: 0 1rem;
    }

    .podcasts-card {
        border-radius: 1rem;
    }


    .podcasts-card-preview {
        height: 12rem;
    }

    .podcasts-card-preview--audio {
        height: 7rem;
    }

    .podcasts-card-content {
        padding: 1.25rem;
    }


    .podcasts-card-title {
        font-size: 1rem;
        margin-bottom: 0.65rem;
    }


    .podcasts-card-description {
        margin-bottom: 0.875rem;
    }

    .podcasts-card-meta {
        font-size: 0.75rem;
    }
}

@media (max-width: 599px) {

    .podcasts-featured {
        border-radius: 1rem;
        flex-direction: column;
    }

    .podcasts-featured-content {
        flex-direction: column;
        gap: 1.5rem;
    }


    .podcasts-featured-title {
        max-width: 100%;
        margin-top: 0.8rem;
        font-size: 1.5rem;
    }


    .podcasts-featured-image {
        width: 100%;
        flex: none;
        /* aspect-ratio: 16 / 9; */
    }


    .podcasts-featured-main::before {
        left: auto;
        right: -5rem;
        top: -5rem;
    }


    .podcasts-featured-main::after {
        width: 15rem;
        height: 15rem;
        left: -5rem;
    }


    .podcasts-featured-description {
        padding: 1.5rem;
        width: 100%;
        flex: 0 0 auto;
    }


    .podcasts-featured-description-title {
        font-size: 1.5rem;
    }


    .podcasts-featured-description-text {
        font-size: 0.9375rem;
    }


    .podcasts-featured-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }


    .custom-btn {
        width: 100%;
    }


    .podcasts-other-tabs {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
    }


    .podcasts-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }


    .podcasts-card {
        border-radius: 1rem;
    }


    .podcasts-card-preview {
        height: 12rem;
    }

    .podcasts-card-preview--audio {
        height: 8rem;
    }

    .podcasts-card-content {
        padding: 1.25rem;
    }


    .podcasts-card-title {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }


    .podcasts-card-description {
        margin-bottom: 0.875rem;
    }


}