/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1350px) {
    .row > div,
    .slider-catalog .slick-slide {
        padding: 0 8px;
    }
    .row,
    .slider-catalog .slick-list {
        margin: 0 -8px;
    }
    .content-wrap {
        padding: 32px 24px
    }
    body {
        font-size: 13px;
    }
    .item-artist__image {
        width: 105px;
        height: 105px;
    }
    .item-song {
        margin-bottom: 5px;
    }
    .item-song__image {
        width: 45px;
        height: 45px;
    }
    .row.row_playlists > div {
        margin-bottom: 25px;
    }
    .row.row_playlists {
        margin-bottom: -25px;
    }
    .item-playlist {
        height: 325px;
        padding: 18px 20px;
    }
    .menu {
        gap: 21px;
    }
    .unit-catalog__image {
        height: 155px;
    }
    .cookie__content {
        padding: 20px 30px;
        gap: 50px;
        font-size: 14px;
    }
    .cookie .btn-main {
        height: 44px;
        font-size: 14px;
    }
    .cookie {
        bottom: 18px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .novelty {
        padding-top: 36px;
    }
    body {
        font-size: 11px;
    }
    .header__wrapper {
        gap: 32px;
    }
    .search-main input {
        font-size: 14px;
    }    
    .title-section {
        font-size: 28px;
    }
    .row > div,
    .slider-catalog .slick-slide {
        padding: 0 4px;
    }
    .row,
    .slider-catalog .slick-list {
        margin: 0 -4px;
    }
    .unit-catalog__image {
        height: 135px;
    }
    .link-page {
        font-size: 14px;
    }
    .title-section {
        font-size: 24px;
    }
    .content-wrap {
        padding: 28px 18px;
    }
    .item-artist__image {
        width: 90px;
        height: 90px;
    }
    .songs__head > div:nth-child(1) {
        width: 54%;
    }
    .row.row_playlists > div {
        margin-bottom: 16px;
    }
    .row.row_playlists {
        margin-bottom: -16px;
    }
    .item-playlist__name {
        font-size: 14px;
    }
    .item-playlist {
        height: 263px;
        padding: 13px 16px;
    }
    .unit-song {
        padding: 8px;
    }
    .songs_main .songs__head > div:nth-child(1) {
        width: 28%;
    }
    .song-main__title {
        font-size: 28px;
    }
    .song-main__info {
        padding-right: 48px;
        margin-right: 48px;
        max-width: 340px;
    }
    .song-main {
        padding: 28px 32px;
    }
    .cookie__content {
        padding: 18px 15px;
        gap: 17px;
        font-size: 12px;
    }
    .cookie .btn-main {
        height: 40px;
        font-size: 13px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .menu {
        display: none;
    }
    .search-main {
        width: 100%;
        order: 5;
        flex: none;
    }
    .header__wrapper {
        flex-wrap: wrap;
    }
    .hidden-mob {
        display: none !important;
    }
    .logo img {
        width: 96px;
    }
    .sandwich {
        display: flex;
    }
    .header__wrapper {
        padding-top: 61px;
        gap: 0;
    }
    .search-main input {
        font-size: 16px;
    }
    .header {
        padding-top: 0;
        padding-bottom: 8px;
        border: none;
    }
    .novelty {
        padding-top: 16px;
    }
    .link-page {
        font-size: 16px;
    }
    .slider-catalog {
        margin-right: -15px;
    }
    .slider-catalog .slick-slide {
        width: 162px;
        margin-right: 12px;
        padding: 0;
    }
    .slider-catalog .slick-list {
        margin: 0;
    }
    body {
        font-size: 14px;
    }
    .catalog {
        padding: 40px 0;
    }
    .content-wrap {
        padding: 0;
        border: none;
        min-height: initial;
    }
    .item-song__album,
    .songs__head {
        display: none;
    }
    .item-song__content {
        flex: 1;
        width: auto;
    }
    .item-song__image {
        width: 48px;
        height: 48px;
    }
    .item-song {
        margin-bottom: 8px;
    }
    .content-wrap_artists {
        margin-top: 40px;
    }
    .recommendations .head-section,
    .playlists .head-section,
    .content-wrap_artists .head-section {
        display: block;
    }
    .recommendations .head-section .link-page,
    .playlists .head-section .link-page,
    .content-wrap_artists .head-section .link-page {
        margin-top: 8px;
    }
    .item-artist__image {
        width: 99px;
        height: 99px;
    }
    .item-artist {
        margin-bottom: 24px;
    }
    .item-playlist__image {
        height: 194px;
        margin-bottom: 8px;
        order: -1;
        position: relative;
        border-radius: 8px;
    }
    .item-playlist__image img {
        border-radius: 8px;
    }
    .item-playlist {
        padding: 0;
        height: auto;
    }
    .row > div {
        padding: 0 7px;
    }
    .row {
        margin: 0 -7px;
    }
    .item-playlist__image::after,
    .item-playlist__image::before {
        display: none;
    }
    .item-playlist__title {
        font-size: 12px;
        line-height: 150%;
        color: #828282;
    }
    .item-playlist__name {
        color: #0E0E0E;
        font-weight: 700;
        display: block;
        flex-wrap: wrap;
    }
    .icon-playlist {
        margin-top: 4px;
        gap: 4px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        background: none;
    }
    .icon-playlist::before {
        content: "Слушать";
        color: #D732A8;
    }
    .icon-playlist::after {
        position: relative;
        display: block;
        content: " ";
        width: 20px;
        height: 20px;
        background-image: url(../img/play.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .row.row_playlists > div {
        margin-bottom: 24px;
    }
    .row.row_playlists {
        margin-bottom: -24px;
    }
    .playlists {
        padding-bottom: 40px;
    }
    .footer {
        padding: 24px 0;
        border: none;
        position: relative;
    }
    .footer::before {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #DDDDDD;
    }
    .footer__wrapper {
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .copyright {
        order: 2;
    }
    .more-button .btn-main {
        width: 100%;
    }
    .more-button {
        display: block;
    }
    .row_artists > div:nth-child(n+7) {
        display: none;
    }
    .row_playlists > div:nth-child(n+5) {
        display: none;
    }
    .playlists .more-button {
        padding-top: 24px;
    }
    .menu-mobile {
        display: none;
    }
    .menu-mobile__wrap {
        font-size: 24px;
        line-height: 130%;
        position: fixed;
        padding: 15px;
        padding-bottom: 48px;
        top: 55px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 700;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-mobile .menu {
        display: block;
    }
    .menu-mobile .menu li {
        margin-bottom: 20px;
    }
    .menu-mobile .social-links {
        gap: 20px;
        margin-top: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-mobile .link-social img {
        width: 28px;
        height: auto;
    }
    .header__top {
        padding: 8px 15px;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 600;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .song-main {
        padding: 28px 24px;
        display: block;
    }
    .song-main__info {
        max-width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        border: none;
    }
    .song-main__title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .song-main__name {
        font-size: 14px;
    }
    .song-main__butons {
        margin-top: 28px;
        flex-direction: row;
    }
    .page-song {
        padding-top: 16px;
        padding-bottom: 40px;
    }
    .popular-songs .head-section {
        margin-bottom: 16px;
    }
    .col-song {
        width: 100%;
    }
    .row_units > div:nth-child(n+6) {
        display: none;
    }
    .recommendations .more-button {
        padding-top: 24px;
    }
    .cookie__content {
        display: block;
    }
    .cookie__content br {
        display: none;
    }
    .cookie__content p {
        margin-bottom: 15px;
    }
    .cookie .btn-main {
        padding: 0 10px;
        width: 100%;
    }
    .no-scroll {
        overflow: hidden;
    }

    .btn-search {
        width: 45px;
        height: 45px;
        margin-left: auto;
        background-image: url(../img/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        cursor: pointer;
    }
    .search-main {
        padding: 12px 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        display: none;
    }
    .search-main__content {
        position: relative;
        flex: 1;
    }
    .search-main__wrap {
        position: relative;
        display: flex;
        align-items: center;
    }
    .search-main__close {
        padding-left: 12px;
        font-weight: 700;
        display: block;
        cursor: pointer;
    }
    .header {
        padding: 8px 0;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 600;
        position: fixed;
    }
    .header__top {
        position: relative;
        padding: 0;
        background: transparent;
        z-index: 1;
    }
    .header__wrapper {
        padding: 0;
    }
    .search-main input {
        font-size: 14px;
        height: 37px;
    }
    .search-popup {
        margin-top: -4px;
        left: 15px;
        right: 15px;
        width: auto;
    }
    .item-search {
        border-bottom: 1px #DDDDDD solid;
    }
    .wrapper {
        padding-top: 61px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu-mobile,
    .more-button,
    .show-mob {
        display: none !important;
    }
    .search-main {
        display: block !important;
    }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
@media (min-width: 1350px) {
	.container {
    max-width: 1320px;
}
}

@media (hover: hover) {
    .menu a:hover {
        color: #828282;
    }
    .link-page:hover {
        color: #a50076;
    }
    .unit-catalog:hover .unit-catalog__image::before {
        opacity: 1;
    }
    .unit-catalog:hover .icon-play {
        opacity: 1;
    }
    .unit-catalog:hover .unit-catalog__title {
        color: #D732A8;
    }
    .item-song:hover .item-song__image::before {
        opacity: 1;
    }
    .item-song:hover {
        background: #F5F5F5;
    }
    .item-song:hover .icon-play {
        opacity: 1;
        filter: brightness(0) invert(1) !important;
    }
    .item-artist:hover .item-artist__image::before {
        opacity: 1;
    }
    .item-artist:hover {
        color: #D732A8;
    }
    .item-playlist:hover .item-playlist__image::before {
        opacity: 1;
    }
    .footer__link:hover,
    .link-social:hover {
        opacity: 0.7;
    }
    .btn-page:hover {
        background: #b9148a;
    }
    .btn-page.btn-page_main:hover {
        background: #0E0E0E;
        border-color: #0E0E0E;
        color: #fff;
    }
    .btn-page.btn-page_main:hover img {
        filter: brightness(0) invert(1);
    }
    .icon-play:hover {
        filter: none;
    }
    .btn-main.btn-main_page:hover {
        background: #a50076;
        border-color: #a50076;
    }
    .item-search:hover {
        background: #F5F5F5;
    }
}

@media (hover: none) {
    .menu a:active {
        color: #828282;
    }
    .link-page:active {
        color: #a50076;
    }
    .unit-catalog:hover .unit-catalog__image::before {
        opacity: 1;
    }
    .unit-catalog:active .icon-play {
        opacity: 1;
    }
    .unit-catalog:active .unit-catalog__title {
        color: #D732A8;
    }
    .item-song:active .item-song__image::before {
        opacity: 1;
    }
    .item-song:active {
        background: #F5F5F5;
    }
    .item-song:active .icon-play {
        opacity: 1;
        filter: brightness(0) invert(1) !important;
    }
    .item-artist:active .item-artist__image::before {
        opacity: 1;
    }
    .item-artist:active {
        color: #D732A8;
    }
    .item-playlist:active .item-playlist__image::before {
        opacity: 1;
    }
    .footer__link:active,
    .link-social:active {
        opacity: 0.7;
    }
    .btn-page:active {
        background: #b9148a;
    }
    .btn-page.btn-page_main:active {
        background: #0E0E0E;
        border-color: #0E0E0E;
        color: #fff;
    }
    .btn-page.btn-page_main:active img {
        filter: brightness(0) invert(1);
    }
    .icon-play:active {
        filter: none;
    }
    .btn-main.btn-main_page:active {
        background: #a50076;
        border-color: #a50076;
    }
    .item-search:active {
        background: #F5F5F5;
    }
}