* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::-webkit-scrollbar-track {
	background-color: #f9f9f9;
	webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
	background-color: #f9f9f9;
	height: 6px;
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #4e92df;
	border-radius: 3px;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
html, body {
	height: 100%;
	font-family: "Roboto", sans-serif;
}
body {
	background-color: #eee;
	color: #1e1f23;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height: 1.4;
	-webkit-animation: fade-in 1.5s linear;
	animation: fade-in 1.5s linear overflow-x:hidden;
}
a {
	color: #000;
	text-decoration: none;
	transition: color .3s;
}
a:hover {
	color: #0053F9;
	text-decoration: none;
}
.container-fluid {
	margin: 0 10%;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.content {
	padding-bottom: 100px;
}
ul, li {
	list-style: none;
}
input, button, textarea {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, blockquote {
	display: block;
}
article ul {
	padding: 0 0 0 40px;
}
article li {
	list-style: initial;
	padding: 5px 0;
}
article p {
	margin: 10px 0;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #e6eaf0;
	border-radius: 0;
	padding: 5px 10px;
}
textarea.mchat, input.mchat {
	height: 30px;
}
input[type=text]:focus, input[type=text]:active, textarea:focus, textarea:active, input[type=password]:focus, input[type=password]:active {
	border: 1px solid #c9d0d6;
}
input[type=checkbox] {
	height: 16px;
	position: relative;
	width: 16px;
}
input[type=checkbox]:before {
	background: #f9f9f9;
	border: 1px solid #e6eaed;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
input[type=checkbox]:checked:before {
	background: #f9f9f9 url(../images/checked.png) center center no-repeat;
}
input[type=submit].uf-btn {
	color: #fff;
}
button, input[type=submit], .button, input[type=button], input[type=reset] {
	background: #4E92DF;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 4px 8px;
	width: auto !important;
	font-size: 12px;
	border-radius: 3px;
}
button:hover, input[type=submit]:hover, .button:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .tov_desc .goodsbutton:hover {
	opacity: 0.8;
	color: #fff;
}
select {
	border: 1px solid #fafafa;
	background-color: #fafafa;
	font-weight: 400;
	outline: none;
	padding: 2px 5px;
}
.bbQuoteName {
	background: #FF7F5C;
	color: #fff;
	line-height: 28px;
	padding: 8px!important;
	text-transform: uppercase;
	font-size: 16px!important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.quoteMessage {
	border: 0 !important;
	border-top: 0 none !important;
	padding: 15px;
	background: #fafafa url(../images/orange_arrow.png) no-repeat 90% top;
	font-style: italic;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	clear: both;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
.container {
	margin: 0 auto;
}
.navbar-default {
	background: #fff;
	border: 0;
	border-radius: 0;
	height: 50px;
	width: 100%;
	z-index: 99;
}
.navbar li a {
	font-weight: 400;
	font-size: 12px;
	text-shadow: none;
	text-transform: uppercase
}
.navbar li a:hover {
	color: #3498db!important;
}
.navbar {
	background: #fff!important;
	display: table;
	position: relative;
}
.navbar-brand {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.navbar-brand span {
	background: #4e92df;
	padding: 5px 8px;
	margin: 0 5px;
	color: #fff;
	border-radius: 2px;
}
.container {
	padding: 0 5%;
}
.banner {
	margin-bottom: 15px;
}
.block {
	background: #fff;
	padding: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.block .blocktitle {
	padding: 0 0 15px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 17px;
	margin-bottom: 15px;
	text-align: center
}
.block .contic {
	margin-top: 25px;
}
.video-cont {
	position: relative;
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.video-item .title {
	position: relative;
	padding-top: 180px;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
}
.video-item:before {
	content: '\f04b';
	font-family: 'FontAwesome';
	position: absolute;
	color: #fff;
	left: 44%;
	top: 40%;
	z-index: 5;
	font-size: 35px;
	background: rgba(255, 255, 255, .3);
	border-radius: 3px;
	width: 50px;
	height: 50px;
	text-align: center;
}
.video-item {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 8px;
	position: relative;
	z-index: 3;
	transition: all .3s;
}
.video-item:hover {
	opacity: 8;
}
.today {
	position: absolute;
	top: 2px;
	right: -5px;
	min-width: 17px;
	height: 17px;
	padding: 2px;
	line-height: 13px;
	text-align: center;
	background: #ff7f5c;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
}
@media (max-width:768px) {
	.today {
		position: absolute;
		top: 2px;
		right: 5px;
		min-width: 17px;
		height: 17px;
		padding: 2px;
		line-height: 13px;
		text-align: center;
		background: #ff7f5c;
		color: #fff;
		font-size: 10px;
		border-radius: 50%;
	}
}
.news-box, .news-box .img {
	transition: all .3s;
}
#allEntries div[id*="entryID"]:first-child .news-box {
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	display: block;
}
#allEntries div[id*="entryID"]:first-child .news-box .img {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 0px;
}
#allEntries div[id*="entryID"]:first-child .news-box .img .new {
	display: block;
	position: absolute;
	top: -69px;
	left: -69px;
	z-index: 9;
	width: 150px;
	height: 120px;
	text-align: center;
	background: #FF7F5C;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	line-height: 105px;
	box-sizing: border-box;
	padding-top: 56px;
	transform: rotate(-45deg);
	cursor: help;
}
#allEntries div[id*="entryID"]:first-child .news-box .img .new:after {
	content: 'Новое';
	position: relative;
	right: 11px;
	bottom: 5px;
}
#allEntries div[id*="entryID"]:first-child .news-box .title {
	font-size: 1.4em;
	line-height: 28px;
	font-weight: 700;
	margin: -20px -20px 0px -20px;
	padding: 20px;
	background: #fafafa;
	text-align: center;
}
#allEntries div[id*="entryID"]:first-child .news-box .position {
	position: relative;
	padding: 20px;
	max-height: 300px;
	overflow: hidden;
}
#allEntries div[id*="entryID"]:first-child .news-box .stat-bar {
	margin: 0!important;
	padding: 10px 0;
	font-size: 12px;
	background: #fff;
}
#allEntries div[id*="entryID"] .news-box:first-child .stat-bar .fa {
	margin: 0 5px 0 15px;
	color: #4bc7c7;
}
.news-box {
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.news-box .img {
	position: relative;
	width: 50%;
	height: 200px;
	overflow: hidden;
	float: left;
}
.news-box img {
	width: 100%;
	height: 200px;
}
.news-box .img .new {
	display: none;
}
.news-box .img .new:after {
	content: 'Сегодня';
	position: relative;
	right: 11px;
	bottom: 5px;
}
.news-box .title {
	font-size: 1.25em;
	line-height: 28px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.news-box .text {
	margin-top: 15px;
}
.news-box .position {
	position: relative;
	height: 200px;
	overflow: hidden;
	padding: 15px;
	border-bottom: 15px solid #fff;
}
.news-box .position:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.stat-bar {
	margin: 0!important;
	padding: 10px 0;
	font-size: 12px;
	background: #fff;
}
.stat-bar .fa {
	margin: 0 5px 0 15px;
	color: #4bc7c7;
}
.news-box-read {
	position: relative;
	background: #fff;
}
.news-box-read .img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.time {
	font-size: 12px;
	font-weight: 400!important;
	background: #fafafa;
	padding: 5px 8px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 2px;
}
.news-box-read .img img {
	width: 100%;
}
.news-box-read .title {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	margin: -20px -20px 0px -20px;
	padding: 20px;
	background: #fafafa;
	text-align: center;
}
.news-box-read .text {
	margin-top: 15px;
}
.eTitle {
	font-weight: 700;
	position: relative;
}
.block-in3 {
	height: 75px;
	overflow: hidden;
	margin-bottom: 11.2px;
	background: #fff;
	padding: 5px;
}
.block-in3 .img {
	position: relative;
	width: 140px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	display: block;
	transition: all .3s;
}
.block-in3 .title {
	margin-bottom: 5px;
	font-weight: 500;
	color: #3498db;
	text-align: left;
	height: 42px;
	overflow: hidden;
}
.block-in3 .cat {
	text-transform: uppercase;
}
.block-in3 .cat, .block-in3 .view {
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.last-comments {
	max-height: 82px;
	overflow: hidden;
	margin-bottom: 11.2px;
	background: #fff;
	padding: 5px;
	transition: all .7s;
}
.last-comments:hover {
	background: #f7f7f7;
}
.last-comments:hover a {
	color: #1e1f23;
}
.last-comments:hover .img {
	box-shadow: inset 0 0 0 3px #f0f0f0;
}
.last-comments .img {
	position: relative;
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	display: block;
	border-radius: 2px;
	transition: all .3s;
}
.last-comments .title {
	margin-top: -3px;
	margin-bottom: 5px;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
}
.last-comments .cat {
	text-transform: uppercase;
}
.last-comments .cat, .last-comments .view {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.comm-box {
	padding: 20px;
	background: #fff;
	margin: 15px 0;
}
.com-order-block {
	background: #fafafa;
	padding: 5px;
	position: relative;
	top: -20px;
}
.uc-top-right {
	background: #fafafa;
	padding: 5px;
}
.uf-txt-input {
	height: 75px!important;
}
.uc-opacity {
	font-size: 13px;
}
.uc-avatar img {
	border-radius: 50%!important;
}
.uComment {
	border-bottom: 1px solid #f5f5f5!important;
}
.uForm {
	background: #fafafa;
	margin: -20px!important;
	padding: 20px;
}
#myCarousel {
	margin-bottom: 25px;
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.pull-right {
	padding-left: 15px;
}
.box-shadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border-radius: 2px;
}
.bg-white {
	padding: 15px;
	background: #fff;
}
.margin-top15 {
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
	top: 5px;
}
.search {
	padding: 5px 0;
	width: 230px;
	height: 30px;
	position: absolute;
	right: 17%;
	line-height: 22px;
}
.search input {
	left: 0;
	position: absolute;
	width: 0;
	float: left;
	margin-left: 200px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 39px;
	line-height: 18px;
	padding: 0 2px 0 2px;
	border-radius: 1px;
	z-index: 2;
}
.search:hover input, .search input:focus {
	width: 200px;
	margin-left: 0;
}
.search .btn {
	float: right;
	position: relative;
	background: #3498db;
	font-size: 18px;
	z-index: 3;
}
.message-item {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}
.message-item .message-inner {
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}
.message-item .message-inner:before {
	border-style: solid;
	border-width: 10px;
	color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -20px;
	top: 6px;
	width: 0;
}
.message-item .message-inner:after {
	border-right: 10px solid #fff;
	border-style: solid;
	border-width: 10px;
	color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -18px;
	top: 6px;
	width: 0;
}
.message-item:before {
	background: #fff;
	border-radius: 2px;
	bottom: -30px;
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	width: 2px;
}
.message-item:last-child:before {
	background: #fff;
	border-radius: 2px;
	bottom: -30px;
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	width: 0;
}
.message-item:after {
	background: #57cbc8;
	border: 5px solid #fff;
	border-radius: 50%;
	content: "";
	height: 15px;
	left: -36px;
	position: absolute;
	top: 10px;
	width: 15px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.message-item .message-head {
	border-bottom: 1px solid #fafafa;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.message-item .message-head .avatar {
	margin-right: 20px;
}
.message-item .message-head .user-detail {
	overflow: hidden;
}
.message-item .message-head .user-detail h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.message-item .message-head .post-meta {
	float: left;
	padding: 0 15px 0 0;
}
.message-item .message-head .post-meta>div {
	color: #333;
	font-weight: bold;
	text-align: right;
}
.post-meta>div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}
.message-item .message-head .post-meta>div {
	color: #333;
	font-weight: bold;
	text-align: right;
}
.post-meta>div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}
.message-item img {
	min-height: 40px;
	max-height: 40px;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.autor_site {
	color: #222;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 0 10px 0;
}
.autor_site .fa {
	color: red;
}
.catsTable td {
	border: 0;
}
table.catsTable {
	width: 100%;
}
table.catsTable tr td:hover {
	background-color: #f9f9f9;
	transition: all 0.3s;
}
table.catsTable td {
	padding: 0 8px;
	position: relative;
	height: 35px;
	line-height: 35px;
}
table.catsTable td a {
	width: 100%;
}
.catDescr {
	display: none;
}
.catName, .catNameActive {
	position: relative
}
.catName:before, .catNameActive:before {
	content: '\f1ea';
	font-family: 'FontAwesome';
	position: relative;
	margin-right: 5px;
}
.catNameActive {
	color: #0053F9;
}
.news-box-read .text img {
	padding: 25px!important;
}
.float-right {
	float: right;
	margin-right: 15px;
}
.read-btn {
	color: #fff;
	background: #4e92df;
	padding: 5px 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: all .3s;
}
.read-btn:hover {
	opacity: 0.7;
	color: #fff;
}
/*.ulightbox{display:block;}*/

.ulightbox img {
	max-width: 700px!important;
	min-width: 200px!important;
}
@media only screen and (max-width:640px) {
	.ulightbox img {
		width: 100%!important;
	}
}
.text img {
	width: 40%;
}
.pagination, .catPages1, .catPages2, .pagesBlockuz1, .pagesBlockuz2, .plist {
	display: block;
	padding: 20px 0;
	text-align: center;
	margin: auto;
}
.pagination a, .swchItem, .swchItem1 {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	color: #000 !important;
	cursor: pointer;
	padding: 5px 15px;
	width: auto!important;
	transition: all .3s;
}
.pagination span:not(.nav_ext) {
	background-color: #4e92df;
	border: 0;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	padding: 5px 15px;
	width: auto!important;
}
.pagination a.pag_active, .pagination a:hover, .swchItem:hover, .swchItem1:hover {
	background-color: #4e92df;
	color: #fff!important;
}
.h-top-link, .h-top-link:hover {
	display: none;
	cursor: pointer;
	width: 28px;
	height: 28px;
	text-align: center;
	background: url('../images/top.png');
	background-size: 100%;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 2px;
}
ol.later-lest {
	list-style: none;
	counter-reset: point;
	max-height: 300px;
	overflow: auto;
}
ol.later-lest li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
	transition: all .3s;
	position: relative;
	height: 30px;
}
ol.later-lest li a {
	color: #1e1f23;
}
.titka {
	display: block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.LisMark-del .fa {
	width: 5%;
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 5px;
	color: red;
}
ol.later-lest li:hover {
	opacity: .8;
}
ol.later-lest li:before {
	content: counter(point);
	counter-increment: point 1;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 2px;
	background: #FF7F5C;
	width: 20px;
	height: 20px;
	padding: 2px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}
.text iframe {
	width: 80%!important;
}
@media (max-width:990px) {
	.vep-video-block iframe {
		width: 100%!important;
	}
	.col-md-8 {
		margin-bottom: 15px!important;
	}
	.page_selector {
		display: table;
		position: relative;
		z-index: 3;
		margin-top: 25px;
	}
	.container-fluid {
		margin: 0 0!important;
	}
	#allEntries div[id*="entryID"]:first-child .news-box .img {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.news-box .img {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		float: none;
	}
	.news-box img {
		width: 100%;
		height: 200px;
	}
	.news-box .title {
		font-size: 1.25em;
		line-height: 28px;
		font-weight: 700;
		text-align: center;
	}
	.read-btn {
		display: none!important;
	}
}
.moder_panel {
	position: absolute;
	top: 10px;
	left: 10px;
}
.moder_panel2 {
	position: absolute;
	top: 10px;
	right: 10px;
}
.later {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fafafa;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	border-radius: 100%;
	font-size: 13px;
	text-align: center;
	transition: all .3s;
	z-index: 3;
	opacity: .8;
	cursor: pointer
}
.later:hover {
	background: #ff7f5c;
	color: #fff;
}
.ava-head {
	position: relative;
	top: -8px;
	right: 8px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	border: 1px solid #f5f5f5;
	float: left;
}
.phtTdMain {
	margin-bootom: 10px;
}
.breadcrumb {
	background: #fafafa!important;
}
.cell-poll {
	float: left;
	width: 100%;
	padding: 10px;
}
.cell-poll-title {
	padding: 0 0 15px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 17px;
	margin-top: -10px;
	margin-bottom: 15px;
	text-align: center
}
.cell-poll a {
	text-decoration: none;
	outline: none
}
.cell-poll-answers {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	text-align: left;
}
.answer {
	float: left;
	width: 100%;
	color: #fafafa;
	position: relative;
	height: 25px!important;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 7px 0px;
	background: #f5f5f5;
	border-radius: 3px;
}
.answer input {
	margin: 3px 5px 2px 5px;
}
.answer label {
	margin: 2px 0px 2px 0px;
	color: #1e1f23;
}
.answer div {
	height: 25px!important;
	padding: 2px 0px 2px 0px;
	position: absolute;
	z-index: 998;
	top: 0px;
	left: 0px;
	width: 100%;
}
.answer span {
	float: right;
	height: 20px!important;
	line-height: 10px;
	padding: 5px;
	margin-right: 2px;
	font-size: 12px;
	color: #666;
	position: relative;
	left: 0px;
	z-index: 999;
	background: #fff;
	display: block;
	border-radius: 5px;
}
.pollBut {
	cursor: pointer;
	border: none!important;
	margin-top: 10px;
	background: #64b0db!important;
	padding: 5px 20px 5px 20px!important;
	font: 11px Verdana, Arial, Helvetica, sans-serif!important;
	font-weight: bold!important;
	color: #fff!important;
}
.pollBut:active {
	box-shadow: inset 0px 0px 3px #166693!important;
}
.pollBut:hover {
	background: #51a4d2!important;
}
.cell-poll-link {
	float: left;
	width: 100%;
	padding-top: 10px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.cell-poll-link span {
	float: left;
}
.cell-poll-link b, .cell-poll-link a {
	float: right;
}
.cell-poll-link b {
	color: #B6C0CD;
}
.LisMarks-null {
	background: #fafafa;
	padding: 8px;
	font-size: 13px;
}
.searchForm {
	top: 10px;
	position: relative;
	border: 1px solid #f7f7f7;
	width: 100%;
	border-radius: 2px;
}
.searchForm .queryField {
	width: 73%;
	height: 30px;
	border: 0!important;
}
.searchForm .searchSbmFl {
	width: 17%;
	height: 31px;
	border-radius: 0px;
	background: #4e92df;
	color: #fff;
	border: 0px solid #f7f7f7;
	position: absolute;
	right: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fafafa;
	outline: 0
}
.dropdown-menu {
	border: 0!important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.select-background {
	display: inline-block;
	position: fixed;
	top: 40%;
	left: 5px;
}
.select-background>div {
	border: inherit;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin: 3px;
	border-radius: 50%;
	border: 1px solid #fff
}
.select-background .rose {
	background-color: #d870ad;
}
.select-background .mint {
	background-color: #3abdaf;
}
.select-background .gray {
	background-color: #f0f0f0;
}
.select-background .red {
	background-color: #d84b41;
}
.select-background .green {
	background-color: #afc050;
}
.select-background .blue {
	background-color: #3bb1d9;
}
.select-background .yellow {
	background-color: #f5ba42;
}
.select-background .orange {
	background-color: #e7663f
}
.margin-15 {
	margin: 0 -15px;
	margin-bottom: -15px;
}
.fastLinks {
	margin: 15px auto;
	padding: 15px;
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
}
.fastLink {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}
@media (max-width:768px) {
	.fastLink {
		float: none;
		width: 100%;
		height: 30px;
		line-height: 30px;
		display: table;
	}
}
.chitai {
	display: table;
}
.chitai .img {
	padding-top: 25px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px
}
.chitai .img img {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin-bottom: 15px
}
@media (max-width:991px) {
	.chitai .img {
		padding-top: 25px;
		height: 200px;
		overflow: hidden;
		margin-bottom: 15px
	}
}
#uCatsMenu9 {
	position: absolute;
	margin-top: -70px!important;
	margin-left: -150px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	border-radius: 5px;
	padding: 15px;
	min-width: 250px;
	border: 0!important;
	padding: 10px!important;
}
.username span {
	display: block;
	float: left;
	max-width: 75px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.down_button {
	height: 40px;
	border: 2px solid #FFF;
	background: #4E92DF;
	border-radius: 7px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	line-height: 39px;
}
a.down_button_m:hover {
	height: 40px;
	border: none;
	background: #FFF;
	border-radius: 7px;
	font-weight: normal;
	color: #4E92DF;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	line-height: 39px;
	border: 2px solid #4E92DF;
}
span.down_button {
	height: 40px;
	border: 2px solid #fff;
	background: #FF6B42;
	border-radius: 7px;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 28px;
	display: inline-block;
	line-height: 39px;
}
a.down_button_m:active {
	color: #4E92DF;
}
span.down_button_m a:hover {
	color: #FF6B42;
}
span.down_button_m:hover {
	height: 40px;
	border: none;
	background: #fff;
	border-radius: 7px;
	font-weight: bold;
	color: #ff7e5e;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 28px;
	display: inline-block;
	line-height: 39px;
	border: 2px solid #FF6B42;
}
.mtr {
	padding: 20px 0px 20px 0px;
	display: table
}
.mtr .article_counters {
	margin-bottom: 2px;
}
.mtr .im {
	background: #FFFFFF;
	padding-right: 15px;
	display: table-cell;
	vertical-align: top
}
.mtr_td {
	display: table-cell;
	vertical-align: top
}
.mtr .inim {
	width: 400px;
	overflow: hidden
}
.mtr_descr {
	margin: 0;
	position: absolute;
	top: -9000px
}
.name_mtr {
	margin-bottom: 7px;
	font-size: 1.05em;
	font-weight: 500;
	color: #4285f4;
}
.name_mtr a {
	margin-bottom: 7px;
	font-size: 1.15em;
	font-weight: 500;
	color: #4285f4;
}
.article_counters {
	margin-bottom: 14px;
	font-size: 13px;
	color: #8c8c8c
}
.article_counters span {
	display: inline-block;
	margin-right: 10px
}
.article_counters .dats {
	background: url('../images/time.png') 0px 1px no-repeat;
	padding-left: 20px
}
.article_counters .views {
	background: url('../images/views.png') 0px 1px no-repeat;
	padding-left: 20px
}
.article_counters .load {
	background: url('../images/4.png') 0px 1px no-repeat;
	padding-left: 20px
}
.article_counters .catalog {
	background: url('../images/catalog.png') 0px 1px no-repeat;
	padding-left: 20px
}
@media only screen and (max-width:640px) {
	.mtr {
		display: block
	}
	.mtr .im {
		display: block;
		margin-bottom: 10px;
		padding-right: 0px
	}
	.mtr .inim, .mtr .inim img {
		width: 100%;
		height: 225px;
	}
	.mtr_td {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width:460px) {
	.mtr {
		display: block
	}
	.mtr .im {
		display: block;
		margin-bottom: 10px;
		padding-right: 0px
	}
	.mtr .inim, .mtr .inim img {
		width: 100%;
		height: 225px;
	}
	.mtr_td {
		display: block;
		text-align: center;
	}
}
.opisanie {
	line-height: 22px;
}
.poster {
	height: 250px;
	width: 400px;
	border: 2px solid #e0dfdf;
	padding: 5px;
}
.poster_wrapper {
	max-width: 550px;
	overflow: hidden;
	border: 2px solid #e0dfdf;
	padding: 5px;
}
.poster_wrapper_full_entry {
	width: 696px;
	overflow: hidden;
}
@media only screen and (max-width:640px) {
	.poster_wrapper {
		width: 100%;
	}
}
@media only screen and (max-width:460px) {
	.poster_wrapper {
		width: 100%;
	}
}
.poster_wrapper_full {
	width: 640px;
	overflow: hidden;
	border: 2px solid #e0dfdf;
	padding: 5px;
}
@media only screen and (max-width:640px) {
	.poster_wrapper_full {
		width: 100%;
	}
}
@media only screen and (max-width:460px) {
	.poster_wrapper_full {
		width: 100%;
	}
}
.poster_inf {
	width: 300px;
	height: 170px;
	border-radius: 6px;
}
.textor {
	margin: 0 auto;
	width: 100%;
	line-height: 24px;
	text-overflow: clip;
	text-align: left;
	color: #181818;
}
.share {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
#downgame {
	width: 100%;
}
.fs_block19 {
	width: 100%;
	margin: 5px 0 5px 0;
}
.fs_block19 img {
	border: 1px solid #4F756B;
	border-radius: 3px;
	padding: 3px;
	opacity: 1;
}
.fs_block19 img:hover {
	opacity: 0.5;
}
.fs_block {
	width: 50%;
	float: left;
	margin: 5px 0 5px 0;
}
.fs_block img {
	border: 1px solid #4F756B;
	border-radius: 3px;
	padding: 3px;
	opacity: 1;
}
.fs_block img:hover {
	opacity: 0.5;
}
.menu {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.menu a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 5%;
	display: block;
	background: #4E92DF;
	border-bottom: 1px solid rgba(34, 34, 34, .25);
	color: #fff;
	text-decoration: none !important;
}
.menu a:hover {
	background: #ABC8E8;
	color: #f1f1f1;
}
.link_drop a {
	background: rgb(71, 65, 65);
	padding-left: calc(5% + 5px);
	width: calc(100% - 10% - 5px);
}
.link_drop a:hover {
	box-shadow: 4px 0 0 0 rgb(229, 101, 76) inset;
}
.link_drop {
	height: 31px;
	overflow: hidden;
}
.link_drop:hover {
	height: auto;
}
.link_drop_top {
	background: #FF6B42 !important;
	width: calc(100% - 10%) !important;
	padding: 0 5% !important;
}
.link_drop:before {
	width: 30px;
	height: 30px;
	content: '';
	background: url('../images/47372693.png') no-repeat center/100%;
	transform: translate(-5px, 0) rotate(-90deg);
	display: inline-block;
	float: right;
}
.link_drop:hover:before {
	transform: translate(-5px, 0);
}
.link_drop, .menu a, .link_drop:before {
	transition: all linear .2s;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .2s;
	-o-transition: all linear .3s;
}
.fs_block_a {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 12px;
}
.fs_block_a img {
	width: 350px;
	height: 170px;
}
.linkovka {
	border: 1px solid #d6d6d6;
}
#share {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.link_down a {
	color: #0053F9;
}
.link_down a:hover {
	color: #7DA5D2;
}
.reklama {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 5px;
}
.ratee {
	float: right;
}
.link {
	height: 45px;
}
@media only screen and (min-width:990px) and (max-width:1210px) {
	.mtr .inim {
		width: 320px;
	}
	.menu a {
		word-break: break-all;
		padding: 0 3%;
	}
}
.block-in4 {
	height: 75px;
	overflow: hidden;
	background: #fff;
	padding: 5px;
}
.block-in4 .img {
	position: relative;
	width: 100px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	display: block;
	transition: all .3s;
}
.block-in4 .title {
	margin-bottom: 5px;
	font-weight: 500;
	color: #3498db;
	text-align: left;
	height: 42px;
	overflow: hidden;
}
.inf_bg {
	background: url(../images/38331331.png)no-repeat;
	width: 179px;
	height: 146px;
}
.inf_bg .text {
	text-align: left;
	padding-left: 40px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
.inf_bg .text a {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
}
.inf_bg .text a:hover {
	text-decoration: underline;
}
.inf_bg .img {
	margin-top: 5px;
}
ul.best-file {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
ul.best-file li {
	display: block;
	float: left;
	width: 31%;
	height: 110px;
	margin: 10px 7px 10px 7px;
	position: relative;
	overflow: hidden;
}
ul.best-file li img.best-file-img {
	width: 267px;
	height: 110px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
ul.best-file li span {
	float: right;
	display: block;
	padding: 2px 4px;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 2;
	overflow: hidden;
}
ul.best-file li span img {
	vertical-align: -3px;
}
ul.best-file li a {
	display: block;
	padding: 0 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	overflow: hidden;
}
ul.best-file li a img {
	vertical-align: 1px;
}
body *::-moz-selection {
	background-color: #e74c3c;
	color: #FFFFFF;
}
body *::-webkit-selection {
	background-color: #e74c3c;
	color: #FFFFFF;
}
body *::selection {
	background-color: #e74c3c;
	color: #FFFFFF;
}
.addmods-a {
	width: 100%;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #4e92df;
}
.addmods-a:hover {
	background: #ABC8E8;
	color: #f1f1f1;
}
#add-news {
	margin-bottom: 15px;
}
.img-low {
	display: table;
}
h2.name_mtr a {
	color: #4285f4;
}
.descrip {
	color: #383a40;
	font-size: 17px;
	line-height: 26px;
}
.over_1 {
	width: 180px;
	text-align: left;
}
.titl {
	text-align: left;
	padding: 7px;
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	color: white;
	background: #4B4F55;
	display: block
}
.menus {
	text-align: left;
	border-bottom: 1px solid #D8D8D8
}
.menus a sup {
	font-family: Arial;
	margin-top: -1px;
	float: right;
	font-size: 10px;
	border-radius: 13px;
	padding: 3px;
	background: #efefef;
	color: #646464
}
.menus a.active sup {
	font-family: Arial;
	margin-top: -1px;
	float: right;
	font-size: 10px;
	border-radius: 13px;
	padding: 3px;
	background: #F13B3B;
	color: white
}
.menus a {
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	font-family: Arial;
	font-size: 14px;
	background: white;
	display: block;
	padding: 7px;
	color: #8B8E93;
	border-bottom: 1px solid #F0F0F0;
	text-decoration: none;
}
.menus a.active {
	font-family: Arial;
	display: block;
	font-size: 14px;
	padding: 7px;
	color: #FFFFFF;
	border-bottom: 1px solid #62666B;
	text-decoration: none;
	background: #6E757F;
	border-left: 1px solid #6E757F;
	border-right: 1px solid #6E757F;
}
.menus a:hover {
	font-family: Arial;
	display: block;
	font-size: 14px;
	padding: 7px;
	color: #FFFFFF;
	border-bottom: 1px solid #62666B;
	text-decoration: none;
	background: #6E757F;
	border-left: 1px solid #6E757F;
	border-right: 1px solid #6E757F;
}


/* Speedbar */
.speedbar > span > span:first-child a {
	display: inline-block;
	background: url(../images/home_breadcrumbs.png);
	width: 11px;
	height: 11px;
	text-indent: 100px;
	overflow: hidden;
}


/* --- Страница пользователя --- */
.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .6em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none !important; padding: 0; margin: 0 0 25px 0; }
	.usinf li { list-style: none !important; padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none !important; padding: 0; margin: 0; }



/* Формы на UL */
ul.ui-form { list-style: none; padding: 0; margin: 0; }
	ul.ui-form > li { margin-bottom: 20px; list-style: none; }
	ul.ui-form > li:last-child { margin-bottom: 0; }
	.form-group { margin-bottom: 20px; }
	.form-group > label { display: block; margin-bottom: .4em; }
	.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

	@media only screen and (min-width: 601px) {
		.form-group.combo:after { clear: both; display: table; content: ""; }
		.form-group.combo > .combo_field { width: 50%; float: left;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.form-group.combo > .combo_field:last-child { padding-left: 10px; }
		.form-group.combo > .combo_field:first-child { padding-right: 10px; }
	}
	.form_submit { margin-top: 20px; }
	.form-sep { border-top: 1px solid #efefef; }

/* --- Информация об ошибках --- */
.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 10px 0px;
}

/* --- PM --- */
@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #3394e6; color: #3394e6; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #f7f7f7; border-radius: 2px; }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }

/* Comments */
.uComment {
	margin: 30px 0;
}
.uComment.cBlock1, .uComment.cBlock2 {
	border: 0;
	background: none;
}
.uc-avatar {
	float: left;
	width: 50px;
}
.uc-avatar img {
	vertical-align: middle;
	width: 50px;
	border-radius: 4px;
}
.uc-content {
	margin: 0 0 0 65px;
}
.uc-top {}
.uc-top img {
	vertical-align: middle;
}
.uc-top-right {
	float: right;
	white-space: nowrap;
	font-size: 13px;
}
.uc-top-right-actions {
	display: none;
	font-size: 13px;
}
.uc-top-right:hover > .uc-top-right-actions {
	display: inline-block;
}
.uc-top-left img, .uc-top-left a, .uc-top-left span {
	vertical-align: middle;
}
a.uc-profile-link {}
.uc-message {
	margin: 8px 0;
	padding: 0;
}
.uc-answer {}
.uc-answer-link {
	margin: 5px 0 0;
	text-align: right;
	font-size: 8pt;
}
.uc-opacity {
	opacity: .6;
	filter: alpha(opacity=60);
}
.uComment:before, .uComment:after {
	content: " ";
	display: table;
}
.uComment:after {
	clear: both;
}

/* Login Form */
.login_form {
    padding: 0px;
    margin: 0px;
}
.login_form li {
    padding: 0px 0px 15px 0px;
}
.login_form label {
	display: block;
}
.login_form input {
	width: 100% !important;
}
.login_form button {
	width: 100% !important;
	border-radius: 4px;
}
.login_form__foot .right {
	float: right;
}
