/* Оформление кнопки */
.musicbox { 	display: none; }
.musicbox01 { 	display: none; }
.musicbox02 { 	display: none; }
/* Переключатели кнопки 1 */
#side-checkbox { 	display: none; }
#side-checkbox ~ .side-close {   display: none; }
#side-checkbox ~ .side-open { 	display: block; }
#side-checkbox:checked ~ .side-close { 	display: block; }
#side-checkbox:checked ~ .side-open { 	display: none; }
@media only screen and (max-width:1024px){
.musicbox { 	width: 100%; 	padding-top: 10px; 	padding-bottom: 10px; 	display: block; 	float: left; 	border-top-width: 1px; 	border-top-style: solid; 	border-top-color: #FFF; 	background-color: #FAEDED; }
.musicbox01 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #FFFFFF;
	margin-top: -1px;
	margin-bottom: -1px;
}
.musicbox02 { 	width: 100%; 	padding-top: 10px; 	padding-bottom: 10px; 	display: block; 	float: left; 	border-top-width: 1px; 	border-top-style: solid; 	border-top-color: #999; 	background-color: #046AAE; }		
}
