.header-podcast{right:0}
.podcast-hidden{ display: hidden; }
@media (min-width:768px){
    .header-podcast{right:auto}
}
.header-podcast{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;top: 0;}
.header-podcast .header-videopodcast-box{width: 114px;}

@media (min-width:768px){
    .header-podcast .header-videopodcast-box{width:200px}
}
@media (min-width:1024px){
    .header-podcast .header-videopodcast-box{width:310px}
}
.header-podcast .header-videopodcast-box img{height:100%;width:100%}

.header-podcast .header-videopodcast-box.box-desktop{display:none}

@media (min-width:768px){
    .header-podcast .header-videopodcast-box.box-desktop{display:block}
    .header-podcast .header-videopodcast-box.box-mobile{display:none}
}

.header-podcast .header-podcast-odsluchaj{font-size:.875rem;line-height:1rem}

@media (min-width:1024px){
    .header-podcast .header-podcast-odsluchaj{font-size:1.125rem;line-height:1.75rem}
}
.header-podcast .header-podcast-odsluchaj{color:#e6007d;justify-content:center;align-items:center;gap:.75em;margin-top:.45em;font-weight:700;display:flex}
.header-podcast .header-podcast-arrow{width:.35em;padding-top:.15em}