/* DESKTOP  (1024)
---------------------------------------------*/
@media only screen and (max-width:1024px) {
    .container {
        margin: 0;
    }
    .header,
    .middle {
        border-radius: 0;
    }
    .fullstory_content_top {
        display: block;
    }

    .full_poster {
        max-width: none;
        margin-right: 0;
        height: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .full_poster img {
        width: 250px;
        height: 250px;
    }
    .track-time {display: none;}
    .global_promo {
        padding: 10px 20px 10px;
        z-index: 1;
    }
    .promo_content {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 15px;
        justify-content: space-between;
    }
    .promo_item {
        flex: 0 0 165px;
        max-width: 165px;
    }
}



/* TABLET  (992)
---------------------------------------------*/

@media only screen and (max-width:992px) {
    .global_promo, .track-item, .full_section, .info_player_section {border-radius:0 !important;}
    .header {position:relative;}
    .logo {order: 2;flex: 1;margin-left: 10px;max-width: none;}
    .logo, .logo a {
        font-size: 28px;
    }
    .logo svg {
        fill: white;
        width: 28px;
        height: 28px;
    }
    .search {
        margin: 0 20px;
    }
    .upanel {
        flex: 0 0 auto;
        max-width: none;
        order: 3;
    }
    .upanel_btn {
        padding: 0 10px;
    }
    .upanel_btn span {
        display: none;
    }
    .upanel_btn svg {
        display: block;
    }
    .content {
        margin-right: 0;
    }
    .aside {
        flex: 0;
        max-width: 0;
        border-radius: 10px;
        padding: 0;
        background: transparent;
    }
    .aside_block {display: none;}
    .b_main_menu {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: -18px;
        background: #0F172A;
        min-width: 250px;
        box-shadow: 0 0 17px rgba(51, 51, 51, .07);
        padding: 10px;
        display: none;
        border-radius: 10px;
        z-index: 9999;
    }
    button.mob_nav {
        display: inline-flex;
        order: 1;
    }
    button.search_btn {display: inline-flex;}

    .full_title {
        text-align: center;
    }
.search {
    margin: 0;
    position: absolute;
    top: calc(100% - 10px);
    z-index: 10;
    left: 0;
    right: 0;
    background: #0F172A;
    padding: 10px 20px;
    display:none;
}
.middle {
    padding: 0;
    display: block;
}
.search_btn {
    margin-right: 15px;
}
.paging-wrapper-bottom {
    width: auto;
}
}



/* TABLET  (800)
---------------------------------------------*/
@media only screen and (max-width:800px) {}



/* TABLET  (768)
---------------------------------------------*/
@media only screen and (max-width:768px) {}



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {
    .playlists li {
        flex: 0 0 33.333333%;
    }
}


/* MOBILE  (575)
---------------------------------------------*/
@media only screen and (max-width:575px) {
    .info_player_section {
        text-align: center;
    }
    .info_player_section span:first-child {margin-left: 0;}
    .rating_track {
        display: flex;
        justify-content: center;
        margin-left: 0 !important;
        margin-top: 7px;
    }
    .fullstory .btn_download {
        display: flex;
        width: 100%;
        margin-top: 12px;
    }
}


/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .btn_more {display: none;}
    .ap-img,
    .ap-info {display: none;}
    .rating_track {
        width: 100%;
    }
    .playlists li {
        flex: 0 0 33.333333%;
    }
}



/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    .global_promo {
        display: none;
    }
    .fullstory .track-share {
        display: none;
    }
    .fx-1, .fheader h1 {
        min-width: 40px;
    }
}