.podcast {
}



.podcast__two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.podcast__two-column > *:nth-child(1) {
    max-width: 489px;
}

.podcast__two-column > *:nth-child(2) {
    max-width: 389px;
}

@media only screen and (min-width: 1200px) {
    .podcast__two-column {
        justify-content: flex-start;
        column-gap: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .podcast__two-column {
        flex-direction: column-reverse;
    }
}



.expert-footnote__data-expert-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ABABAB;
}



.podcast .article-content__title-block h1 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.podcast__article-content {
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 -15px;
}


/*region podcast__article-content-top*/

.podcast__article-content-top {
    background-color: #B5677E;
    background-image: url("/-/media/podcast/denial/subheader-img.svg");
    min-height: 189px;
    padding: 32px 35px 47px 96px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.podcast__article-content-top--anger {
    background-image: url("/-/media/podcast/denial/anger_banner_img.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%;
}

.podcast__article-content-top--auction {
    background-image: url("/-/media/podcast/denial/auction_banner_img.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%;
}

.podcast__article-content-top--depression {
    background-image: url("/-/media/podcast/denial/depression_banner_img.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35%;
}

.podcast__article-content-top--acceptance {
    background-image: url("/-/media/podcast/denial/acception_banner_img.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60%;
}

@media only screen and (max-width: 1200px) {
    .podcast__article-content-top--depression,
    .podcast__article-content-top--acceptance,
    .podcast__article-content-top--auction,
    .podcast__article-content-top--anger {
        background-size: auto;
    }
}

.podcast__subheader-top {}


.podcast__article-type {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #E1C2CB;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
}

.podcast__article-type-close {
    position: absolute;
    right: 35px;
    top: 35px;
}


.podcast__subheader {
}


.podcast__subheader-text {
    color: #E1C2CB;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 29px;
}

.podcast__subheader-data {
    color: #E1C2CB;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

/*endregion podcast__article-content-top*/

/*region podcast__article-content-filling*/

.podcast__article-content-filling {
    padding: 52px 98px 70px;
    color: #7C7C7C;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.podcast__article-content--cut {
    max-width: 750px;
    margin-left: 0;
}

.podcast__article-content-part {
    margin-top: 50px;

}

.podcast__article-content-part > p {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

.podcast__article-content-part > p:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .podcast__article-content-filling {
        padding: 16px;
    }
}

/*endregion podcast__article-content-filling*/

/*region podcast__audio-player*/

.audio-track {
    width: 150px;
    height: 3px;
    background-color: #dddddd;
    margin: 20px 0
}

.time {
    width: 0;
    height: 3px;
    background-color: #F35C5C;
    position: relative;
}

.time:after {
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    right: 0;
    left: auto;
    background: #F35C5C;
    border-radius: 2px;
    margin-top: -3px;
}

.play {

}

.podcast__audio-player-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;

    width: calc(100% - 66px);
}

.podcast__audio-player-data .audio-track {
    width: 100%;
    cursor: pointer;
    background: #ABABAB;
    margin-top: 0;
}

.podcast__audio-player {
    background: #F4F4F4;
    border-radius: 2px;
    padding: 20px 30px 30px;
}

.podcast__audio-player-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.podcast__audio-player-time {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #7C7C7C;
}

.podcast__player-time-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.podcast__audio-player .play {
    background-image: url("/-/media/podcast/audio-icon-play.svg");
    width: 24px;
    height: 24px;
    margin: auto 0;
    margin-right: 8px;
    cursor: pointer;
}

.podcast__audio-player .play.pause {
    background-image: url("/-/media/podcast/audio-icon-pause.svg");
}

.podcast__audio-player-downloader {
    background-image: url("/-/media/podcast/audio-icon-download.svg");
    width: 24px;
    height: 24px;
    margin: auto 0;
    margin-left: 10px;
}

.podcast__player-bottom-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.podcast__player-volume-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    justify-content: space-between;
    user-select: none;
    height: 24px;
}

.podcast__player-volume {
    width: 104px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 0;
    border-radius: 2px;
    background: linear-gradient(0deg, transparent, transparent 11px, #ABABAB 11px, #ABABAB 13px, transparent 13px, transparent 24px);
}

.podcast__player-volume-value {
    background: #F35C5C;
    border-radius: 2px;
    width: 50%;
    height: 2px;
    position: relative;
    margin-top: 11px;
}

.podcast__player-volume-value:after {
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    right: 0;
    left: auto;
    background: #F35C5C;
    border-radius: 2px;
    margin-top: -3px;
}

.podcast__player-over-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 14px;
}

.podcast__player-speed {
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    color: #F35C5C;
    position: relative;
}

.podcast__player-speed-selector {
    background: #F4F4F4;
    border-radius: 2px;
    border: 1px solid rgba(171, 171, 171, 0.5);
    padding: 5px 0;
    box-shadow: 5px 4px 13px rgba(171, 171, 171, 0.5);
    position: absolute;
    top: -300%;
    z-index: 2;
    display: none;
}

.podcast__player-speed-selector > div {
    padding: 0 5px;
}

.podcast__player-speed-selector > div:hover {
    background-color: rgba(171, 171, 171, 0.5);
}


.podcast__player-speed-value {
    background-color: transparent;
}

#audio {
    display: none;
}
/*endregion podcast__audio-player*/

/*region podcast__expert-footnote*/

.expert-footnote__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7C7C7C;
    padding-top: 11px;
}

.expert-footnote__data-expert-data {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.expert-footnote__data-expert-data:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 176px;
    height: 2px;
    background: #F35C5C;
}

.expert-footnote__data-expert-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 0;
    margin-top: auto;
}

.expert-footnote__data-expert-img {
    min-width: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
    background: #D9D9D9;
}

.expert-footnote__data-expert-img > img {
    width: 100%;
    height: auto;
}

/*endregion podcast__expert-footnote*/

.podcast__with-outlined {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 30px 0;
    color: #464646;
}

/*region podcast__with-callout*/
.podcast__with-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.podcast__with-callout-callout {
    max-width: 392px;
    padding-left: 30px;
    border-left: 2px solid #F35C5C;
    margin-bottom: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ABABAB;
    font-size: 16px;
}

.podcast__with-callout-text {
    max-width: 487px;
}

@media only screen and (max-width: 767px) {
    .podcast__with-callout {
        flex-direction: column;
    }

    .podcast__with-callout-callout {
        border-top: 2px solid #F35C5C;
        border-left: none;
        margin-top: 16px;
        padding: 16px 0 0;
    }

}


/*endregion podcast__with-callout*/

.podcast__article-content-part > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #464646;
}

