@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic-ext');
/*--------------------- General styles start ---------------------*/

body {
 margin: 0px;
 background-color: #fff;
 font: 16px "PT Sans", 'Tahoma', 'Arial';
 color: #5d5d5d;
}

td, input, select {
 font: 14px "PT Sans", 'Tahoma', 'Arial';
}

.forbots{
	display: none
}

body a {
 color: #1282d8;
 text-decoration: none;
}

body a:hover {
 text-decoration: underline;
}

* {box-sizing:border-box;}

img {border: 0px;}
h1 {
 font-size: 18px;
 color: red;
 font-weight:700;
}
h2{font-size:21px;
 color: #3A6B8e;}

/*--------------------- General styles end ---------------------*/

/*--------------------- All content start ---------------------*/

#all {width: 100%;}

/*--------------------- All content end ---------------------*/

/*--------------------- Header start ---------------------*/

#top {
 width: 100%;
 height: 149px;
 background: url(/img/header.jpg) no-repeat left #3A6B8e;
}

#top1 {
 height: 39px;
 background: url(/img/1_1.gif) repeat-x;
 padding-top: 8px;
 width: 100%;
 padding-left:10px;
}
.top-menu{
 max-width:990px;
 margin:auto;
 /*padding-top:3px;*/
}

.toptable {
 max-width: 1000px;
 height: 149px;
 margin: auto;
}

.sitelogo {
 width: 70%;
 font: 32px 'PT Sans';
 color: #ddd;
 padding-left: 200px;
 font-weight:bold;
 vertical-align:top;
 padding-top:30px; 
 float:left;
}

.globe {
 vertical-align: top;
 text-align: right;
 width: 30%;
 background: url(/.s/t/797/3png) no-repeat;
 float:left;
}

#date {
 height: 25px;
 font: 12px 'Tahoma';
 color: #cccccc;
 margin-right: 20px;
 margin-top:20px;
}

#date-left {
 float: right;
 width: 22px;
 height: 25px;
 background: url(/.s/t/797/4png);
}

#date-mid {
 float: right;
 height: 25px;
 background: url(/.s/t/797/5png);
 line-height: 21px;
}

#date-right {
 float: right;
 width: 23px;
 height: 25px;
 background: url(/.s/t/797/6png);
}

#tm {
 margin: auto;
 margin-top: 8px;
 height: 22px;
 width: 1000px;
 padding-left:10px;
}

#top1 a {
 color: #555555;
 padding: 0 10px
}

.tm a {
 color: #999999;
 font: 14px "PT Sans";
 text-transform: uppercase;
 line-height: 22px;
 text-decoration: none;
 padding-left: 15px;
}

.tm a:hover {
 color: #1282d8;
 background-position: 0px -16px;
 text-decoration: none;
}

.tm_left {
 display: block;
 float: left;
 width: 5px;
 height: 22px;
 background: url(/.s/t/797/7.png);
}

.tm {
 display: block;
 float: left;
 height: 22px;
 background: url(/.s/t/797/8.png);
}

.tm_right {
 display: block;
 float: left;
 width: 5px;
 height: 22px;
 background: url(/.s/t/797/9.png);
 margin-right: 8px;
}

.home a {
 background: url(/.s/t/797/10.png) no-repeat;
}

.prof a {
 background: url(/.s/t/797/11.png) no-repeat;
}

.reg a {
 background: url(/.s/t/797/12.png) no-repeat;
}

.logout a {
 background: url(/.s/t/797/13.png) no-repeat;
}

.login a {
 background: url(/.s/t/797/14.png) no-repeat;
}

.rss a {
 background: url(/.s/t/797/15.png) no-repeat;
}

.whois {
 float: right;
 height: 22px;
 font: 14px "PT Sans";
 line-height: 20px;
 color: #555555;
}

/*--------------------- Header end ---------------------*/


/*--------------------- Main content start ---------------------*/

#underheader,
#content{
	max-width: 1170px;	
}
#underheader{
	margin: 20px auto
}
#content {
	margin: auto;
	padding-top: 1px;
	text-align: left;
}

#leftcol {
 float: left;
 width: 30%;
 /*text-align: justify;*/
 position:relative;
 *z-index:5;
}

#rightcol {
 float: right;
 width: 200px;
 text-align: left;
 position:relative;
}

#maincol {
 margin-top: 10px;
 float: left;
 width: 70%; /*FOR IE*/
 text-align: left;
 z-index: 1;
 *z-index: -1 !important;
 padding-right: 30px
}
#maincol a {
 color:#333;
}
.v-entry, #allEntries, .entTable{
 position:relative;
 z-index:2;
}

.eTitle {
 font: 18px "PT Sans";
 color: #ff0000;
 text-transform: uppercase;
 margin-bottom: 5px;
}

.eTitle a {
 color: #ff0000;
}

