.top-meta-container{
    display: none;
}
.b-footer .container .footer-menu{
    border: none;
}
.podcasts{}
.podcasts__banner{
    --podcasts-image-banner: none;
    --podcasts-image-banner_tablet: var(--podcasts-image-banner);
    --podcasts-image-banner_mobile: var(--podcasts-image-banner_tablet);
    background-color: #1E86CC;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--podcasts-image-banner_mobile);
    aspect-ratio: 375/675;
    margin-bottom: 50px;
}
.podcasts__audio{
    background-color: #1E86CC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(images/audio_bg.jpg);
    padding: 50px 0;
}
.podcasts__banner__breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-bottom: 31px;
    gap: 10px;
}
.podcasts__banner__breadcrumbs__sep{
    display: block;
    width: 6px;
    height: 6px;
    background: #d9d9d9;
}
.podcasts__banner__breadcrumbs__item{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.podcasts__banner__title{
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.podcasts__banner__title_top{

}
.podcasts__banner__title_bottom{
    display: flex;
    align-items: center;
    gap:10px;
    white-space: nowrap;
}
.podcasts__banner__title_bottom:before{
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    background-image: url("images/icon_play.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.podcasts__banner__posttitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.podcasts__banner__fio-author{
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 4px;
}
.podcasts__banner__post-author{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.6);
}

.podcasts__quote{
    margin-bottom: 50px;
}
.podcasts__quote__inner{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 24px;
}
#podcasts__quote__content__checkbox{
    display: none;
}
#podcasts__quote__content__checkbox:not(:checked) + .podcasts__quote__text .podcasts__quote__text__end{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__trim-marker{
    display: none;
}
.podcasts__quote__text__switch__text_opened{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__text_opened{
    display: block;
}

#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__text_closed{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__icon{
    transform: rotate(180deg) translate(0, -3px);
}
.podcasts__quote__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    color: #8f8f91;
    margin-bottom: 20px;
}
.podcasts__quote__text__switch{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #0067c0;
    cursor:pointer;
    margin-top: 10px;
}
.podcasts__quote__author__name{
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.04em;
    color: #212529;
    margin-bottom: 12px;
}
.podcasts__quote__author__post{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(33, 37, 41, 0.6);
}
.podcasts__quote__author{
    display: flex;
    align-items: center;
    gap: 20px;
}
.podcasts__platform{
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.podcasts__platform .container{
    position: relative;
    z-index: 2;
}
.podcasts__platform:not(.podcasts__platform_is-only-one):before{
    content: '';
    position: absolute;
    width: 341px;
    height: 393px;
    top: 158px;
    left: 50%;
    margin-left: 470px;
    background: url(images/vk_bg.png) no-repeat;
}
.podcasts__platform__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    margin-bottom: 24px;
}
.podcasts__platform__list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
.podcasts__platform__item{
    border-radius: 24px;
    width: 160px;
    height: 100px;
    background: #f5f6f9;
    padding: 17px 0px;
    text-decoration: none;
}
.podcasts__platform__item:hover{
    text-decoration: none;
}
.podcasts__platform__item__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0 auto 11px;
}
.podcasts__platform__item__logo img{
    flex: none;
    max-height: 100%;
}

.podcasts__platform__item__name{
    font-weight: 400;
    font-size: 14px;
    line-height: 113%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(33, 37, 41, 0.8);
    text-decoration: none;
}
.podcasts__platform__list_is-multiplicity-3 .podcasts__platform__item:last-child{
    width: 330px;
}
.podcasts__vk-block{
    border-radius: 14px;
    background: #edf6f9;
    padding: 43px;
    margin-top: 50px;
}
.podcasts__vk-block__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    margin-bottom: 14px;
}
.podcasts__vk-block__logo img{
    width: 40px;
}
.podcasts__vk-block__link{
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #0067c0;
    text-decoration: underline;
}
@media (min-width: 800px) {
    .podcasts__banner{
        background-image: var(--podcasts-image-banner_tablet);
        aspect-ratio: 1376/534;
    }
    .podcasts__quote__inner{
        padding: 64px;
        display: flex;
        gap: 64px;
    }
    .podcasts__quote__text {
        font-size: 17px;
        margin-bottom: 34px;
    }
    .podcasts__banner,
    .podcasts__quote,
    .podcasts__platform{
        margin-bottom: 100px;
    }

    .podcasts__platform__title{
        font-size: 50px;
        margin-bottom: 40px;
    }

    .podcasts__platform__item{
        width: 246px;
        height: 180px;
        padding: 41px 0 20px;
    }
    .podcasts__platform__list_is-multiplicity-3 .podcasts__platform__item:last-child{
        width: 246px;
    }
    .podcasts__platform__item__logo{
        height: 60px;
        margin: 0 auto 42px;
    }
    .podcasts__platform__item__name{
        font-size: 15px;
    }
    .podcasts__vk-block{
        margin-top: 100px;
    }
    .podcasts__vk-block__title{
        font-size: 36px;
    }
    .podcasts__vk-block__link{
        font-size: 17px;
    }
    .podcasts__audio{
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .podcasts__banner{
        background-image: var(--podcasts-image-banner);
        aspect-ratio: 1920/534;
    }
    .podcasts__banner__title{
        font-size: 38px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1106px) {
    .podcasts__banner__title{
        font-size: 54px;
    }
}
@media (min-width: 1200px) {
    .podcasts__banner__title{
        margin-bottom: 30px;
    }
}
@media (min-width: 1700px) {

    .podcasts__banner__breadcrumbs{
        padding-top: 30px;
        margin-bottom: 57px;
    }
    .podcasts__banner__title{
        font-size: 100px;
        margin-bottom: 30px;
    }
    .podcasts__banner__title_top{

    }
    .podcasts__banner__title_bottom{
        gap: 10px;
    }
    .podcasts__banner__title_bottom:before{
        width: 108px;
        height: 108px;
    }
    .podcasts__banner__posttitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .podcasts__banner__fio-author{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .podcasts__banner__post-author{
        font-size: 20px;
    }
}