/*region #article-teaser-slider*/

#article-teaser-slider .article {

    position: relative;
    background: #B5677E;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    min-height: 336px;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

#article-teaser-slider .article {
    background-image: url("/-/media/podcast/release-img-01-mobile.svg");
}

#article-teaser-slider .article--anger {
    background-image: url("/-/media/podcast/release-img-02-mobile.svg");
    background-position: right;
}

#article-teaser-slider .article--bargaining {
    background-image: url("/-/media/podcast/release-img-03-mobile.svg");
    background-position: right;
}

#article-teaser-slider .article--depression {
    background-image: url("/-/media/podcast/release-img-04-mobile.svg");
}

#article-teaser-slider .article--acceptance {
    background-image: url("/-/media/podcast/release-img-05-mobile.svg");
}

.article > a {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
}

.article__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.article__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.article__item-topic {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.6;
}

#article-teaser-slider h3 {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
}

#article-teaser-slider h3 > span {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-bottom: -7px;
    margin-left: 8px;
}


#article-teaser-slider .subtitle {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.article__item-bottom {
    margin-top: 177px;
    margin-bottom: 0;
}
/*endregion #article-teaser-slider*/

@media only screen and (min-width: 768px) {
    .slick-initialized .slick-slide {
        margin: 0 15px;
        max-width: 360px;
    }
}