.eTitle a:hover {color: #ff0000;}

.eMessage, .eText, .eAnswer {
 font: 16px "PT Sans", 'Arial';
 color: #555555;
 text-align: left;
 background: url(../img/16.gif) repeat-x;
 line-height:160%; 
}
.eMessage{
 padding-top:20px
}
.eMessage blockquote{
 padding: 1px 30px 1px 30px;
 background: #fafafa;
 margin: 0;
 border: 1px solid #eee;
}
img.thumb{
 display:block;
 width:250px;
 float:left;
 margin:10px 15px 5px 5px;
 box-shadow: 0 0 20px 0 #bbb;
}
.entryReadAll{
 display:block;
 width:150px;
 text-align:center; 
 border:1px solid #aaa;
 float:right;
 margin:10px 0 15px;
}
#maincol a.entryReadAllLink{
 display:block;
 padding:6px 0;
 background:#fff;
 transition: all .3s
}

#maincol a.entryReadAllLink:hover{
 color:#fff;
 background:#aaa;
 text-decoration: none;
 transition: all .3s
}
.eMessage em{
 font-family:Georgia,serif;
}
.cMessage {
 font: 12px "PT Sans", 'Tahoma';
}

.eDetails, .eDetails1, .eDetails2 {
 font: 13px "PT Sans", 'Tahoma';
 color: #555555;
 background: #f5f5f5;
 border: 1px solid #dcdbe0;
 padding: 7px 15px;
 margin-top: 3px;
}

.cBlock1, .cBlock2 {
 background: #e8e7e7;
}

.postDescrFl, .postNameFl, .postTextFl {
 width: 99.4% !important;
 padding: 1px 0;
}


/*--------------------- Main content end ---------------------*/


/*--------------------- Containers start ---------------------*/

.block {
 margin-top: 8px;
 width: 100%;
 background: #f5f5f5;
}

.blocktitle {
 border: 1px solid #dcdbe0;
 border-bottom: 0px;
}

.btitle {
 display: block;
 float: left;
 font: 16px/36px "PT Sans", 'Tahoma';
 height: 36px;
 color: #333;
 background: #efefef;
 text-transform: uppercase;
 margin: -1px 0px 0px -1px;
 padding: 0px 6px 0px 10px;
 border-bottom: 1px solid #dcdbe0;
}

.bt-left {
 display: block;
 float: left;
 margin-top: -1px;
 width: 5px;
 height: 30px;
 background: url(/.s/t/797/17.gif);
}

.blockcontent {
 text-align: left;
 border: 1px solid #dcdbe0;
 border-top: 0px;
}

.bc-inside {
 margin: 0px 15px;
 padding: 10px 0px;
 display: flex;
 flex-direction: column
}
.bc-inside a{
	padding: 5px 0;
	position: relative
}

.blockcontent ul {
 margin: 0;
 padding: 0;
}

.blockcontent li {
 margin-left: 5px; 
 line-height: 160%;list-style:none; 
}

.blockcontent li a {
 color: #555555; 
}

#mchatMsgF{
 width:96% !important;
}

.blockcontent li a:hover {
 color: #1282d8;
}

.blockcontent a {}

.blockcontent a:hover {}
.blockcontent li.uRelatedEntry{
 padding-top:3px;
 padding-bottom:3px;
}
.calTable td {
 font-family: "PT Sans", 'Arial';
 padding: 2px 5px;
}

td.calMdayIs, .calMdayIsA {
 background: #efefef;
 border: 1px solid #dcdbe0;
}

a.calMdayLink {
 color: #6a6a6a;
}

td.calWday {
 background: #efefef;
 border: 1px solid #dcdbe0;
}

td.calWdaySe, td.calWdaySu {
 background: #228acc;
 border: 1px solid #46aaea;
 color: #ffffff;
}

.calMday, calMdayA, .calMdayIs {}

.calMdayA {
 color: #c20505;
 font-weight: bold;
}

a.calMonthLink {
 color: #1282d8;
 font: 12px "PT Sans", 'Arial';
}

a.groupAdmin {
 color: #ff0000;
}

.swchItem span, .swchItemA span { 
 display: inline-block;
 width: 35px;
 height: 35px;
 padding-top: 7px; 
 border-radius: 50%;
 text-align:center
}
.swchItemA span{
 background:#3A6B8e;
 border:1px solid #3A6B8e;
 color: #fff;
}
.swchItem span{
 background:#fff;
 border:1px solid #ccc;
 color: #555;
 transition:all .3s
}
.swchItem span:hover {
 background:#3A6B8e;
 border:1px solid #3A6B8e;
 color: #fff;
 transition:all .3s
}

.sidebar-ads,
.content-ads-btm{
	text-align: center;
    padding: 30px 0;
}

/*---------------- Mainmenu start------------*/

.uMenuH li {float:left;padding: 0 5px;list-style:none;}

