.podcasts__list-panel__search{
    margin-bottom: 40px;
}
.podcasts__list-panel__search-form{
    position: relative;
    max-width: 800px;
}
.podcasts__list-panel__search-form .podcasts__list-panel__search-field{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e3e7;
    border-radius: 999px;
    padding: 16px 28px 16px 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8d8ba2;
    opacity: 0.7;
}
.podcasts__list-panel__search-form .podcasts__list-panel__search-field:focus{
    outline: none;
    opacity: 1;
}

.podcasts__list-panel__search-btn{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    background: none;
}