* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-family: Open Sans;
}

body {
	background: #c1c1c1;
	border: none;
}

.container {
	margin: 0 auto;
	max-width: 600px;
	padding: 15px;
	border: 1px solid #fff;
	background: #757575;
	border-radius: 5px;
}

.logo {
	text-align: center;
	
}

.logo img {
	text-align: center;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 2px -4px 20px #515151;
	margin-top: 25px;
	border: 1px solid #757575;
}

.contacts {
	float: left;
}

.contacts img {
	position: relative;
	top: 5px;
	padding-top: 10px;
	margin-right: 5px;
}

.contacts li {
	color: #ebebeb;
	font-size: 18px;
	font-weight: 600;
}

.contacts li:last-child {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}


.online_text {
	margin-top: 10px;
	font-size: 25px;
	font-weight: 700;
	color: #f31947;
}



.wrapper {
	margin: 0 auto;
	border: 1px solid #000;
	max-width: 800px;
	/* background: rgb(20,120,214); */
	background: linear-gradient(0deg, rgba(20,120,214,1) 23%, rgba(148,187,233,1) 100%);
	max-height: 100%;
	background-image: url("/img/r-bg-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px 5px #747474;
}

header {
	height: 90px;
	width: auto;
	background: #ccc;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-bottom: -10px;
}



footer {
	height: auto;
	width: auto;
	/* margin: 10px; */
	background-color: #2d2828;
	display: block;
	position: relative;
}

.footer_col {
	display: flex;
	justify-content: space-between;
	top: 4px;
	position: inherit;
	padding: 10px;
}

.footer_col .copyright {
	color: #ccc;
}


.footer_col .credits {
	color: #ccc;
}

.footer_col .credits a {
	color: #ccc;
	text-decoration: underline;
}

.yadex-informer {

}



#copyright {
	clear: both;
	padding: 0 20px;
	color: #CCC;
	line-height: 40px;
	position: absolute;
}




#player {
	max-width: 400px;
	max-height: 600px;
	margin: 25px auto;
	box-shadow: 2px -4px 20px #515151;
	padding: 10px;
}

@media screen and (max-width: 550px) {
.footer_col .credits {
	display: none;
	}	
}