ul.uMenuRoot {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

.uMenuV .uMenuRoot li {
 line-height: 18px;
 border-bottom: 1px solid #dcdbe0;
 border-top: 1px solid #ffffff;
}

.uMenuV .uMenuRoot .uMenuItem {
 margin: 3px 0px;
}

.uMenuV .uMenuRoot span {
 margin-left: 0px;
}

.uMenuV .uMenuRoot a {
 display: block;
 width: 170px;
 background: url(/.s/t/797/18.gif) no-repeat;
 background-position: 0px -16px;
 color: #555555;
}

.uMenuV .uMenuRoot .uMenuItem a:hover {
 background-position: -7px -1px;
 color: #1282d8;
}

.uMenuV .uMenuRoot .uMenuItem a:active {}

.uMenuV .uMenuRoot a.uMenuItemA {
 background-position: -7px -1px;
 color: #1282d8;
}

.uMenuV .uMenuRoot .uMenuItem span {
 margin-left: 10px;
}

.uMenuV .uMenuArrow {
 position: absolute;
 width: 5px;
 height: 17px;
 top: 4px;
 right: 0px;
 background: url(/.s/t/797/19.png);
}

.u-menuarrow {
 top: 1px !important;
}

/*------------------- Mainmenu end -------------------*/
/*--------------------- Containers end ---------------------*/


/*--------------------- Footer start ---------------------*/

#footer {
 clear: both;
 width: 100%;
 height: 76px;
 margin-top: 20px;
 background: url(../img/20.gif);
}

#footer-block {
 max-width: 1000px;
 margin: auto;
 font: 14px "PT Sans", 'Tahoma';
 color: #cccccc;
 display: flex;
 justify-content: space-between
}

#footerstat{
	margin-top: 23px
}

#copyright {
 float: left;
 margin-left: 10px;
/* width: 45%;*/
 line-height: 76px;
 text-align: left;
}

#powered_by {
 float: right;
 margin-right: 10px;
 width: 45%;
 line-height: 31px;
 margin-top: 22px;
 text-align: right;
}

#powered_by img {
 vertical-align: middle !important;
}

/*--------------------- Footer end ---------------------*/


/*--------------------- INPUTS start ---------------------*/

input[type=submit], input[type=reset], input[type=button] {}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}

input[type=text], input[type=password], textarea {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; *padding: 3px 0px !important; border:1px solid #b2b2b2;}

textarea {}

#mchatBtn, input.codeButtons, input.button {
 padding-left: 0px;
 padding-right: 0px;
}

.queryField {
 width: auto !important;
}

.commFl {
 width: 100%;
}

div.section { border-left:#ccc solid 4px; margin:8px 0; }
div.section div { padding:4px 0; margin:8px 0; }
div.section div:before, div.section p:before {content:"\2014"; color:#ccc; font-weight:normal; letter-spacing:0; }
div.section p:before {content: "\2014"; }
div.section a { display:inline-block; border:#ccc solid 1px; padding:6px 12px; border-radius:5px; max-width:80%; }			
div.section p { font-weight:bold; }

/*--------------------- INPUTS end ---------------------*/

/*--------------------- SITEMAP end ---------------------*/
.site_map{margin:0;padding:0;padding-left:15px;}
.site_map li{line-height:120%;padding:5px 0;list-style:circle}
.site_map ul{padding-left:20px;padding-right:20px}
/*--------------------- SITEMAP end ---------------------*/

.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }
.myBtnCont { height:19px; padding-bottom:0 !important }

#logo{font-family: 'PT Sans'; font-size: 18px; font-weight: 400; padding-top: 0px; margin-top:10px;}
.bc-inside li {}
.catsTd {line-height: 160%;}

@media (max-width:767px){
	#maincol,
	#leftcol{
		float: none;
		width:100%;
		padding-left:1.5%;
		padding-right:1.5%;
	}
}

@media (max-width:728px){
 #top {
 height: 200px;
 background: url(/Image/header.JPG) no-repeat left bottom #3A6B8e;
 background-size:cover;
 }
 .toptable{
 height: 200px;
 }
 .sitelogo {
 width: 100%;
 font: 32px 'PT Sans';
 padding-left: 0;
 padding-top:20px; 
 float:none;
 text-align:right;
 padding-right:20px;
 }
 .globe {
 vertical-align: top;
 text-align: center;
 width: 100%;
 background: url(/.s/t/797/3png) no-repeat;
 float:none;
 }
 
 #copyright {
 float: none;
 margin-left: 0;
 padding-top:20px;
 width: 100%;
 line-height:120%;
 text-align: center;
 }
 #powered_by {
 float: none;
 margin-right: 0;
 width: 100%;
 line-height: 21px;
 margin-top: 10px;
 text-align: center;
 }
}
@media (max-width:360px){
 #top {
 background-image:none ;
 }
 .sitelogo { 
 font: 27px 'PT Sans';
 padding-top:20px; 
 text-align:center;
 padding-right:0;
 }
 .globe {
 text-align: center;
 }
 #logo{
 font-size:16px;
 }
}

.social-share ul{
	list-style: none;
	padding-left: 0
}
.social-share ul li{
	display: inline-block;
	margin: 0 3px
}
.social-share ul li img{
	width: 50px;
}