@media (min-width: 1200px) {
	.item-one {
		width: 20%;
    	height: 222px;
	}
	.search__results {
		height: calc(100vh - 433px);
	}
}

.hits-page, .hitseurope-page {
	height: calc(100vh - 202px);
}
@media (max-width: 1199px) {
	.search__results {
		height: calc(100vh - 33px);
	}
	.daymelody__img {
	    background-size: 100%;
	}
	.search__result {
		padding: 22px;
	}
	.item-one.dop {
	  	display: none;
	}
	.personal__melody-right {
		width: 330px;
	}
	.player__btns a {
		margin: 0 4px;
	}
	.hits-page, .hitseurope-page {
		height: calc(100vh - 222px);
	}
}
@media (max-width: 991px) {
	.hits-page, .hitseurope-page {
		height: calc(100vh - 130px);
	}
	.item-menu {
		display: inline;
	}
	.head-top {
		display: none;
	}
	.daymelody__img {
		position: absolute;
		left: 0;
		max-width: none;
	}
	.daymelody__img img {
		top: 30px;
		left: 50%;
		margin-left: -92px;
	}
	.daymelody__img::before {
		top: 30px;
		left: -150px;
		right: auto;
	}
	.daymelody__img::after {
		top: 30px;
		right: -150px;
	}
	.daymelody__info {
	    padding: 240px 15px 30px;
	}
	.daymelody__info-title {
		font-size: 36px;
	}
	.daymelody__info-name {
		font-size: 36px;
		line-height: 1;
	}
	.section-download {
		padding: 20px 0 10px;
		text-align: left;
	}
	.section-icon {
		display: none;
	}
	.section-download__title {
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.section-download__description {
		line-height: 1.2;
		margin: 10px 0 15px;
	}
	.section-download .container {
		padding: 0 20px;
	}
	.section-download__form input {
		margin: 10px 0;
		width: 100%;
	}
	.section-download__form input[type="text"] {
		width: 100%;
		text-align: center;
	}
	.section-search {
		padding: 20px 0;
	}
	.section-search__btn {
		display: none;
	}
	.section-popular__title {
		display: none;
	}
	.section-popular {
		margin: 0;
	}
	.footer {
		display: block;
	}
	.head-mobile {
	  display: flex;
	  height: 70px;
	}
	.head-bot {
		transition: transform 0.3s linear 0s;
		transform: translate3d(100%,0,0);
	    position: fixed;
	    top: 70px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 999;
	    background: #fff;
	    display: block;
	}
	.head-bot.active {
		transform: translateZ(0);
	}
	.head-bot .container {
		padding: 0;
		margin: 0;
		max-width: none;
	}
	.header__menu {
		flex-direction: column;
    	align-items: flex-start;
    	margin: 0;
	}
	.header__menu a {
		color: #1f2229;
		margin: 0;
		padding: 15px 25px;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
	}
	.header__menu a:first-child {
		border-top: 1px solid #f2f2f2;
	}
	.header__menu a.active, .header__menu a:hover {
		border-bottom: 1px solid #f2f2f2;
	}
	.hits-page {
		background: #ededed;
	}
	.hits__circle {
		content: none;
	}
	.item-one {
		width: 33.3333%;
		height: 222px;
	}
	.item-one.mob {
		display: none;
	}
	.hits__list, .hitseurope__list {
	    padding: 5px 0;
	}
	.hitseurope-page {
		padding: 5px 0;
		background: #ededed;
	}
	.item-one.mob.dop {
		display: grid;
	}
	.pagination {
	    margin: 30px 0 25px;
	}
	.pagination a {
		width: 20px;
	    height: 20px;
	    font-size: 8px;
	    margin: 0 3px;
	}
	.container {
		padding: 0 20px;
	}
	.personal__melody {
		margin: 5px 0;
	}
	.personal__melody-left {
		width: 35%;
		min-width: 35%;
	}
	.personal__melody-right {
	    width: 65%;
	}
	.personal__melody-img img {
	    width: 90px;
	    height: 90px;
	}
	.personal__melody-info {
		padding: 35px 15px 30px;
		height: 105px;
	}
	.personal__melody {
		height: 160px;
	}
	.melody-player {
		height: 55px;
	}
	.player__share {
		display: none;
	}
	.player__btns {
		width: 60%;
		min-width: 60%;
	}
	.player__time {
		width: 40%;
		min-width: 40%;
		font-size: 14px;
		padding: 0;
	}
	.player__bar {
		height: 45px;
		padding: 0 15px;
	}
	.player__btns a {
		margin: 0 3px;
	}
	.player__btns img {
		width: 80%;
	}
	.personal__right {
	    display: flex;
    	flex-direction: column;
	}
	.personal__scenarios {
		order: 1;
	}
	.personal__groupsnumber {
		order: 2;
	}
	.personal__groupsmelody {
		order: 3;
	}
	.personal__rules {
		order: 4;
	}
	.personal__upload {
		order: 5;
	}
	.personal__upload > span {
		padding: 30px 20px 20px;
    	text-align: center;
	}
	.personal__upload-file {
		margin: 0 20px;
	}
	.search-page {
		background: #339933;
	}
	.search__block-input {
		padding-top: 140px;
	}
	.search__block-input {
		display: block;
	}
	.search__block-input span {
		position: absolute;
	    bottom: -25px;
	    font-size: 12px;
	}
	.search__block-input h2 {
		display: block;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.search__block-input form input {
		border-bottom: 3px solid #fff;
	}
	.reset img {
		width: 16px;
		height: 16px;
	}
	.reset {
		top: 150px;
	}
	.search-page .search__results {
		display: none;
	}

	.search__results-block {
		padding: 0;
	}
	.search__result-block {
		padding: 5px 15px;
	}
	.search__results {
	    padding-top: 15px;
	}
	.search__result {
		height: 340px;
	    padding: 22px 35px;
	}
	.service__header-descr-m {
	  display: block;
	}
	.service__header-descr {
		display: none;
	}
	.service__header {
		padding: 55px 0 10px;
	}
	.service__info {
		padding: 0;
		background: #1f2229;
	}
	.service__info-question:first-child {
		background: #fff;
		padding: 40px 0;
		color: #1f2229;
	}
	.service__info-question:last-child {
		background: #1f2229;
		padding: 40px 0 0;
	}
	.service__info-question {
		margin: 0;
	}
	.service__table-string {
		flex-direction: column;
		margin: 10px 0;
	}
	.service__table-left,
	.service__table-right {
		width: 100%;
		padding: 15px 20px;
		text-align: left;
	}
	.service__info-dops {
		padding: 0 0 20px;
		margin: 0;
	}
	.service__install-title {
		font-size: 20px;
	}
	.service__install-one {
		padding: 20px 30px;
	}
	.service__install-one i {
		font-size: 32px;
    	font-weight: 700;
	}
	.service__install-one_text {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.item-one__info {
		left: 0;
		top: 0;
		padding: 10px;
	}
	.item-one__name {
		font-size: 14px;
		height: 29px;
	}
	.item-one__song {
		font-size: 14px;
	}
	.item-one__setup,
	.item-one__play {
		display: none;
	}
	.item-one__mobileLink {
		display: block;
	}
	.item-one .melody-player {
		display: none;
	}
	.item-one__price {
		top: 5px;
		left: 5px;
		width: 64px;
		height: 64px;
		font-size: 10px;
	}
}

@media (max-width: 575px) {
	.section-popular .item-one {
		padding: 0 0 50px 0;
		margin: 5px;
	}
	.section-popular .ordering {
		padding: 15px 15px 0px 0px !important;
	}

	.section-popular .container {
		padding: 5px;
	}
	.item-one {
		width: 46%;
		height: 160px;
	}
	.hits-page .container {
		padding: 0;
	}

	.hitseurope-page .container {
		padding: 0;
	}
	.item-one.mob.dop {
		display: none;
	}
	.player__time {
		width: 40%;
		min-width: 40%;
		font-size: 10px;
		padding: 0;
	}
	.btn1 {
		padding: 0px;
	}
	.input-string .input-string.normal input {
		margin-right: 0;
		width: 160px;
	}
	.input1 {
		padding: 0;
	}
}