.channel-right-block{
	height: auto;
	overflow:hidden;
	margin-bottom: 50px;
}
.channel-right{
	background: rgba(112,202,241,1);
	background: -moz-linear-gradient(top, rgba(112,202,241,1) 0%, rgba(5,99,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,202,241,1)), color-stop(100%, rgba(5,99,149,1)));
	background: -webkit-linear-gradient(top, rgba(112,202,241,1) 0%, rgba(5,99,149,1) 100%);
	background: -o-linear-gradient(top, rgba(112,202,241,1) 0%, rgba(5,99,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(112,202,241,1) 0%, rgba(5,99,149,1) 100%);
	background: linear-gradient(to bottom, rgba(112,202,241,1) 0%, rgba(5,99,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70caf1', endColorstr='#056395', GradientType=0 );
	-webkit-background-size: cover;
	background-size: cover;
}

.pink-block{
	width: 845px;
	height:315px;
	background: #6468a5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 10px;
	padding: 15px;
}.pink-block2{	width: 93%;	height:395px;	background: #6468a5;	margin-left: auto;	margin-right: auto;	margin-top: 20px;	border-radius: 10px;	padding: 15px;}
.channel-block ul2{
	display: table-cell;
	text-align: center;
}.korekz{margin-left: 20px;}
.channel-block li{
	width: 70.5px;
	height: 70.5px;
	border:3px solid #971b69;
	background-color: #fff;
	display: inline-block;
	border-radius: 10px;
	margin-left: 8px;
	margin-bottom: 3px;	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);
	box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);
}
.channel-block li3{

	width: 125px;

	height: 125px;

	border:3px solid #971b69;

	background-color: #fff;

	display: inline-block;

	border-radius: 10px;

	margin-left: 8px;

	margin-bottom: 3px;	

	-webkit-box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);

	-moz-box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);

	box-shadow: 0px 0px 10px 0px rgba(225,189,240,1);

}



.channel-block li p img{
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.channel-block li3 p img{
	width: 113px;
	height: 113px;
	border-radius: 15%;
}

.channel-block li3 p{

	width: 110px;

	height: 110px;

	background: #fff;

	border-radius: 9%;

	margin: 0;

	margin-left: auto;

	margin-right: auto;

	margin-top: 7px;

	text-align: center;

	line-height: 5;

	cursor: pointer;

}


.channel-block li p{
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 50%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	text-align: center;
	line-height: 5;
	cursor: pointer;
}
.channel-block li:hover,.channel-block li3:hover{
	background: rgba(180,37,142,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(180,37,142,1) 0%, rgba(180,37,142,1) 56%, rgba(212,128,192,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(180,37,142,1)), color-stop(56%, rgba(180,37,142,1)), color-stop(100%, rgba(212,128,192,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(180,37,142,1) 0%, rgba(180,37,142,1) 56%, rgba(212,128,192,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(180,37,142,1) 0%, rgba(180,37,142,1) 56%, rgba(212,128,192,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(180,37,142,1) 0%, rgba(180,37,142,1) 56%, rgba(212,128,192,1) 100%);
	background: radial-gradient(ellipse at center, rgba(180,37,142,1) 0%, rgba(180,37,142,1) 56%, rgba(212,128,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4258e', endColorstr='#d480c0', GradientType=1 );
}.channel-block li:active,.channel-block li3:active{	background: #00FF40;}.channel-block li:focus,.channel-block li3:focus  {	background: #00FF40;}

.blue-block{
	width: 845px;
	height: 315px;
	background: #036092;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 12px -1px rgba(255,255,255,0.49);
	-moz-box-shadow: 0px 3px 12px -1px rgba(255,255,255,0.49);
	box-shadow: 0px 3px 12px -1px rgba(255,255,255,0.49);
}

.btn-left{
	background: #2a4f98;
	width: 38px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	border-radius: 20px 0 0 20px;
	line-height: 1;
	font-size: 26px;
	float: left;
	border: 1px solid #00236f;
	cursor: pointer;
}

.btn-right{
	background: #2a4f98;
	width: 38px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	border-radius:0 20px 20px 0;
	line-height: 1;
	font-size: 26px;
	float: right;
	border: 1px solid #00236f;
	cursor: pointer;
}

.otstup {display: block;position: absolute;top: 570px;margin-left: 250px;}
.otstup2 {display: block;position: absolute;top: 930px;margin-left: 250px;}
.otstup3 {display: block;position: absolute;top: 800px;margin-left: 390px;}
