@media(max-width: 767px){
    .bottom-block__ff{
        flex-wrap:wrap;
        gap:10px;
    }
    .footer-logo,.footer-after-logo{
        text-align: center;
    }
    .footer-menu ul,.footer-social,.footer-menu__second ul,.copyright p,.footer-bottom__made{
        justify-content: center;
    }
    .footer-social,.footer-after-logo{
        margin-bottom: 30px;
    }
    .footer-bottom{
        margin-top: 30px;
    }
    .btn-default,.artist-spotify,.artist-image{
        margin-bottom: 30px;
    }
    .other-artist{
        min-width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-search .search-input{
        width: 140px;
    }
    .header-search.is-open .search-input-wrapper{
        width: 160px;
    }
}
