.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);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--podcasts-image-banner_mobile);
    aspect-ratio: 375/408;
    margin-bottom: 40px;
    padding: 20px 30px;
}
.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__title svg{
    width: 44px;
    height: 44px;
}
.podcasts__banner__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 14px;
}
.podcasts__banner__title_top{
    display: flex;
    align-items: center;
    gap:10px;
    white-space: nowrap;
}
.podcasts__banner__title_bottom{

}

.podcasts__banner__posttitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #f5f8fa;
}
.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{

}
.podcasts__quote__icon{
    margin-bottom: 20px;
}
#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: 130%;
    color: var(--text);
    margin-bottom: 24px;
}
.podcasts__quote__text__switch{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: var(--blue);
    cursor:pointer;
    margin-top: 10px;
}
.podcasts__quote__author__name{
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #1b3550;
    margin-bottom: 10px;
}
.podcasts__quote__author__post{
    font-weight: 400;
    font-size: 14px;
    color: #8d8ba2;
}
.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__box{
    position: relative;
    background-color: var(--bg);
    background-image: url(images/pattern_podcast.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-radius: 32px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.podcasts__platform__title{
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: var(--black);
}
.podcasts__platform__list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
}
.podcasts__platform__item{
    border-radius: 999px;
    padding: 14px 30px;
    text-decoration: none;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
}
.podcasts__platform__item:hover{
    text-decoration: none;
}
.podcasts__platform__item__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}
.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{
    margin-top: 40px;
}
.podcasts__vk-block__title span{
    color: var(--blue);
}
.podcasts__vk-block__title{
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 24px;
}

.podcasts__vk-block__logo img{
    width: 40px;
}
.podcasts__vk-block__link{
    background: var(--bg);
    border-radius: 999px;
    padding: 20px 30px;

    display: flex;
    margin: 0 auto;
    gap: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--black);
    max-width: 400px;
}
@media (min-width: 800px) {
    .podcasts__banner{
        background-image: var(--podcasts-image-banner_tablet);
        aspect-ratio: 1376/534;
    }
    .podcasts__quote__inner{
        display: flex;
        gap: 24px;
    }
    .podcasts__quote__text {
        font-size: 20px;
    }
    .podcasts__banner,
    .podcasts__quote,
    .podcasts__platform{
        margin-bottom: 100px;
    }

    .podcasts__platform__title{
        font-size: 44px;
        max-width: 600px;
        text-align: left;
    }

    .podcasts__platform__item{

    }
    .podcasts__platform__list_is-multiplicity-3 .podcasts__platform__item:last-child{
        width: 246px;
    }
    .podcasts__platform__item__logo{

    }
    .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;
    }
}
@media (min-width: 992px) {
    .podcasts__vk-block{
        margin-top: 120px;
    }
    .podcasts__banner{
        background-image: var(--podcasts-image-banner);
        aspect-ratio: 1760/663;
        padding: 86px 75px;
        margin-bottom: 80px;
    }
    .podcasts__banner__title{
        font-size: 38px;
        margin-bottom: 12px;
    }
    .podcasts__banner__title svg{
        width: 74px;
        height: 74px;
    }
    .podcasts__platform__box{
        padding: 80px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .podcasts__vk-block__title{
        margin-bottom: 40px;
    }
    .podcasts__vk-block__title{
        font-size: 44px;
        margin-bottom: 48px;
    }
}

@media (min-width: 1106px) {
    .podcasts__banner{
        margin-bottom: 120px;
    }
    .podcasts__banner__title{
        font-size: 54px;
    }
}
@media (min-width: 1200px) {
    .podcasts__banner__title{
        margin-bottom: 30px;
    }
    .podcasts__quote__inner{
        padding: 0 148px;
    }
}
@media (min-width: 1700px) {
    .podcasts__banner__title{
        font-size: 80px;
        margin-bottom: 30px;
    }
    .podcasts__banner__title_bottom{
        gap: 10px;
        font-size: 64px;
    }
    .podcasts__banner__posttitle{
        color: #f2fbfe;
    }

}
