.basePage--podcasts {
    margin-bottom: 5em;
}

.basePage--podcasts .calender__all {
    display: none;
}

.basePage--podcasts .pageTop {
    justify-content: flex-end;
    margin-bottom: 25px;
}

.basePage--podcasts .basePage__inner {
    max-width: 100%;
    width: 100%;
}

.basePage--podcasts .basePage__aside {
    width: 430px;
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
    .basePage--podcasts .basePage__aside {
        width: 100%;
        width: calc(100% + 20px);
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .basePage--podcasts .interviewAside__slide .interviewAside__image {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .basePage--podcasts .interviewAside__slide .interviewAside__image img {
        width: 70px;
        margin-right: 12px;
    }
}
.basePage--podcasts .interviewAside__name {
    font-size: 46px;
    margin-bottom: 12px;
}

.basePage--podcasts .interviewAside__desc {
    margin-bottom: 62px;
    margin-right: 90px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .basePage--podcasts .interviewAside__desc {
        margin-right: 0;
        padding-left: 10px;
    }
}

.basePage--podcasts .dropdown {
    text-align: center;
}
.basePage--podcasts .dropdown__title {
    justify-content: center;
    padding-right: 30px;
}
.basePage--podcasts .dropdown--active .dropdown__title {
    color: #000000;
}

.basePage--podcasts .dropdown__title:after {
    content: none;
}
.basePage--podcasts .dropdown__title span {
    position: relative;
    padding-right: 20px;
}

.basePage--podcasts .dropdown__title span:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.367 0L7 4.973 1.633 0 0 1.514 7 8l7-6.486L12.367 0z' fill='%23B70101'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.basePage--podcasts .dropdown--active .dropdown__title span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    top: 43%;
}

.basePage--podcasts .dropdown__items {
    padding: 0;
}

.basePage--podcasts .dropdown__item {
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basePage--podcasts .dropdown__link {
    text-decoration: none;
}

.podcasts__items {
}

.podcast__item {
    margin-bottom: 42px;
}

.podcast__date {
    display: block;
    font-family: "Circe", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 9px;
    line-height: 132%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B70101;
    margin-bottom: 10px;
}

.podcast__title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 15px;
}

.podcast__desc {
    margin-bottom: 25px;
    line-height: 1.8;
}

.podcast__authors {
    margin-bottom: 30px;
}

.podcast__author {
    /* border-bottom: 1px solid #C20000; */
}

.podcast__links {
    font-family: "Circe", sans-serif;
    margin-bottom: 15px;
}

.podcast__link {
    padding: 0 13px;
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.podcast__link:first-child {
    padding-left: 0;
}

.podcast__link:last-child {
    padding-right: 0;
}

.podcast__link--sep {
    padding: 0 16px;
    color: #cccccc;
}

.applicants__image {
    position: relative;
}

.applicants__podcast-link {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    padding: 6px 5px;
    border-radius: 50%;
    z-index: 1000;
    background: #B70101;
}

.applicants__podcast-text {
    display: none;
    margin-right: 5px;
    font-family: Futura, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 0;
    align-items: center;
    text-transform: capitalize;
    color: #FAFAFA;
}

.applicants__podcast-icon {
    width: 9px;
    height: 7px;
    background: url('../images/podcast-play.svg') no-repeat center center;
}

.applicants__item:hover .applicants__podcast-link {
    width: auto;
    right: 0;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.applicants__item:hover .applicants__podcast-text {
    display: block;
}