*::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
*:-moz-placeholder {
	color: #333;
	opacity: 1;
}
*::-moz-placeholder {
	color: #333;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 150%;
	overflow-x: hidden;
	margin: 0;
	color: #0E0E0E;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}
.header__wrapper {
	gap: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 144px;
	height: auto;
}
.search-main {
	flex: 1;
	position: relative;
}
.search-main input {
	height: 40px;
	padding: 0 36px;
	font-size: 16px;
	padding-right: 20px;
	line-height: 150%;
	font-weight: 400;
	color: #333;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #DDDDDD;
	background: #fff;
	font-family: "Roboto";
}
.icon-search {
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	pointer-events: none;
}
.menu {
	gap: 24px;
	display: flex;
	align-items: center;
}
.menu a {
	color: #333;
}
.head-section {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-section {
	font-size: 32px;
	line-height: 130%;
	font-weight: 700;
}
.link-page {
	font-size: 16px;
	gap: 8px;
	line-height: 150%;
	font-weight: 700;
	color: #D732A8;
	display: inline-flex;
	align-items: center;
}
.novelty {
	padding-top: 48px;
}
.unit-catalog__image {
	height: 170px;
	margin-bottom: 8px;
	border-radius: 12px;
	display: block;
	position: relative;
}
.unit-catalog__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.3s;
}
.unit-catalog__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 12px;
}
.row > div,
.slider-catalog .slick-slide {
	padding: 0 12px;
}
.row,
.slider-catalog .slick-list {
	margin: 0 -12px;
}
.slider-catalog:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.unit-catalog__title {
	margin-bottom: 2px;
	color: #333;
	display: block;
}
.unit-catalog__name {
	color: #828282;
	display: block;
}
.icon-play {
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s;
	opacity: 0;
	filter: brightness(0) invert(1);
	cursor: pointer;
}
.icon-play::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slick-arrow {
	width: 40px;
	height: 40px;
	top: 50%;
	font-size: 19px;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	color: #edccba;
	background: #fff;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.slick-arrow.slick-disabled {
	visibility: hidden;
	opacity: 0;
}
.slick-prev {
	left: 8px;
}
.slick-next {
	right: 8px;
}
.slider-catalog .slick-arrow {
	top: 65px;
	transform: none;
}

.catalog {
	padding: 64px 0;
}
.content-wrap {
	padding: 40px 32px;
	border: 1px solid #DDDDDD;
	border-radius: 24px;
	min-height: 100%;
}
.item-song {
	padding: 4px 12px;
	gap: 12px;
	margin: 0 -12px;
	margin-bottom: 8px;
	border-radius: 6px;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.item-song__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.3s;
}
.item-song .icon-play {
	width: 32px;
	height: 32px;
}
.item-song:last-child {
	margin-bottom: 0;
}
.item-song__image {
	width: 48px;
	height: 48px;
	border-radius: 4px;
	position: relative;
}
.item-song__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 4px;
}
.item-song__title {
	display: block;
	color: #0E0E0E;
}
.item-song__name {
	color: #828282;
}
.item-song__album {
	color: #828282;
}
.item-song__duration {
	margin-left: auto;
	color: #828282;
}
.item-song__content {
	width: 38%;
	flex: none;
}
.songs__head {
	margin-bottom: 10px;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	color: #828282;
	border-bottom: 1px #DDDDDD solid;
}
.songs__head > div:last-child {
	margin-left: auto;
}
.songs__head > div:nth-child(1) {
	width: 51%;
}
.item-artist {
	margin-bottom: 16px;
	color: #0E0E0E;
	display: block;
	text-align: center;
}
.item-artist__image {
	width: 118px;
	height: 118px;
	margin: 0 auto;
	margin-bottom: 12px;
	border-radius: 50%;
	position: relative;
	display: block;
}
.item-artist__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.item-artist__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.3s;
}
.item-artist__title {
	display: block;
}

.playlists {
	padding-bottom: 64px;
}
.row.row_playlists > div {
	margin-bottom: 32px;
}
.row.row_playlists {
	margin-bottom: -32px;
}
.item-playlist {
	height: 358px;
	padding: 18px 24px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	position: relative;
	z-index: 1;
}
.item-playlist__title {
	color: #DDDDDD;
	display: block;
}
.item-playlist__name {
	font-size: 16px;
	gap: 12px;
	line-height: 150%;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
}
.icon-playlist {
	width: 32px;
	height: 32px;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-playlist__image {
	border-radius: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.item-playlist__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.item-playlist__image::after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	width: 100%;
	top: 130px;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E0E0E 100%);
	transition: all 0.3s;
}
.item-playlist__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.3s;
	opacity: 0;
}


