.page-banner{
    background: #F4F4F4;
    max-height: 415px;
}

.d-flex-row{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-banner__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/bg-podcast.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.page-banner__title{
    font-family: Wix Madefor Display;
    font-size: 48px;
    font-weight: 500;
    line-height: 60.48px;
    text-align: left;
}
.page-banner__subtitle{
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: left;
}
.podcast-negativ{
    margin-top: -50px;
}
.podcast-item {
    padding: 20px;
    width: calc((100% - 10px) / 2);
    background: #ffffff;
    border: 0.5px solid #333333;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
} 
.page-banner_info{
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.podcast-item-new {
    padding: 30px;
    width: calc((100% - 10px) / 2);
    background: #F4F4F4;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
}

.podcast-item:nth-child(odd) {
    margin-right: 10px;
}
.podcast-item-new:nth-child(odd) {
    margin-right: 10px;
}
.podcast-icon {
    width: 144px;
    height: 122px;
    margin-right: 24px;
    background-image: url("/podcast/images/microphone.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.podcast-icon-new {
    width: 191px;
    height: 182px;
    margin-right: 24px;
    background-image: url("/podcast/images/icon-micro-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.podcast-negativ{
    margin-top: -50px;
}

.podcast-content {
    width: calc(100% - 168px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.podcast-date {
    font-family: "TT Norms";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    margin-bottom: 8px;
}
.podcast-date-new{
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #000000;
}

.podcast-name {
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
}

.podcast-name-new{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    margin-top: 10px;
}

.podcast-link-icon {
    width: 20px;
    height: 20px;
    background-image: url("/podcast/images/icons/apple.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.podcast-link-icon:not(:last-child) {
    margin-right: 12px;
}

.podcast-link-icon.podcast-apple {
    background-image: url("/podcast/images/icons/apple.svg");
}

.podcast-link-icon.podcast-ya {
    background-image: url("/podcast/images/icons/ya.svg");
}

.podcast-link-icon.podcast-google {
    background-image: url("/podcast/images/icons/google.svg");
}

.podcast-link-icon.podcast-litres{
    background-image: url("/podcast/images/icons/litres-icon.svg");
}

.podcast-link-icon.podcast-vk {
    background-image: url("/podcast/images/icons/vk.svg");
    width: 36px;
}

@media (max-width: 980px) {
    .page-banner__image {
        display: none;
    }
    .page-banner__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 25px 0px;
    }
    .page-banner__container .fix-container{
        margin: inherit;
    }
    .podcast-content {
        width: calc(100% - 83px);
    }
    .page-banner_info {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }
    .podcast-name-new {
        font-size: 14px;
        line-height: 15.2px;
        margin-top: 5px;
    }
    .podcast-negativ{
        margin-top: -25px;
    }
    .podcast-icon-new {
        width: 83px;
        height: 93px;
        margin-right: 20px;
    }
    .podcast-item-new {
        padding: 20px;
    }
    .podcast-date-new {
        font-size: 8px;
        line-height: 10.2px;
    }
    .page-banner__title {
        font-size: 24px !important;
        line-height: 30.24px !important;
    }
    .page-banner__subtitle {
        font-size: 14px !important;
        line-height: 16.12px !important;
        margin-top: 10px !important;
    }
}