@font-face {
	font-family: 'OfficinaB';
	src: url('../fonts/OfficinaB.eot?') format('eot'), 
		url('../fonts/OfficinaB.woff') format('woff'), 
		url('../fonts/OfficinaB.ttf')  format('truetype'),
		url('../fonts/OfficinaB#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'OfficinaBI';
	src: url('../fonts/OfficinaBI.eot') format('eot'), 
		url('../fonts/OfficinaBI.woff') format('woff'), 
		url('../fonts/OfficinaBI.ttf')  format('truetype'),
		url('../fonts/OfficinaBI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'OfficinaN';
	src: url('../fonts/OfficinaN.eot') format('eot'), 
		url('../fonts/OfficinaN.woff') format('woff'), 
		url('../fonts/OfficinaN.ttf')  format('truetype'),
		url('../fonts/OfficinaN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'OfficinaNI';
	src: url('../fonts/OfficinaNI.eot') format('eot'), 
		url('../fonts/OfficinaNI.woff') format('woff'), 
		url('../fonts/OfficinaNI.ttf')  format('truetype'),
		url('../fonts/OfficinaNI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'OfficinaM';
	src: url('../fonts/OfficinaM.eot') format('eot'), 
		url('../fonts/OfficinaM.woff') format('woff'), 
		url('../fonts/OfficinaM.ttf')  format('truetype'),
		url('../fonts/OfficinaM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TeamR';
	src: local('TeamR'), url('../fonts/Team-Regular.ttf')  format('truetype'),
	font-weight: normal;
	font-style: normal;
}
/*Шрифты*/
*{
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	font-family: "TeamR", "Arial", sans-serif;
	-webkit-appearance: none;
}
html,
body{
	height: 100%;
	min-width: 300px;
}
body{
	background: rgb(238,235,230);
	background: -moz-linear-gradient(left,  rgba(238,235,230,1) 0%, rgba(255,255,255,1) 50%, rgba(238,235,230,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,235,230,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(238,235,230,1)));
	background: -webkit-linear-gradient(left,  rgba(238,235,230,1) 0%,rgba(255,255,255,1) 50%,rgba(238,235,230,1) 100%);
	background: -o-linear-gradient(left,  rgba(238,235,230,1) 0%,rgba(255,255,255,1) 50%,rgba(238,235,230,1) 100%);
	background: -ms-linear-gradient(left,  rgba(238,235,230,1) 0%,rgba(255,255,255,1) 50%,rgba(238,235,230,1) 100%);
	background: linear-gradient(to right,  rgba(238,235,230,1) 0%,rgba(255,255,255,1) 50%,rgba(238,235,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebe6', endColorstr='#eeebe6',GradientType=1 );
}

.hid{
	display: none !important;
}
.vis{
	display: block !important;
}

/*
.ie{
	display: none !important;
}
.no_ie{
	display: block !important;
}
*/
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.page .contents .content{
	position: relative;
	width: 100%;
}
.footer {
	position: relative;
	max-width: 100%;
	min-width: 300px;
}

/* ----------- */
/* кнопки */
.gray{
	background: #cdcdcd;
	background: -moz-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#8f8f8f));
	background: -webkit-linear-gradient(top, #cdcdcd 0%,#8f8f8f 100%);
	background: -o-linear-gradient(top, #cdcdcd 0%,#8f8f8f 100%);
	background: -ms-linear-gradient(top, #cdcdcd 0%,#8f8f8f 100%);
	background: linear-gradient(to bottom, #cdcdcd 0%,#8f8f8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#8f8f8f',GradientType=0 );
}
.orange{
	background: #F04D4D;
}

.gray span{
	text-shadow: rgb(255, 255, 255) 1px 1px 0px;
	border: 1px solid rgb(220,220,220);
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d3d2d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d2d0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d3d2d0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d3d2d0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d3d2d0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#d3d2d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d2d0',GradientType=0 );
}
.orange span{
	background: #F04D4D;
	color:#ffffff !important;
}

.gray:hover{
	background: #dcdcdc;
	background: -moz-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ababab));
	background: -webkit-linear-gradient(top, #dcdcdc 0%,#ababab 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%,#ababab 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%,#ababab 100%);
	background: linear-gradient(to bottom, #dcdcdc 0%,#ababab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ababab',GradientType=0 );
}
.orange:hover{

}

.gray:hover span{
	color: rgb(100,100,100);
	text-shadow: rgb(255, 255, 255) 1px 1px 0px;
	border: 1px solid rgb(220,220,220);
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
}
.orange:hover span{

}

.gray:active{
	background: #8a8a8a;
	background: -moz-linear-gradient(top, #8a8a8a 0%, #cdcdcd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8a8a), color-stop(100%,#cdcdcd));
	background: -webkit-linear-gradient(top, #8a8a8a 0%,#cdcdcd 100%);
	background: -o-linear-gradient(top, #8a8a8a 0%,#cdcdcd 100%);
	background: -ms-linear-gradient(top, #8a8a8a 0%,#cdcdcd 100%);
	background: linear-gradient(to bottom, #8a8a8a 0%,#cdcdcd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#cdcdcd',GradientType=0 );
}
.orange:active{
	background: #f0ac38;
	background: -moz-linear-gradient(top, #f0ac38 0%, #af5a26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ac38), color-stop(100%,#af5a26));
	background: -webkit-linear-gradient(top, #f0ac38 0%,#af5a26 100%);
	background: -o-linear-gradient(top, #f0ac38 0%,#af5a26 100%);
	background: -ms-linear-gradient(top, #f0ac38 0%,#af5a26 100%);
	background: linear-gradient(to bottom, #f0ac38 0%,#af5a26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac38', endColorstr='#af5a26',GradientType=0 );
}

.gray:active span{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
}
.orange:active span{
	background: #fede03;
	background: -moz-linear-gradient(top, #fede03 0%, #ffa403 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fede03), color-stop(100%,#ffa403));
	background: -webkit-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: -o-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: -ms-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: linear-gradient(to bottom, #fede03 0%,#ffa403 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fede03', endColorstr='#ffa403',GradientType=0 );
}

.button{
	position: relative;
	display: inline-block;
	margin: 10px;
	border-radius: 30px;
	padding: 1px;
	cursor: pointer;
	text-decoration: none !important;
}
.button span{
	font-weight: normal;
	padding: 10px 25px 8px 25px;
	display: block;
	font-size: 16px;
	border-radius: 30px;
	color: rgb(40,40,40);
	text-decoration: none !important;
}
.button:active span{
	color: rgb(40,40,40);
	padding: 11px 26px 9px 26px;
	border: none;
}

/* ---- */
/* окна */

.windows{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(40,40,40,0.5);
	text-align: center;
	z-index: 999;
	display: none;
	overflow-y: auto;
}
.windows .window_close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.windows .window{
	position: absolute;
	left: 50%;
	background-color: rgb(255,255,255);
	/*border: 2px solid rgba(255,217,38,0.7);
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(255, 217, 38, 0.7);
	-moz-box-shadow: 0px 0px 100px 0px rgba(255, 217, 38, 0.7);
	box-shadow: 0px 0px 100px 0px rgba(255, 217, 38, 0.7);*/
}
.windows .window .close{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	right: 5px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 99999;
}
.safari .windows .window .close{
	background-image: url(../img/style/close_btn.svg);
}
.other .windows .window .close{
	background-image: url(../img/style/close_btn.png);
}
.windows .window h1{
	font-size: 20px;
	color: rgb(40,40,40);
	font-weight: bold;
	margin: 10px 10px;
	padding: 20px 0px 0px 0px;
}


.window .infos,
.window .log,
.window .subs,
.window .prew,
.window .slk,
.window .gms,
.window .lgu{
	display: none;
}
.info,
.info .infos,
.login,
.login .log,
.fav,
.games,
.games .gms,
.fav .subs,
.noprew,
.noprew .prew,
.user_k,
.user_k .slk,
.logout,
.logout .lgu{
	display: block;
}




.noprew .text{
	position: relative;
	padding: 20px 0px;
	border-top: 1px dashed rgb(201,201,201);
	border-bottom: 1px dashed rgb(201,201,201);
}
.noprew .text p{
	margin: 0px 10px;
	color: rgb(80,80,80);
}
.noprew .info{
	position: relative;
	margin: 20px auto;
	padding: 20px 0px 0px 0px;
}
.noprew .info p{
	color: rgb(80,80,80);
}

.slk{
	position: relative;
	width: 290px;
	margin: 0px auto 30px auto;
}
.slk .sel_k p a{
	text-decoration: none;
	color: rgb(80,80,80);
	line-height: 40px;
}
.slk .sel_k p .active{
	font-weight: bold;
}

.log{
	position: relative;
	//width: 290px;
	margin: 30px auto 0px auto;
	//border: 1px dashed rgb(190,190,190);
	//border-radius: 6px;
	//-webkit-border-radius: 6px;
	//-moz-border-radius: 6px;
	z-index: 1;
	background-color: rgb(250,250,250);
	height: 430px;
}
.log .tab{
	position: relative;
	width: 90%;
	font-size: 0px;
	text-align: center;
	//margin: -15px 0px 0px 0px;
	margin: 50px auto;
	display: table;
}
.log .tab .elem{
	color: #777;
	display: table-cell;
	width: 40%;
	cursor: pointer;
	background: #ffffff;
	padding: 15px 15px !important;
}
.log .tab .elem:first-child{
//	border-radius: 6px 0px 0px 6px;
//	-webkit-border-radius: 6px 0px 0px 6px;
//	-moz-border-radius: 6px 0px 0px 6px;
	margin: 0px -1px 0px 0px;
	padding: 6px 0px;
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
}
.log .tab .elem:last-child{
	padding: 6px 0px;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}
.log .tab .elem.active{
	color: #ffffff;
	background: #01415F;
}
.log .tab .elem span{
	font-size: 16px;
}

@media all and (max-width:550px) {
	.log .tab .elem span{
		font-size: 14px;
	}
}
.log .tab_header,
.log .tab_footer,
.log .tab_footer_a,
.log .form{
	position: relative;
	width: 100%;
	margin: 20px 0px;
	text-align: center;
}
.log .form i{
	text-align: center;
	display: block;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.log .forms{
	display: none;
}
.log .forms_a{
	display: block;
}
.log .tab_footer_a{
	border-top: 1px dashed rgb(190,190,190);
	padding: 15px 0px 65px 0px;
	background-color: #fff;
	margin-bottom: 0;
	margin-top: 143px;

}
.log .tab_footer{
	border-top: 1px dashed rgb(190,190,190);
	padding: 15px 0px 20px 0px;
	background-color: #fff;
	margin-bottom: 0;
}

.log .form form{
	text-align: center;
	margin: 0px 20px;
}
.log .tab_header p,
.log .tab_footer p,
.log .tab_footer_a p,
.log .form i{
	color: rgb(101,101,101);
	font-size: 11px;
	font-style: italic;
	margin: 0px 10px;
}
.log .form p{
	color: rgb(40,40,40);
	font-size: 13px;
	font-style: normal;
	margin: 0px 10px;
}
.log .form .btn{
	position: relative;
	width: 100px;
	margin: -5px auto -20px auto;
	text-align: center;
}
.log .form h1{
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0px;
}
.log .form form input{
	height: 40px;
	width: 184px;
	padding: 0px 30px;
	margin: 5px auto;
	font-size: 12px;
	border: 1px solid #EDE9E3;
}
.log .form .loginbtn{
	width: 100px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(40,40,40);
	height: 30px;
	padding: 7px 10px 5px 10px;
	background: #fda103;
	background: -moz-linear-gradient(left, #fda103 0%, #fde103 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fda103), color-stop(100%,#fde103));
	background: -webkit-linear-gradient(left, #fda103 0%,#fde103 100%);
	background: -o-linear-gradient(left, #fda103 0%,#fde103 100%);
	background: -ms-linear-gradient(left, #fda103 0%,#fde103 100%);
	background: linear-gradient(to right, #fda103 0%,#fde103 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda103', endColorstr='#fde103',GradientType=1 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.games .gms{
	width: 290px;
}
/* ------------ */
/* Основной код */

.hidden{
	display: none;
}
.visible{
	display: block;
}
.menu_top{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0px;
	background-color: #4d4d4d;
	z-index: 9999;
}
.main_menu{
	position: relative;
	width: 100%;
	background: rgb(255,255,255);
	font-size: 0px;
	-webkit-box-shadow: 0px 5px 5px rgb(200, 198, 195);
	-moz-box-shadow: 0px 5px 5px rgb(200, 198, 195);
	box-shadow: 0px 5px 5px rgb(200, 198, 195);
	z-index: 125;
	text-align: left;
}
.main_menu .menu_1 .elem{
	display: inline-block;
	padding: 0px 10px;
	vertical-align: top;
	text-align: center;
}
.main_menu .menu_1 .elem a{
	text-decoration: none;
	padding: 0px 5px;
}
.main_menu .menu_1 .elem a span{
	color: #333333;
}
.main_menu .menu_1 .elem:hover a span{
	color: #82DADC;
	border-bottom: 1px solid #82DADC;
}
.main_menu .menu_1 .active_menu1{
	background: #82DADC;
	border-radius: 20px;
}
.main_menu .menu_1 .active_menu1 a span,
.main_menu .menu_1 .active_menu1:hover a span{
	color: rgb(40,40,40);
	border-bottom: 1px solid transparent;
}

.main_menu .menu_1 .elem:first-child a span{
	display: none;
}


/*slider_param*/

.slider{
	max-width: 900px;
	background-color: rgb(255,255,255);
	box-shadow: rgba(184,174,153,0.2) 0px 0px 1px 2px;
	-webkit-box-shadow: rgba(184,174,153,0.2) 0px 0px 1px 2px;
	-moz-box-shadow: rgba(184,174,153,0.2) 0px 0px 1px 2px;
}
.slider img{
	display: block;
	width: 100%;
}
.slider p{
	display: none !important;
}
.slider p span{
	margin: 0px 10px;
}
.slider a{
	color: rgb(40,40,40);
	text-decoration: none;
}

.slsl{
	display: none;
}


.slider_btn{
	position: absolute;
	width: 20px;
	background-repeat: no-repeat;
	z-index: 109;
}
.slider_btn_left{
	left: 0px;
	background-position: center center;
}
.safari .slider_btn_left{
	background-image: url(../img/style/slider_btn_l.svg);
}
.other .slider_btn_left{
	background-image: url(../img/style/slider_btn_l.png);
}
.safari .slider_btn_left:hover{
	background-image: url(../img/style/slider_btn_l_h.svg);
}
.other .slider_btn_left:hover{
	background-image: url(../img/style/slider_btn_l_h.png);
}
.slider_btn_right{
	right: 0px;
	background-position: center center;
}
.safari .slider_btn_right{
	background-image: url(../img/style/slider_btn_r.svg);
}
.other .slider_btn_right{
	background-image: url(../img/style/slider_btn_r.png);
}
.safari .slider_btn_right:hover{
	background-image: url(../img/style/slider_btn_r_h.svg);
}
.other .slider_btn_right:hover{
	background-image: url(../img/style/slider_btn_r_h.png);
}
.slider_btn{
	height: 300px;
	top: 35px;
}
.rsBullets{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -25px;
	text-align: center;
}
.rsBullets .rsBullet{
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	background-color: rgb(190,190,190);
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rsBullets .rsNavSelected{
	background-color: rgb(100,100,100);
}














.serial_part_ch{
	position: relative;
	width: 100%;
	margin: 0px;
	height: 40px;
	margin: 10px 0px;
	font-size: 0px;
}
.serial_part_ch .elem{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 20px;
	height: 40px;
}
.serial_part_ch .elem span{
	line-height: 40px;
	color: rgb(119, 119, 119);
	cursor: pointer;
}
.serial_part_ch .active span{
	color: rgb(40,40,40);
	border-bottom: transparent;
}
.serial_part{
	display: none;
}
.serial_part p{
	font-size: 13px;
	margin: 10px;
}
.serial_part a{
	color: rgb(150,150,150);
}
.serial_enabled{
	display: block;
}


.change_sezon{
	position: relative;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	border-top: 1px solid #D9D9D9;
}
.change_sezon .elem{
	position: relative;
	margin: 0px 20px;
	display: inline-block;
	vertical-align: top;
	height: 40px;
}
.change_sezon .elem span{
	color: rgb(119, 119, 119);
	border-bottom: 1px solid rgb(119, 119, 119);
	cursor: pointer;
}
.change_sezon .active_sezon span{
	color: rgb(40,40,40);
	border-bottom: transparent;
}


.main{
	position: relative;
	width: 100%;
	/*background-color: rgb(255,255,255);
	box-shadow: rgba(184,174,153,0.2) 0px 0px 5px 5px;
	-webkit-box-shadow: rgba(184,174,153,0.2) 0px 0px 5px 5px;
	-moz-box-shadow: rgba(184,174,153,0.2) 0px 0px 5px 5px;*/
}
.main .main_name{
	position: relative;
	width: 100%;
	min-height: 24px;
	padding: 5px 0px 5px 0px;
	z-index: 0;
}
.main .main_name p{
	font-size: 24px;
	margin: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
}
.main .n-wrap .main_name p{
		font-size: 24px;
		text-align: left;
		text-decoration: none;

	}
.main .main_name a{
	font-size: 24px;
	margin: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: left;
}
.main .main_name p span,
.main .main_name a span{
	color: rgb(40,40,40);
}
.main .main_name p .bio{
	cursor: pointer;
}
.main .main_name a span{
	border-bottom: 1px solid rgb(40,40,40);
}
.main .main_name p .unactive_bio_name:after,
.main .main_name p .active_bio_name:after{
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 0px -3px 3px;
	background-repeat: no-repeat;
	background-position: center center;
}
.safari .main .main_name p .unactive_bio_name:after{
	//background-image: url(../img/style/bottom_b.svg);
}
.other .main .main_name p .unactive_bio_name:after{
	//background-image: url(../img/style/bottom_b.png);
}
.safari .main .main_name p .active_bio_name:after{
	//background-image: url(../img/style/top_b.svg);
}
.other .main .main_name p .active_bio_name:after{
	//background-image: url(../img/style/top_b.png);
}
.main .main_name a:after{

	display: inline-block;
	margin: 0px 10px 2px 10px;
	width: 8px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
}
.safari .main .main_name a:after{
	background-image: url(../img/style/right_b.svg);
	display: none;
}
.other .main .main_name a:after{
	background-image: url(../img/style/right_b.png);
	display: none;
}

.main_fragment{
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid rgb(201,201,201);
}
.main_fragment a{
	text-decoration: none;
}
.main_fragment a span{
	font-weight: bold;
	font-size: 15px;
	color: rgb(40,40,40);
	text-decoration: underline;
}
.main_menu{
	position: relative;
}
.main .main_list .elem_name a{
	text-decoration: none;
}
.bordered{
	margin: 20px 0px 0px 0px;
	padding-top: 20px !important;
	border-top: 1px solid rgb(201,201,201);
}
.main_info{
	padding: 1px 0px;
	margin: 20px auto;
}
.listing .image{
	float: left;
	padding: 10px 20px;
	margin: 20px 20px 20px -20px;
	text-align: center;
	background-color: rgb(250,250,250);
	-webkit-box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
	-moz-box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
	box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
}
.listing .image img{
	display: inline-block;
	height: 330px;
}
.listing h2{
	font-size: 24px;
	margin: 20px;
	font-weight: bold;
	color: rgb(40,40,40);
}
.listing p{
	font-size: 17px;
	margin: 20px 30px;
	color: rgb(40,40,40);
}
.ph_select select{
	position: relative;
	display: inline-block;
	height: 28px;
	width: 160px;
	padding: 0px 0px 0px 9px;
	margin: 10px 3px 0px 3px;
	background-color: rgb(250,250,250);
	border: 1px solid RGB(231, 227, 227);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.main_info .main_about{
	position: relative;
	width: 96%;
	margin: 10px 2%;
	//background: rgba(250,250,250,1);
}
.main_info .main_about details{
	margin: 10px 2%;
}



.human{
/*
	min-height: 350px;	
*/
}
.human select{
	position: relative;
	display: inline-block;
	height: 28px;
	width: 160px;
	padding: 0px 0px 0px 9px;
	margin: -10px 3px 0px 3px;
	background-color: rgb(250,250,250);
	border: 1px solid RGB(231, 227, 227);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.human select:first-child{
	margin: -10px 0px 0px 9px;
}
.human input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 28px;
	margin: -10px 3px 0px 3px;
	padding: 0px 9px 0px 9px;
	background-color: rgb(250,250,250);
	border: 1px solid RGB(231, 227, 227);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.main_info .main_about .image{
	float: left;
	height: 130px;
	margin: 0px 10px;
	overflow: hidden;
}
.main_info .main_about .image img{
	display: block;
	height: 100%;
}
.main_info .bios{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main_info .unactive_bio{
	height: 48px;
	overflow: hidden;
}

.main_about .more,
.main_info .unactive_bio:after{
	content: " Подробнее...";
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px 10px 0px 40px;
	background: rgba(240,240,240,0);
	background: -moz-linear-gradient(left,  rgba(240,240,240,0) 0%, rgba(240,240,240,1) 20%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0)), color-stop(20%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 20%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 20%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 20%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to right,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 20%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafa',GradientType=1 );
	color: #777777;
	font-size: 13px;
	line-height: 20px;	
}
.main_about .more a{
	color: #777777;
	text-decoration: none;
}

.main_info .active_bio{
	height: auto;
	min-height: 80px;
	overflow: auto;
}
.main_info .main_about p{
	margin: 2px 10px;
	color: rgb(40,40,40);
	font-size: 13px;
}
.main_info .main_about p a{
	color: rgb(119, 119, 119);
	text-decoration: underline;
	cursor: pointer;
}
.button a,
.buttons a{
	text-decoration: none !important;
}
.main_info .main_about p a:hover{
	color: #F04D4D;
}
.main_info .main_about ul{
	margin: 0px 20px;
	list-style-type: none;
}
.main_info .prewfull .info .btn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 128px;
	margin: -64px 0px 0px -64px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.safari .main_info .prewfull .info .btn{
	background-image: url(../img/style/film.svg);
}
.other .main_info .prewfull .info .btn{
	background-image: url(../img/style/film.png);
}
.safari .main_info .prewfull .info:hover .btn{
	background-image: url(../img/style/film_hover.svg);
}
.other .main_info .prewfull .info:hover .btn{
	background-image: url(../img/style/film_hover.png);
}
.main_info .sezon_change{
	position: relative;
	width: 100%;
	z-index: 1;
}
.main_info .sezon_change *{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main_info .sezon_change .sezons{
	position: relative;
	width: 98%;
	margin: 10px 1%;
	text-align: center;
	font-size: 0px;
}
.main_info .sezon_change .sezons .elem{
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgb(190,190,190);
	height: 30px;
	line-height: 30px;
	margin: 0px -1px 0px 0px;
	padding: 0px 5px;
	cursor: pointer;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdd));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdd 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dfdfdd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdd 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dfdfdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdd',GradientType=0 );
}
.main_info .sezon_change .sezons .active_sezon{
	background: #fede03;
	background: -moz-linear-gradient(top, #fede03 0%, #ffa403 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fede03), color-stop(100%,#ffa403));
	background: -webkit-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: -o-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: -ms-linear-gradient(top, #fede03 0%,#ffa403 100%);
	background: linear-gradient(to bottom, #fede03 0%,#ffa403 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fede03', endColorstr='#ffa403',GradientType=0 );
	box-shadow: inset 0px 3px 5px #b37647;
	-webkit-box-shadow: inset 0px 3px 5px #b37647;
	-moz-box-shadow:inset 0px 3px 5px #b37647;
}
.main_info .sezon_change .sezons .elem:first-child{
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
}
.main_info .sezon_change .sezons .elem:last-child{
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	margin: 0px 0px 0px 0px;
}
.main_info .sezon_change .sezons .elem a span{
	color: rgb(40,40,40);
}










.main .main_list .elem .poster{
	position: relative;
	z-index: 100;
	width: auto;
    	min-height: 250px;
    	align-items: center;
    	display: flex;
	background-color: #f2f0ec;
	margin: 10px;
}
.main .main_list .elem .poster .content{
	position: absolute;
	width: 30%;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: none;
}
.main .main_list a{
	text-decoration: none;
}











.audio_info{
	display: none;
}
.audio_active{
	display: block;
}
.links2{
	position: relative;
	width: 100%;
	height: 30px;
	margin: 5px 0px;
	line-height: 30px;
	border-top: 1px solid rgb(201,201,201);
}
.links2 .prew2{
	position: absolute;
	width: 50%;
	height: 30px;
	left: 0px;
	text-align: left;
}
.links2 .next2{
	position: absolute;
	width: 60%;
	height: 30px;
	right: 0px;
	text-align: right;
}
.links2 .prew2 a,
.links2 .next2 a,
.links2 .next2 .btn,
.links2 .next2 label{
	margin: 0px 5px;
	color: rgb(74,41,16);
	background-color: transparent;
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
}
.links2 .next2 .input{
	width: 40px;
	height: 18px;
	border: 1px solid rgba(74,41,16,0.5);
	color: rgb(74,41,16);
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
}

.reader p{
	margin: 10px;
}


.normal a{
	margin: 0px !important;
	background-image: none !important;
}
.normal a:after{
	background-image: none !important;
}







.themes{
	text-align: center;
}


.calendar{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: rgba(250,250,250,1);
	width: 210px;
	margin: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
	-moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
	box-shadow: 0px 0px 2px rgb(200, 198, 195);
	overflow: hidden;
}
.calendar .month .m{
	display: none;
}
.calendar .days,
.calendar .weeks,
.calendar .month{
	position: relative;
	width: 100%;
	font-size: 0px;
}
.calendar .elem{
	display: inline-block;
	vertical-align: top;
	margin: 1px;
	text-align: center;
	background-color: white;
	border: 1px solid #F04D4D;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: default;
}
.calendar .nones,
.calendar .weeks .elem,
.calendar .month .elem{
	border: 1px solid rgb(200,198,195);
	cursor: default;
}
.calendar .month .elem:first-child,
.calendar .month .elem:last-child{
	border: 1px solid #F04D4D;
	width: 26px;
	cursor: pointer;
}
.calendar .month .elem{
	width: 146px;
}
.calendar .month .elem span,
.calendar .weeks .elem span{
	font-size: 15px;
	line-height: 26px;
	color: rgb(40,40,40);
}
.calendar .days .elem span{
	font-size: 15px;
	line-height: 26px;
	color: rgb(40,40,40);
}
.calendar .days .elem{
	cursor: pointer;
}
.calendar .days .datas:hover,
.calendar .month .datas:first-child:hover,
.calendar .month .datas:last-child:hover,
.calendar .month .elem:first-child:hover,
.calendar .month .elem:last-child:hover{
	background: #fda103;
}
.calendar .days .elem:hover span,
.calendar .month .elem:first-child:hover span,
.calendar .month .elem:last-child:hover span{
	color: white;
}
.calendar .days .selected span{
	font-weight: bold;
}
.calendar .days .now{
	background: #fda103;
	background: -moz-linear-gradient(45deg,  #fda103 0%, #fde103 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fda103), color-stop(100%,#fde103));
	background: -webkit-linear-gradient(45deg,  #fda103 0%,#fde103 100%);
	background: -o-linear-gradient(45deg,  #fda103 0%,#fde103 100%);
	background: -ms-linear-gradient(45deg,  #fda103 0%,#fde103 100%);
	background: linear-gradient(45deg,  #fda103 0%,#fde103 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda103', endColorstr='#fde103',GradientType=1 );
}
.calendar .days .now span{
	color: white;
}

.elemsday{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
	-moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
	box-shadow: 0px 0px 2px rgb(200, 198, 195);
	background: rgba(250,250,250,1);
	margin: 20px 5px 0px 5px;
	text-align: left;
}
.elemsday img{
	display: block;
	height: 206px;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius:;
	-moz-border-radius: 5px;
}
.elemsday a{
	position: absolute;
	width: 100%;
	height: 100%;
}
/* -----аудиокнига----- */
.player{
	position: relative;
	width: 96%;
	margin: 40px auto 10px auto;
	background-color: white;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	border: 1px solid rgb(201,201,201);
}
.player *{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.player .btn{
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	background: #82DADC;
	}
.player .btn .bg{
	margin: -1px 0px 0px 0px;
	background: #82DADC;
	}
.player .btn .bg span{
	color: #ffffff;
}
.player .btn:hover{
	background: #82DADC85;
}
.player .btn:hover .bg{
	background: #82DADC85;
	}
.player .btn:active,
.player .controls .elem_active{
	background: #82DADC85;
	}
.player .btn:active .bg,
.player .controls .elem_active .bg{
	background: #82DADC;
	}
.player .controls{
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 0px;
	text-align: center;
	border-bottom: 1px solid rgb(201,201,201);
	padding: 20px 0px;
}
.player .controls .elem{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin: 0px 5px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	text-align: center;
}
.player .controls .elem:first-child{
	margin: 5px 2px 5px 0px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	height: 30px;
}
.player .controls .elem:last-child{
	margin: 5px 0px 5px 2px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	height: 30px;
}
.player .controls .elem .bg{
	position: relative;
	overflow: hidden;
	height: 38px;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
}
.player .controls .elem:first-child .bg{
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	height: 28px;
}
.player .controls .elem:last-child .bg{
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	height: 28px;
}
.player .controls .elem .image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.safari .player .controls .prew .image{
	background-image: url(../img/style/player_prew.svg);
}
.other .player .controls .prew .image{
	background-image: url(../img/style/player_prew.png);
}
.safari .player .controls .play .image{
	background-image: url(../img/style/player_play.svg);
}
.other .player .controls .play .image{
	background-image: url(../img/style/player_play.png);
}
.safari .player .controls .pause .image{
	background-image: url(../img/style/player_pause.svg);
}
.other .player .controls .pause .image{
	background-image: url(../img/style/player_pause.png);
}
.safari .player .controls .stop .image{
	background-image: url(../img/style/player_stop.svg);
}
.other .player .controls .stop .image{
	background-image: url(../img/style/player_stop.png);
}
.safari .player .controls .next .image{
	background-image: url(../img/style/player_next.svg);
}
.other .player .controls .next .image{
	background-image: url(../img/style/player_next.png);
}
.player .controls .prew{
	display: none;
}
.player .controls .next{
	display: none;
}
.player .controls .btna{
	display: inline-block;
}
.player .range{
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgb(201,201,201);
	text-align: center;
	line-height: 30px;
}
.player .range input{
	position: relative;
	display: block;
	top: 13px;
	left: 5%;
}
.player .range input[type="range"]::-ms-fill-lower,
.player .range input[type="range"]::-ms-fill-upper {
	background: transparent;
}
.player .range input[type="range"]::-ms-track {
    border-radius: 8px;
    height: 2px;
    border: 1px solid transparent;
    background: rgb(250,250,250);
}
.player .range input[type=range]::-moz-range-track {
	width: 90%;
	height: 2px;
	border: 0px solid RGB(239,238,237);
	background: rgb(250,250,250);
    -moz-border-radius: 4px;
}
.player .range input[type="range"] {
	-webkit-appearance: none;
	width: 90%;
	height: 2px;
	border: 0px solid RGB(239,238,237);
	background: rgb(250,250,250);
    -webkit-border-radius: 4px;
}
input[type="range"]::-ms-thumb {	
	background: #F04D4D;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px rgb(100,100,100);
    cursor: pointer;
}
.player .range input[type=range]::-moz-range-thumb {
	background: #F04D4D;
	width: 16px;
	height: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
    -moz-box-shadow: 0px 0px 2px rgb(100,100,100);
    cursor: pointer;
}
.player .range input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	background: #F04D4D;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
    -webkit-box-shadow: 0px 0px 1px rgb(100,100,100);
    cursor: pointer;
}
.player .list{
	position: relative;
	width: 90%;
	margin: 10px auto;
	background: rgb(250,250,250);
	border: 1px solid RGB(239,238,237);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: none;
	overflow: hidden;
}
.player .plistactive{
	display: block;
}
.player .list .elem_list{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid RGB(239,238,237);
	cursor: pointer;
}
.player .list .elem_list:last-child{
	border-bottom: 1px solid transparent;
}
.player .list .list_active,
.player .list .list_active:hover,
.player .list .elem_list:hover{
	background-color: RGB(240,240,240);
}
.player .list .elem_list span{
	line-height: 30px;
	margin: 0px 0px 0px 10px;
	color: rgb(119, 119, 119);
	white-space: nowrap;
}
.player .list .list_active span{
	color: rgb(40,40,40);
}
.player .list .list_active span marquee{
	position: absolute;
	width: 100%;
	top: 0px;
}
.player .list .played:after{
	content: "♫";
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 30px;
	margin: 0px 10px 0px 0px;
	color:#82DADC;
	text-shadow: -1px 1px 2px rgb(0,0,0);
}
.player .plistcontrol{
	position: relative;
	margin: -1px 0px 0px 0px;
	border-top: 1px solid rgb(201,201,201);
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.player .plistcontrol p{
	line-height: 20px;
	color: rgb(201,201,201);
}
.player .plistcontrol p:first-child,
.player .plistcontrolactive p:last-child{
	display: none;
}
.player .plistcontrol p:last-child,
.player .plistcontrolactive p:first-child{
	display: block;
}
/* ---------- */


.footer{
	-webkit-box-shadow: 0px -2px 2px rgb(200, 200, 200);
	-moz-box-shadow: 0px -2px 2px rgb(200, 200, 200);
	box-shadow: 0px -2px 2px rgb(200, 200, 200);
}
.id_film{
	display: none;
}

/* ---------- */
/* Полный вид */
@media only screen and (min-width: 550px){
/* ---- */
/* окна */
	.windows .info{
		border-top: 1px dashed rgb(201,201,201);
		padding: 20px 0px 0px 0px;
	}
	.fav .window{
		width: 450px;
	}
	.info .window{
		width: 500px;
	}
	.login .window{
		width: 370px;
	}
	.logout .window{
		width: 350px;
	}
	.noprew .window{
		width: 370px;
	}
	.info .window .full_info .hidden_i{
		position: relative;
		width: 100%;
		margin: 10px 0px;
		text-align: left;
	}
	.info .window .full_info p{
		color: rgb(40,40,40);
		margin: 0px 15px;
	}
	.info .window .full_info a{
		color: rgb(100,100,100);
	}
	.info .window .full_info a:hover{
		color: #ed7703;
	}
	.info .window .full_info .desk{
		margin: 10px;
		width: 480px;
		height: 64px;
		overflow: hidden;
		background: rgb(233,229,222);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
		-moz-box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
		box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
	}
	.info .window .full_info .desk:after{
		content: "  ...";
		position: absolute;
		right: 5px;
		bottom: 0px;
		padding: 0px 10px 0px 40px;
		background: rgb(233,229,222);
		background: -moz-linear-gradient(left,  rgba(240,240,240,0) 0%, rgb(233,229,222) 20%, rgb(233,229,222) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0)), color-stop(20%,rgb(233,229,222)), color-stop(100%,rgb(233,229,222)));
		background: -webkit-linear-gradient(left,  rgba(240,240,240,0) 0%,rgb(233,229,222) 20%,rgb(233,229,222) 100%);
		background: -o-linear-gradient(left,  rgba(240,240,240,0) 0%,rgb(233,229,222) 20%,rgb(233,229,222) 100%);
		background: -ms-linear-gradient(left,  rgba(240,240,240,0) 0%,rgb(233,229,222) 20%,rgb(233,229,222) 100%);
		background: linear-gradient(to right,  rgba(240,240,240,0) 0%,rgb(233,229,222) 20%,rgb(233,229,222) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafa',GradientType=1 );
		color: #777777;
		font-size: 13px;
		line-height: 20px;
	}
	.info .window .full_info .desk p{
		padding: 10px;
		font-family: Arial;
	}
	.info .window .buttons{
		margin: 0px 0px 9px 0px;
	}
	.fav .window .subs{
		margin: 0px 0px 20px 0px;
	}

	.page .contents{
		padding-bottom: 100px;
	}
	.footer {
		height: 100px;
		margin: -100px auto 0 auto;
	}
	.fixing{
		position: relative;
		width: 98%;
		min-width: 300px;
		max-width: 920px;
		margin: 0px auto;
	}
	.menu_top .menu_main{
		position: relative;
		width: 100%;
		margin: 0px;
		background-color: rgb(40,40,40);
	}
	.menu_top .menu_main .lang a span:last-child,
	.menu_act,
	.menu_btn,
	.menu_top .menu_main .links{
		display: none;
	}
	.menu_top .menu_main .logout,
	.menu_top .menu_main .login{
		float: right;
		cursor: pointer;
	}
	.menu_top .menu_main .logout .elem,
	.menu_top .menu_main .login .elem{
		height: 40px;
		line-height: 40px;
	}
	.menu_top .menu_main .logout .elem a,
	.menu_top .menu_main .login .elem a{
		text-decoration: none;
		color: rgb(40,40,40);
		height: 100%;
		display: inline-block;
	}
	.menu_top .menu_main .logout .elem a span,
	.menu_top .menu_main .login .elem a span{
		padding: 0px 10px 0px 10px;
		background: #F04D4D;
		display: inline-block;
		color: #ffffff;
	}
	.menu_top .menu_main .logout .elem a span:first-child{
		display: none;
	}
	.menu_top .menu_main .logout .elem .user{
		position: relative;
		width: 100%;
		height: 0px;
		background-color: rgb(236,233,228);
		margin: -1px 0px 0px 0px;
		border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		overflow: hidden;
	}
	.menu_top .menu_main .logout .elem .active{
		height: auto;
	}
	.menu_top .menu_main .logout .elem .user a{
		color: rgb(40,40,40);
		line-height: 40px;
		margin: 0px;
		padding: 0px;
	}
	.menu_top .menu_main .logout .elem .user a span{
		display: inline-block;
		background: none;
		margin: 0px 10px;
		padding: 0px;
	}
	
	
	
	.slider{
		position: relative;
		margin: 10px auto 40px auto;
		max-height: 245px;
	}
	
	.serial_part p{
		margin: 20px 50px;
	}
	.serial_part_ch .elem span{
		font-size: 24px;
	}
	
	
	.menu_top .menu_main .lang{
		position: absolute;
		width: 60px;
		height: 40px;
		overflow: hidden;
		background-color: #4d4d4d;
	}
	.menu_top .menu_main .lang .elem{
		display: block;
		height: 40px;
		width: 60px;
		cursor: pointer;
		color: #fff;
	}
	.menu_top .menu_main .lang .elem:first-child:after{
		content: " ";
		position: absolute;
		width: 10px;
		height: 9px;
		margin: 16px 0px 16px 16px;
		right: 0px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.safari .menu_top .menu_main .lang .elem:first-child:after{
		background-image: url(../img/style/bottom_b.svg);
	}
	.other .menu_top .menu_main .lang .elem:first-child:after{
		background-image: url(../img/style/bottom_b.png);
	}
	.menu_top .menu_main .lang:hover .elem:first-child:after{
		//display: none;
	}
	.menu_top .menu_main .lang .elem a{
		text-decoration: none;
		line-height: 40px;
		color: rgb(40,40,40);
		font-size: 13px;
	}
	.menu_top .menu_main .lang .elem a span{
		margin: 0px 10px;
		border-bottom: 1px dashed rgb(40,40,40);
		color: #fff;
	}
	.menu_top .menu_main .lang:hover{
		height: 80px;
		width: 45px;
		border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
	}
	.menu_top .menu_main .lang:hover a:hover{
		color: #F04D4D;
	}
	.menu_top .search{
		position: absolute;
		width: 290px;
		height: 30px;
		top: 5px;
		left: 75px;
	}
	.menu_top .search .search_inp{
		position: absolute;
		width: 100%;
		height: 30px;
		background: none;
		z-index: 0;
		font-size: 13px;
		color: #fff;
		border-bottom: 1px solid #fff;
		padding: 0px 10px;
	}
	.menu_top .search .search_btn{
		position: absolute;
		height: 24px;
		width: 24px;
		top: 3px;
		background-color: transparent;
		background-position: center center;
		background-repeat: no-repeat;
		right: -10px;
		z-index: 1;
	}
	.safari .menu_top .search .search_btn{
		background-image: url(../img/style/search.svg);
		background-size: 18px;
	}
	.other .menu_top .search .search_btn{
		background-image: url(../img/style/search.png);
	}
	.menu_top .logo{
		display: none;
	}
	.main_menu .elem:first-child{
		float: left;
		width: 110px;
		height: 39px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.other .main_menu .elem:first-child{
		background-image: url(../img/style/logo_t.png);
		width: 100px;
		height: 27px;
		background-position: 0px 0px;
		background-size: contain;
		padding: 5px;
		margin-right: 20px;
		margin-top: 2px;
	}
	.main_menu .elem:first-child a{
		display: block;
		height: 100%;
		width: 100%;
	}
	.main_menu .menu_1 .elem a{
		line-height: 40px;
		display: block;
	}
	.main_menu .menu_1 .elem a span{
		font-size: 15px;
	}
	.main_menu .menu_1 .elem{
		height: 40px;
	}
	.main_menu .selector{
		position: relative;
		border-top: 1px solid rgb(202, 202, 202);
		text-align: left;
	}
	.main_menu .selector .elem{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		margin: 5px 0px;
		text-align: center;
		padding: 0px 5px;
		cursor: pointer;
	}
	.main_menu .selector .elem:first-child{
		float: none;
		display: none;
	}
	.main_menu .selector .elem a{
		text-decoration: none;
	}
	.main_menu .selector .elem a span{
		font-size: 13px;
		color: rgb(119, 119, 119);
		border-bottom: 1px solid rgb(119, 119, 119);
	}
	.main_menu .selector .unactive a span{
		color: rgb(219, 219, 219);
		border-bottom: 1px solid transparent;
		cursor: default;
	}
	.main_menu .selector .active_selector a span{
		color: rgb(40,40,40);
		border-bottom: 1px solid rgb(40,40,40);
		font-weight: bold;
	}
	.main{
		margin: 20px 0px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.main .main_list{
		position: relative;
		width: 100%;
		margin: 0px 0px 20px 0px;
		font-size: 0px;
		text-align: center;
	}


.main .main_list .elem:hover{
		border: 1px solid #82DADC;
	}

	.main .main_list .elem{
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 22%;
		min-width: 190px;
		margin: 10px 5px 0px 5px;
		font-size: 13px;
		border: 1px solid #c8c8c8;
	}
	.dotted .short .poster{

		min-height: 50px !important;

	}
	.dotted .short .elem_t2{

		min-height: 70px !important;

	}


	.main .main_list .elem img{
		display: inline-block;
		max-width: 100%;
		padding: 0px;
		overflow: hidden;
		//border-radius: 10px;
		//-webkit-border-radius: 10px;
		//-moz-border-radius: 10px;
		//background-color: rgb(255,255,255);
		//border: 1px solid #EDE9E3;
		z-index: 0;
	}
	.main .main_list .elem span{
		display: none;
	}
	.main .main_list .elem h2{
		color: rgb(40,40,40);
		margin: 2px 10px;
		font-size: 17px;
		line-height: 17px;
		font-weight: bold;
		text-align: left;
	}
	.main .main_list .elem h3{
		color: #777777;
		margin: 2px 10px;
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		text-align: left;
	}
	.main .main_list .elem h1{
		display: none;
	}

	.main_info .prewfull{
		position: relative;
		width: 100%;
		margin: 5px auto 0px auto;
	}
	.main_info .prewfull:before{
		content: " ";
		position: absolute;
		width: 9px;
		height: 9px;
		bottom: -9px;
		left: -9px;
		background-image: url(../img/style/corenr_l.png);
		display: none;
	}
	.main_info .prewfull:after{
		content: " ";
		position: absolute;
		width: 9px;
		height: 9px;
		bottom: -9px;
		right: -9px;
		background-image: url(../img/style/corenr_r.png);
		display: none;
	}
	.main_info .prewfull .poster{
		position: relative;
		width: 32%;
		left: 0px;
		text-align: center;


	}
	.main_info .prewfull .poster img{
		display: inline-block;
		//margin: 5%;
		max-width: 90%;
		padding: 10px;

	}
	.main_info .prewfull .poster .elem_name{
		display: none;
	}
	.main_info .prewfull .info{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 67%;
		height: 100%;

	}
	.main_info .prewfull .image{
		position: absolute;
		width: 90%;
		height: 95%;
		top: 2%;
		left: 5%;
		overflow: hidden;
		text-align: center;
		background-color: rgba(40,40,40,0.8);
	}
	.main_info .prewfull .image img{
		display: inline-block;
		height: 100%;
	}
	.main_info .prewfull .imageposter img{
		position: relative;
		margin: 0 auto 0px auto;
		display: inline-block;
		height: 100%;
		opacity: 0.2;
		/*
		top: 50%;
		left: 50%;
		width: 200%;
		height: auto;
		margin: -100% 0px 0px -100%;
		*/
	}
	.main_fragment{
		display: none;
	}
	.main_info .main_about{
		padding: 10px 0px 5px 0px;
	}
	.main_info .about_game{
		padding: 10px 0px;
	}
	
	.main_info .prewfull .info .action,
	.main_info .prewfull .info .name{
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	.main_info .prewfull .info .action{
		position: absolute;
		top: 0px;
		left: -50px;
		opacity: 0;
	}
	.main_info .prewfull .info .name{
		position: absolute;
		bottom: 0px;
		right: -50px;
		opacity: 0;
	}
	.main_info .prewfull .info .action p,
	.main_info .prewfull .info .name p{
		color: rgb(255,255,255);
		font-weight: bold;
		line-height: 25px;
		font-size: 23px;
		margin: 25px 0px;
	}
	.main_info .prewfull .info{
		overflow: hidden;
	}
	.main_info .prewfull .info:hover .action{
		left: 50px;
		opacity: 1;
	}
	.main_info .prewfull .info:hover .name{
		right: 50px;
		opacity: 1;
	}
	.main_info .sezon_change{
		margin: -20px 0px 0px 0px;
	}
	.main_info .sezon_change .sezons{
		margin: 20px auto 10px auto;
	}
	.main_info .sezon_change .sezons .elem span{
		font-size: 15px;	
	}
	.main .book{
		background-color: rgb(255,255,255);
		width: 100%;
		margin: 0px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.main .book .foto{
		position: relative;
		width: 30%;
		//margin: 0px 0px 0px -9px;
		//padding: 10px 0px;
		//background-color: rgb(250,250,250);
		//-webkit-box-shadow: 1px 0px 3px rgb(150,150,150);
		//-moz-box-shadow: 1px 0px 3px rgb(150,150,150);
		//box-shadow: 1px 0px 3px rgb(150,150,150);
	}
	.main .book .foto:after{
		content: " ";
		position: absolute;
		width: 9px;
		height: 9px;
		//background-image: url(../img/style/corenr_l_w.png);
		bottom: -9px;
		left: 0px;
	}
	.main .book .foto img{
		display: block;
		width: 92%;
		margin: 0px 20px;
		border: 1px solid #EDE9E3;
	}
	.main .book .text{
		position: absolute;
		width: 65%;
		top: 10px;
		right: 2%;
		padding: 5px 0px;

	}
	.main .book .text_fotos{
		position: absolute;
		width: 75%;
		top: 10px;
		right: 2%;
		padding: 5px 0px;
		background: rgba(250,250,250,1);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
		-moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
		box-shadow: 0px 0px 2px rgb(200, 198, 195);
	}
	.main .book .text_fotos span{
		color: rgb(119, 119, 119);
	}
	.main .human{
		background-color: rgb(255,255,255);
		width: 100%;
		margin: 0px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.main .human .foto{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		//margin: 0px 0px 0px 10px;
		//padding: 10px 0px;
		//background-color: rgb(250,250,250);
		//-webkit-box-shadow: 1px 0px 3px rgb(150,150,150);
		//-moz-box-shadow: 1px 0px 3px rgb(150,150,150);
		//box-shadow: 1px 0px 3px rgb(150,150,150);
	}
	.main .human .foto img{
		display: block;
		width: 92%;
		margin: 0px 20px;
		border: 1px solid #EDE9E3;
	}
	.main .human .text{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 75%;
		top: 0px;
		left: 2%;
		padding: 5px 0px;
	}
	.main .human .text_fotos{
		position: absolute;
		width: 75%;
		top: 10px;
		right: 2%;
		padding: 5px 0px;
		background: rgba(250,250,250,1);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
		-moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
		box-shadow: 0px 0px 2px rgb(200, 198, 195);
	}
	.main .human .text_fotos span{
		color: rgb(119, 119, 119);
	}
	.favedlinks{
		position: relative;
		display: none;
		width: 100%;
		background-color: white;
		overflow: hidden;
		-webkit-box-shadow: 0px 5px 5px rgb(200, 198, 195);
		-moz-box-shadow: 0px 5px 5px rgb(200, 198, 195);
		box-shadow: 0px 5px 5px rgb(200, 198, 195);
	}
	.favact{
		display: block;
	}
	.favelink{
		cursor: pointer;
	}
	.favedlinks .elems{
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 0px;
	}
	.favedlinks .elems .elem{
		position: relative;
		display: inline-block;
		vertical-align: top;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid rgb(201,201,201);
		margin: 10px 2%;
		width: 20%;
		overflow: hidden;
	}
	.favedlinks .elems .elem a{
		text-decoration: none;
	}
	.favedlinks .elems .elem img{
		display: inline-block;
		height: 230px;
		padding: 10px;
	}
	.favedlinks .elems .elem p{
		color: rgb(101,101,101);
		text-align: center;
		font-size: 13px;
		margin: 10px;
	}
	.footer .full{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #4d4d4d;
		margin: 0px;
		font-size: 0px;
		text-align: left;
	}
	.footer .full .elem{
		display: inline-block;
		margin: 15px 10px;
		font-size: 16px;
	}
	.footer .full .elem a{
		text-decoration: none;
	}
	.footer .full .elem a span{
		color: #fff;
	}
	.footer .full .elem a:hover span{
		color: #F04D4D;
	}
	
}


/* ------------- */
/* Мобильный вид */
@media only screen and (max-width: 549px){
	
	.noprew .window{
		width: 295px;
	}
	.noprew .info{
		border-top: 1px dashed rgb(201,201,201);
	}
	.fav .window .subs{
		margin: 0px 0px 20px 0px;
	}
	.fav .window h1{
		padding: 20px;
	}
	.fav .window{
		width: 294px;
	}
	.login .window{
		width: 294px;
	}
	.logout .window{
		width: 294px;
	}
	.page .contents{
		padding-bottom: 55px;
	}
	.footer {
		height: 60px;
		margin: -60px auto 0 auto;
	}
	.menu_top .menu_act{
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(40,40,40,0.6);
	}
	.menu_top .menu_btn{
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0px;
		right: -39px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	.safari .menu_top .menu_btn{
		background-image: url(../img/style/menu.svg);
	}
	.other .menu_top .menu_btn{
		background-image: url(../img/style/menu.png);
	}
	.menu_top .menu_main{
		position: absolute;
		width: 100%;
		margin: 0px 0px;
		background-color: #ffffff;
		z-index: 1;
		z-index: 101;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.menu_top .unactive_menu_main{
		left: -100%;
	}
	.menu_top .active_menu_main{
		left: 0px;
	}
	.menu_top .menu_main .lang a span:first-child{
		display: none;
	}
	.menu_top .menu_main .elem{
		position: relative;
		line-height: 40px;
		border-bottom: 1px dotted rgb(86, 86, 86);
	}
	.menu_top .menu_main .elem:after{
		content: " ";
		position: absolute;
		width: 8px;
		height: 9px;
		margin: 16px;
		right: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		top: 0;
	}
	.safari .menu_top .menu_main .elem:after{
		background-image: url(../img/style/right_b.svg);
	}
	.other .menu_top .menu_main .elem:after{
		background-image: url(../img/style/right_b.png);
	}
	.menu_top .menu_main .lang .elem:after{
		display: none;
	}
	.menu_top .menu_main .elem a{
		text-decoration: none;
		color: rgb(40,40,40);
	}
	.menu_top .menu_main .logout a,
	.menu_top .menu_main .login a{
		color: #F04D4D;
	}
	.menu_top .menu_main .logout a span:last-child{
		display: none;
	}
	.menu_top .menu_main .elem a span{
		margin: 0px 20px;
		//font-weight: bold;
		display: block;
	}
	.menu_top .search{
		position: absolute;
		right: 0px;
		height: 30px;
		z-index: 1;
	}
	.menu_top .unactive_search{
		width: 30px;
		margin: 5px 5px;
	}
	.menu_top .unactive_search .search_inp,
	.menu_top .unactive_search .search_btn{
		display: none;
	}
	.menu_top .unactive_search .search_open{
		position: absolute;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center center;
		left: 0px;
		top: 0px;
		cursor: pointer;
	}
	.safari .menu_top .unactive_search .search_open{
		background-image: url(../img/style/search.svg);
	}
	.other .menu_top .unactive_search .search_open{
		background-image: url(../img/style/search.png);
	}
	.menu_top .active_search .search_open{
		position: absolute;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center center;
		right: -35px;
		top: 0px;
		cursor: pointer;
	}
	.safari .active_search .search_open{
		background-image: url(../img/style/right.svg);
	}
	.other .active_search .search_open{
		background-image: url(../img/style/right.png);
	}
	.menu_top .active_search{
		width: auto;
		left: 40px;
		right: 40px;
		top: 5px;
	}
	.menu_top .active_search .search_inp{
		position: absolute;
		width: 100%;
		height: 30px;
		background: rgb(255,255,255);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		z-index: 0;
		text-align: center;
		font-size: 13px;
		color: rgb(40,40,40);
	}
	.menu_top .active_search .search_btn{
		position: absolute;
		height: 24px;
		width: 24px;
		top: 3px;
		right: 3px;
		z-index: 1;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	.safari .menu_top .active_search .search_btn{
		background-image: url(../img/style/search.svg);
	}
	.other .menu_top .active_search .search_btn{
		background-image: url(../img/style/search.png);
	}
	.menu_top .logo{
		position: absolute;
		width: 83px;
		height: 30px;
		top: 5px;
		left: 43%;
		margin: 0px;
		z-index: 0;
	}
	.safari .menu_top .logo{
		background-image: url(../img/style/logo_t.svg);
		width: 90px;
		background-size: cover;
		background-position: center;
	}
	.other .menu_top .logo{
		background-image: url(../img/style/logo_t.png);
		width: 90px;
		background-size: cover;
		background-position: center;

	}
	.menu_top .logo a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.main_menu .menu_1 .elem a{
		line-height: 30px;
	}
	.main_menu .menu_1 .elem a span{
		font-size: 13px;
	}
	.main_menu .menu_1 .elem{
		height: 30px;
	}
	.main_menu .elem:first-child{
		display: none;
	}
	.main_menu .selector{
		position: relative;
		border-top: 1px solid rgb(202, 202, 202);
		width: 100%;
	}
	.main_menu .unactive_selectors{
		height: 30px;
		overflow: hidden;
	}
	.main_menu .selector_btn{
		position: absolute;
		width: 100%;
		height: 30px;
		top: 0px;
		right: 0px;
		background-repeat: no-repeat;
		background-position: 98% center;
		cursor: pointer;
	}
	.safari .main_menu .unactive_selectors .selector_btn{
		background-image: url(../img/style/bottom_b.svg);
	}
	.other .main_menu .unactive_selectors .selector_btn{
		background-image: url(../img/style/bottom_b.png);
	}
	.safari .main_menu .active_selectors .selector_btn{
		background-image: url(../img/style/top_b.svg);
	}
	.other. main_menu .active_selectors .selector_btn{
		background-image: url(../img/style/top_b.png);
	}
	.main_menu .active_selectors{
		height: auto;
		overflow: visible;
	}
	.main_menu .active_selectors:after{
		display: none;
	}
	.main_menu .selector .elem{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-bottom: 1px dotted rgb(201,201,201);
		cursor: pointer;
	}
	.main_menu .selector .elem:last-child{
		border-bottom: none;
	}
	.main_menu .selector .elem a{
		text-decoration: none;
		display: block;
		height: 30px;
		width: 100%;
	}
	.main_menu .selector .elem a span{
		font-size: 13px;
		color: rgb(40,40,40);
		margin: 0px 20px;
	}
	.main_menu .selector .unactive a span{
		color: rgb(219, 219, 219);
	}
	.main_menu .selector .name a span{
		font-weight: bold;
	}
	.main_menu .selector .active_selector{
		display: none;
	}
	.slider{
		margin: 5px auto -5px auto;
	}

	.slider p{
		display: block !important;
		background-color: rgba(236,233,228,0.6);
		width: 100%;
		position: absolute;
		bottom: 0px;
		top: auto;
		padding: 0px;
	}
	.rsBullets{
		display: none !important;
	}

	.serial_part_ch .elem span{
		font-size: 18px;
	}
	
	
	.main{
		margin: 0px 0px 20px 0px;
		padding: 10px 0px 10px 0px;
	}
	.main_info .main_about{
//		padding: 10px 0px 10px 0px;
	}
	.main_info .main_about form{
		text-align: center;
	}
	.human select:first-child{
		margin: 10px 3px 20px 3px;
	}
	.main .main_name{
		padding: 10px 0px;
	}
	.main .main_name p{
		font-size: 16px;
		text-align: center;
		text-decoration: none;
	}
	.main .n-wrap .main_name p{
		font-size: 16px;
		text-align: left;
		font-weight: bold;
		text-decoration: none;

	}
	.main .main_name a{
		font-size: 16px;
		text-align: left;
		margin: 0px 90px 0px 16px;
		text-decoration: none;
	}


	.main .main_name a span{
		border-bottom: 1px solid rgb(40,40,40);
	}
	.main .main_name a:after{
		content: " ";
		display: inline-block;
		margin: 0px 10px 2px 10px;
		width: 8px;
		height: 9px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.safari .main .main_name a:after{
		background-image: url(../img/style/right_b.svg);	
	}
	.other .main .main_name a:after{
		background-image: url(../img/style/right_b.png);	
	}
	.main .view_ch{
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 65px;
		height: 25px;
		margin: -13px 0px 0px 0px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	.main .dot{
		text-align: center;
	}
	.safari .main .dot{
		background-image: url(../img/style/dotted.svg);
	}
	.other .main .dot{
		background-image: url(../img/style/dotted.png);
	}
	.safari .main .str{
		background-image: url(../img/style/stringed.svg);
	}
	.other .main .str{
		background-image: url(../img/style/stringed.png);
	}
	.main .dotted{
		text-align: left;
		font-size: 0px;
//		padding: 0px 0px 20px 0px;
		margin-top: 10px;
	}
	.main .dotted .elem{
		display: inline-block !important;
		vertical-align: top !important;
		position: relative !important;
		width: 48% !important;
		margin: 0px !important;
		font-size: 13px !important;
		margin-bottom: 10px !important;
		padding-bottom: 10px;
		border: 1px solid #EDE9E3;
		box-sizing: border-box;
		margin-left: 1% !important;
		margin-right: 1% !important;
		background: #fff;
	}
	.main .dotted .elem img{
		display: inline-block;
		max-width: 90%;
		padding: 10px 10px 0px 10px;
		z-index: 0;

	}
	.main .stringed .short{
		display: block !important;
		position: relative !important;
		width: 98% !important;
		margin: 10px 1% !important;
		font-size: 13px !important;
		border-top: 1px solid #D9D9D9;
	}
	.main .stringed .short img{
		display: block;
		position: relative;
		max-width: 110px;
		padding: 10px;
		background-color: rgb(255,255,255);
		z-index: 0;
		margin: 0px;
	}
	.main .stringed .short .elem_t2{
		position: absolute;
		width: 100%;
		top: 0px;
		height: 100%;
		text-align: left;
	}
	.main .dotted .elem span{
		color: rgb(80,80,80);
		margin: 2px 10px;
		font-size: 13px;
		line-height: 17px;
		cursor: default;
		display: block;
		text-align: left;
	}
	.main .dotted .elem h2{
		color: rgb(40,40,40);
		margin: 10px 0px 5px 10px;
		font-size: 13px;
		line-height: 17px;
		font-weight: bold;
//		text-decoration: underline;
		text-align: left;
	}
	.main .dotted .elem h1{
		display: none;
	}
	.main .dotted .elem h3{
		color: rgb(101,101,101);
		margin: 0px 10px;
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		cursor: default;
		text-align: left;
	}
	.main .stringed{
		text-align: center;
		padding: 0px 0px 5px 0px;
	}
	.main .stringed .elem{
		position: relative;
		width: 96%;
		margin: 0px 2%;
		font-size: 13px;
	}
	.main .stringed .normal{
		text-align: left;
		overflow: hidden;
		border-top: 1px solid #EDE9E3;
	}


	.main .stringed .normal .poster,
	.main .stringed .normal .elem_t{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.main .stringed .normal .poster{
		width: 18%;
		text-align: center;
	}
	.main .stringed .normal .elem_t{
		width: 78%
	}

	.main .stringed .normal .poster img:first-child{
		display: inline-block;
	}
	.main .stringed .normal .poster img{
		margin: 5px 0px 0px 0px;
		width: 98%;
		z-index: 0;
	}


	.main .stringed .elem span{
		color: rgb(80,80,80);
		margin: 2px 0px;
		font-size: 13px;
		line-height: 17px;
		cursor: default;
	}
	.main .stringed .elem h1{
		display: none;
	}
	.main .stringed .elem h2{
		color: rgb(40,40,40);
		margin: 2px 10px;
		padding: 10px 0px 10px 5px;
		font-size: 17px;
		line-height: 17px;
		font-weight: bold;
		text-decoration: underline;
		display: table-cell;
		vertical-align: middle;
	}
	.main .stringed .short h2{
		display: inline-block;
		margin-left: 25px;
		margin-top: 10px;
	}
	.main .stringed .elem h3{
		color: rgb(101,101,101);
		bottom: 0px;
		left: 5px;
		margin: 20px 0px 0px 5px;
		font-size: 15px;
		line-height: 17px;;
		font-weight: normal;
		cursor: default;
	}



/*
	
	.main .stringed .elem .elem_t{
		position: absolute;
		width: 100%;
		height: 111px;
		left: 0px;
		top: 0px;
		text-align: left;
		display: inline-table;
	}
	.main .stringed .short .elem_t{
		height: 100%;
	}

*/
	.main .stringed .short h3{
		left: 120px;
	}
	.main .stringed .elem .content{
		position: absolute !important;
		right: 0px !important;
		bottom: 0px !important;
		width: 51px !important;
		height: 51px !important;
		float: none !important;
		top: 50px;
		display: none;
	}
	.main_info{
		margin: 0px 0px 20px 0px;
	}	
	.main_info .prewfull{
		position: relative;
		width: 100%;
//		margin: 10px 0px;
		background-color: rgb(230,230,230);
	}
	.main_info .prewfull .poster{
		display: none;
	}

	.main_info .elem .poster{
		display: block;
	}
	.main_info .prewfull .info .action,
	.main_info .prewfull .info .name{
		display: none;
	}
	.main_info .prewfull .info{
		position: relative;
		width: 90%;
		margin: 0px 5%;
	}
	.main_info .prewfull .info img{
		display: inline-block;
		width: 100%;
		margin: 5px auto 2px auto;
	}
	.main_info .sezon_change .sezons .elem span{
		font-size: 13px;	
	}
	.main .human,
	.main .book{
		overflow: auto;
	}
	.main .human .foto,
	.main .book .foto{
		float: left;
		width: 30%;
		margin: 5px 15px 5px 5px;
	}
	.main .human .foto img,
	.main .book .foto img{
		display: block;
		width: 100%;
	}
	.main .book .text{
		position: absolute;
		width: 65%;
		top: 10px;
		right: 2%;
		padding: 5px 0px;

	}

	.favedlinks{
		display: none;
	}
	.favelink{
		display: none;
	}
	.footer .moby{
		position: relative;
		width: 100%;
		height: 60px;
		margin: 0px;
		text-align: center;
		background: #4d4d4d;
	}
	.footer .moby p{
		font-size: 11px;
		color: #fff;
	}
	.footer .full{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #4d4d4d;
		margin: 0px;
		font-size: 0px;
		text-align: left;
	}
	.footer .full .elem{
		//display: inline-block;
		margin: 0px 20px 15px 20px;
		font-size: 16px;
	}
	.footer .full .elem a{
		text-decoration: none;
	}
	.footer .full .elem a span{
		color: #fff;
	}
	.footer .full .elem a:hover span{
		color: #F04D4D;
	}
	.n-menu {
	padding-top: 0px !important;
	width: 100%;
	}
	.n-submenu .elem {
   	 padding: 10px !important;
	}
	.bottom-menu .elem a {
	padding: 10px !important;
	border-bottom: 1px dotted #ccc !important;
	}
	.bottom-menu .elem a:first-child{
	border-bottom: none !important;
	margin-bottom: 0px !important;
	}
	.sub-footer-wrap {
	margin-left: 20px;
	}
	.ta {
    	margin: 10px 10px 20px 10px !important;
	}

	.menu_top .menu_main .elem:after {
    	content: " ";
    	position: absolute;
    	width: 8px;
    	height: 9px;
    	margin: 16px;
    	right: 0px;
    	background-repeat: no-repeat;
    	background-position: center center;
    	top: 0;
	background-image: url(../img/style/right_b.png);
	}


	.menu_top .menu_main .sub_menu .elem {
    	position: relative;
    	width: 100%;
    	line-height: 40px;
    	border-bottom: 1px dotted rgb(86, 86, 86);
	}
	.menu_top .menu_main .sub_menu .elem:last-child {
    	position: relative;
    	width: 100%;
    	line-height: 41px;
	border-bottom: 0px;
	}


}

.menu_top .menu_main .lang:hover .elem:first-child:after {
	display: none !important;
}

.other .menu_top .menu_main .lang .elem:first-child:after {
	display: none !important;
}

.sub_menu {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	text-align: left;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	z-index: 10;
}

.sub_menu.active {
	display: block;
}

.sub_menu a {
	//display: inline-block !important;
	margin-right: 20px;
}

@media all and (max-width: 550px) {
	.sub_menu {
		top: 100%;
		//box-shadow: inset 0px 3px 5px rgba(0,0,0,0.1);
	}
}

.menu_1 .elem:hover .sub_menu {
	display: block;
}



@media all and (min-width:551px) {
	.links .elem:hover .sub_menu {
		display: block;
		position: relative;
	}
}




.sub_menu i {
	font-style: normal;
	color: rgb(119, 119, 119);
	font-size: 14px;
}

.sub_menu i:hover {
	color: #F04D4D;
	border-bottom: 1px solid #F04D4D;
}

.n-submenu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.n-submenu .elem {
	padding: 3px 5px 10px 5px;
}

@media all and (max-width: 768px) {
	.n-submenu {
		padding: 10px 0px 0px 0px;
	}

	.n-submenu .elem {
		margin-bottom: 20px;
	}

	.n-submenu .elem a{
		text-align: center;
		display: block;
		margin: 0;
		padding: 0px 10px;
	}
}
@media all and (max-width: 400px) {

	.main .main_list .elem .poster {
   		min-height: 150px;
	}
}
@media all and (max-width: 550px) {
	.sub_menu {
		padding: 0px 20px;
	}

	.sub_menu a {
		display: block;
	}

	.menu_top {
		position: static;
		background-color: #ffffff;
		border-bottom: 1px solid #EBEDEF;
	}

	.menu_top .menu_main {
		height: 100%;
	}

	.active_menu_main .menu_btn {
		right: -1px;
		z-index: 25;
	}

	.main_menu {
		display: none;
	}

	.main .main_list .elem{
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 22%;
		margin: 10px 5px 0px 5px;
		font-size: 13px;
		border: 1px solid #c8c8c8;
	}
	.dotted .short .poster{

		min-height: 50px !important;

	}
	.dotted .short .elem_t2{

		min-height: 70px !important;

	}


}

.n-submenu a span {
	font-size: 15px;
	line-height: 20px;
	margin: 2px 20px;

}

.n-submenu .active_selector {
	background: #F04D4D;
	border-radius: 20px;

}

.n-submenu .active_selector a span {
	border: 0;
	color: #ffffff;
}

.n-wrap {
	background: #fff;
	border: 1px solid rgb(200, 200, 200);
	//box-shadow: 0 15px 10px -13px #9d9cab;
}


.windows.login .window {
	background: #fbfbfb ;
	border: 1px solid #e5e5e5;
}

.windows.login .window input {
	//color: #cccccc;
}

.windows.login .window  p {
	color: #777777;
	max-width: 220px;
	margin: 0px auto;
	height: 26px;
}

.n-play {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}


.n-play span {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 50px solid #fff;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}

.n-play span:after {
	display: block;
	content: '';
}

.n-player-close {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 9999999;
}

.n-player-close:after, .n-player-close:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	background: #fff;
}

.n-player-close:before {
	transform: rotate(-45deg);
}

.n-pop-film-wrap #playerElement {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
}

.n-pop-film-wrap .main_info .prewfull .info {
	margin: 0;
	width: 100%;
}

.n-pop-film-wrap .main_info .prewfull {
	margin: 0;
}

.n-wrap-player {
	width: 100%;
	height: 100%;
}

.n-pop-film {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}

.n-pop-film-wrap {
	height: 100%;
}

.n-pop-film-wrap .prewfull {
	height: 100%;
	background-color: #fff;
}

.n-pop-film-wrap .info {
	height: 100%;
}

.n-pop-film-wrap .other {
	height: 100%;
}

.n-pop-film-wrap .main_info {
	height: 100%;
}

.n-pop-film-wrap .n-wrap-player {
	height: 100%;
}

.n-pop-film-wrap #content1 {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	height: 200px;
	overflow: hidden;
}

.n-pop-film-wrap .main_info {
	margin-top: 0;
}

.log .form form input {

}

.log .form form input::-webkit-input-placeholder {
	color:#cccccc;
}
.log .form form input::-moz-placeholder {
	color:#cccccc;
}
.log .form form input:-moz-placeholder {
	color:#cccccc;
}
.log .form form input:-ms-input-placeholder {
	color:#cccccc;
}

#content2 {
	height: 100%;
}

.menu_1 {
	padding: 10px 0px;
}

.log {
	min-height: 405px;
}


.elem_t {
	min-height: 80px;
}

@media all and (max-width: 620px) {
	.elem_t {
		min-height: 70px;
	}
}

.bottom-menu {
	display: flex;
	justify-content: left;
	padding-top: 10px;
}

.n-logo img{
	width: 100px;
	margin-top: 15px;
	margin-right: 30px;
}

@media all and (max-width: 780px) {
	.n-logo {
		display: none;
	}
}

.bottom-menu .elem {
	vertical-align: top;
}

.bottom-menu a {
	display: block;
}

.bottom-menu .elem a:first-child {
	margin-bottom: 20px;
	font-size: 16px;
	opacity: 1;
}

.bottom-menu .elem a {
	font-size: 14px;
	margin-bottom: 5px;
	opacity: 0.7;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
}

.bottom-menu .elem a:hover {
	text-decoration: none;
}

.sub-footer {
	box-shadow: inset 5px 15px 11px -7px rgba(0,0,0,.3);
	background-color: #313131;
}

.n-rules {
	text-align: left;
	
}

.ta {
	text-align: left;
	margin-left: 130px;

}

@media all and (max-width: 780px) {
	.ta {
		text-align: left;
		margin-left: 0px;
	}
}

.n-btn-container--mod {
	margin-left: 110px;
}

@media all and (max-width: 780px) {
	.n-btn-container--mod {
		margin-left: 20px;
	}
}

.footer-bottom {
	padding: 20px 0px;
	-webkit-box-shadow: inset 5px 15px 11px -7px rgba(0,0,0,.3);
	-moz-box-shadow: inset 5px 15px 11px -7px rgba(0,0,0,.3);
	box-shadow: inset 5px 15px 11px -7px rgba(0,0,0,.3);
	background-color: #313131;
}

.sub-footer-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.social ul {
	display: flex;
}

.social ul li {
	margin-right: 10px;
}

.apps {
	display: none;
}

.apps ul {
	display: flex;
}

.apps ul li {
	margin-right: 10px;
}

.apps li a img {
	display: block;
	height: 30px;
}

.social li a img:first-child {
	margin-bottom: 14px;
}

.social li a {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 21px;
	overflow: hidden;
}

.social li a:hover img:first-child {
	display: none;
}

.social, .app {
	margin-bottom: 10px;
}

.n-menu {
	padding-top: 12px;
}

.main_list .elem {
	background: #fff;
}

.n-submenu .elem {
	//background: transparent;
}

.n-cont {
	position: relative;
}

.main_info .prewfull {
	background: #fff;
	//border: 1px solid rgb(200, 200, 200);

}