.footer {
	padding: 32px 0;
	border-top: 1px solid #DDDDDD;
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__link {
	color: #333333;
}
.copyright {
	color: #828282;
}
.social-links {
	gap: 19px;
	display: flex;
	align-items: center;
}
.link-social {
	gap: 8px;
	color: #333;
	display: inline-flex;
	align-items: center;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 45px;
	height: 45px;
	padding-top: 16px;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	align-items:center;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 0px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #333333;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 4px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #333333;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 8px;
	width: 22px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #333333;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 7px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 3px;
	transform: rotate(-45deg); 
}
.btn-main {
	height: 37px;
	padding: 0 32px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #D732A8;
	font-family: "Roboto";
	border: 1px solid #DDDDDD;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}
.page-song {
	padding-top: 48px;
	padding-bottom: 64px;
}
.song-main {
	padding: 32px 40px;
	border-radius: 12px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.song-main__info {
	padding-right: 64px;
	margin-right: 64px;
	max-width: 390px;
	border-right: 1px solid #DDDDDD;
}
.song-main__title {
	font-size: 32px;
	margin-bottom: 8px;
	line-height: 130%;
	display: block;
	color: #0E0E0E;
	font-weight: 700;
}
.song-main__name {
	font-size: 16px;
	line-height: 150%;
	color: #828282;
}
.feature {
	margin-bottom: 12px;
	gap: 6px;
	display: flex;
	align-items: center;
}
.feature:last-child {
	margin-bottom: 0;
}
.feature a {
	color: #D732A8;
}
.song-main__butons {
	gap: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: auto;
}
.btn-page {
	height: 36px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 48px;
	line-height: 150%;
	gap: 6px;
	font-weight: 700;
	color: #fff;
	background: #D732A8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn-page:active {
	background: #f550c6;
}
.btn-page.btn-page_main:active img {
	filter: brightness(0) invert(1);
}
.btn-page.btn-page_main:active {
	background: #363636;
	border-color: #363636;
	color: #fff;
}
.btn-page.btn-page_main {
	border: 1px solid #D732A8;
	color: #D732A8;
	background: transparent;
}
.popular-songs {
	padding-bottom: 64px;
}
.item-song__listenings {
	color: #828282;
}
.songs_main .item-song__content {
	width: 20%;
}
.songs_main .item-song__album {
	width: 24%;
	flex: none;
}
.songs_main .songs__head > div:nth-child(1) {
    width: 26%;
}
.songs_main .songs__head > div:nth-child(2) {
    width: 24.5%;
}
.recommendations {
	padding-bottom: 64px;
}
.col-song {
	width: 20%;
}
.unit-song {
	padding: 8px 16px;
	gap: 12px;
	display: flex;
	align-items: center;
	border: 1px solid #DDDDDD;
	border-radius: 12px;
}
.unit-song__content {
	flex: 1;
}
.unit-song__title {
	color: #333;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.unit-song__name {
	color: #828282;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.unit-song .icon-play {
	width: 32px;
	height: 32px;
	margin: 0;
	position: relative;
	filter: brightness(0%) !important;
	visibility: visible;
	opacity: 1;
}
.row.row_units > div {
	padding: 0 6px;
	margin-bottom: 12px;
}
.row.row_units {
	margin: 0 -6px;
	margin-bottom: -12px;
}
.cookie {
	position: fixed;
	bottom: 24px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.cookie__content {
	padding: 24px 32px;
	gap: 64px;
	font-size: 16px;
	border-radius: 8px;
	box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
	line-height: 150%;
	color: #333;
	display: flex;
	align-items: center;
}
.btn-main.btn-main_page {
	background: #D732A8;
	border: 1px solid #D732A8;
	color: #fff;
}
.cookie .btn-main {
	height: 48px;
	font-size: 16px;
}

.header {
	position: relative;
	z-index: 100;
}
.search-popup {
	padding: 8px 0px;
	border-radius: 8px;
	top: 100%;
	margin-top: 6px;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 8px 8px 0 rgba(0, 0, 0, 0.07), 0 19px 11px 0 rgba(0, 0, 0, 0.04), 0 33px 13px 0 rgba(0, 0, 0, 0.01), 0 52px 15px 0 rgba(0, 0, 0, 0), 0 0 9px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	position: absolute;
	z-index: 5;
	max-height: 450px;
	overflow: auto;
	display: none;
}
.search-popup::-webkit-scrollbar {
	-webkit-appearance: none;
}
.search-popup::-webkit-scrollbar:vertical {
	width: 3px;
}
.search-popup::-webkit-scrollbar:horizontal {
	height: 3px;
}
.search-popup::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.search-popup::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ccc;
}
.item-search {
	padding: 6px 12px;
	gap: 8px;
	color: #333;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
}
.ic-search + span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.ic-search {
	width: 20px;
	height: 20px;
	flex: none;
	background-image: url(../img/search_song.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-search_profile .ic-search {
	background-image: url(../img/search_profile.svg);
}
.item-search_song .ic-search {
	background-image: url(../img/search_song.svg);
}
.search-main input:focus {
	border-color: #D732A8;
}
.clear-search {
	width: 18px;
	height: 18px;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.search-main.filled .clear-search {
	visibility: visible;
	opacity: 1;
}
.search-main__close,
.btn-search {
	display: none;
}
.icon-play::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pause.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	opacity: 0;
	transition: all 0.3s;
}
.unit-catalog .icon-play::after {
	background-image: url(../img/pause2.svg);
}
.unit-song__title,
.unit-catalog__title,
.icon-play::before,
.item-song__title {
	transition: all 0.3s;
}
.playing .icon-play::before {
	opacity: 0;
}
.playing .icon-play::after {
	opacity: 1;
}
.playing .unit-song__title,
.playing .unit-catalog__title,
.playing .item-song__title {
	color: #D732A8;
}
.btn-page .icon-play {
	width: 24px;
	height: 24px;
	opacity: 1;
	position: relative;
	filter: brightness(0) invert(1) !important;
}

#player-container {
	position: fixed;
    bottom: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.wrapper section:first-of-type {
	padding-top: 48px;
}