html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	
	
	animation: fade-in 1s ease;
}

body {
	margin: 0;
	padding: 0;
	font: .90em/1.2em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000; 

	text-align: center;
 background-color: #DCDCDC;
    
   counter-reset: section;

	
}


.counter {
counter-increment: section;
}
.counter:before {
content: counter(section) " ";
}


 @media (max-width:1024px) {body {font-size:.6rem;} } 
 @media (max-width:1270px) { body {font-size:1.2rem;} } 

/* links */
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #0A3FB4;
	-webkit-transition: color 1s ease;
}



.today  {
	color: #0A3FB4;
	-webkit-transition: color 1s ease;
}

.today:hover {
	color: #1b2b4d;
	-webkit-transition: color 1s ease;
}



/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	
}
h1 {
	font-size: 1.7em;
	color: #1b2b4d;
} 
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	display:inline;
	color: #1b2b4d;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 0.9em;
	color: #0A3FB4;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}


p, h1, h2, h3 {
margin: 0px 0px 10px 0px;
}
hr {
	clear: both;
	border:0;
	/*height: 1px;*/
	border-top: 1px solid #eee;
	
}


ul, ol {
	margin: 5px 0px;
	padding-left: 15px;
	//color: #4284B0;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: none;
}
img.no-border {
	border: none;
}

img.float-right {
	margin: 5px 5px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 5px;
}


a:hover img {
}

/* form elements */
form {
	margin: 0px;
	padding: 0;
	//border: 1px solid #f2f2f2;
	//background-color: #FAFAFA;
}

label {
	display: block;
	margin: 0px 5px;
} 

input {
	padding: 5px;
	border: 1px solid #bababa;
	font: normal 1em Verdana, sans-serif;
	color: #000;
	background-color:#deeefc;
	cursor:pointer;
	border-radius: 10px;
}

input:hover {
    background-color:#7ebdf7;
    
}



textarea {
	width: 99%;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #037d3a;
}


.topline{
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #051945;
  width:100%;
  min-width: 980px;
  height: 60px;
  display: block;
  border-bottom: 1px solid white;
}
.topline_head {
    
    
    position: fixed;
    height: 60px;
    
    margin-left: 3%;
    padding-left: 210px;
    /***********************
    background: url(logo_pvtc.png) 25% 40%  no-repeat;
    ************************/
    background: url(real-logo.png) 25% 40%  no-repeat;
    background-size: 63%;
    
}

/***********************
  LAYOUT
************************/
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



#wrap {
	background: #FFF;
	margin: 65px auto 7px;
	text-align: left;
//	padding-top: 20px;
/*  box-shadow: 0px 0px 5px #000;
   -webkit-box-shadow: 0px 0px 5px #000;
   -moz-box-shadow: 0px 0px 5px #000; */
	width: 1600px;
	max-width: 100%; /* РєРѕРЅС‚РµР№РЅРµСЂ РЅРµ РїСЂРµРІС‹С€Р°РµС‚ 90% С€РёСЂРёРЅС‹ СЌРєСЂР°РЅР° */
	min-width: 980px;
	border-radius: 10px;
	
/* 	animation: 1s ease-out 0s 1 slideInFromLeft; */
/*  animation: fade-in 3s ease; */
}


#wrap-optical {
    width: 100%;
    margin: 40px auto 50px;
   // min-width:1024px;
    
 
    
}


#news_full {
	padding: 10px 0px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: normal;
}

#news_full h3 {
	color: #037d3a;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	
}

/* header */
#header {
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 2.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 3px;
	left: 109px;
}
#header h2#slogan {
	position: absolute;
	top: 28px;
	left: 112px;
	color: #666666;
	text-indent: 0px;
	font: bold 10px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}
#header form.searchform {
	position: absolute;
	top: 8px;
	right: 0px;
	background-color: white;
}

/* main */
#main {
	float: left;
	margin-left: 0px;
//	margin-top: 10px;
	padding: 10px;
	min-height: 650px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 14%;
	margin: 0;
	padding: 5px;
	display: inline;
	border-right: 1px solid #e8e8e8;

}

#sidebar a:hover{
	color:  #0A3FB4;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}
#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #CCC;
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a {
	height: 18px;
}

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left: 4px solid #9EC630;
}

#sidebar dd  a{
	display: block;
	color: #020C22;
	line-height: 20px;
	//background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
	
}

#grad {
//	background: url(grad.jpg);
//	height: 100px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 18%;
	padding: 3px;
	margin: 0;
}

/* Footer */
#footer_gs {
	color: #FFF;
	
	text-align: left;
	max-width: 100%; /* РєРѕРЅС‚РµР№РЅРµСЂ РЅРµ РїСЂРµРІС‹С€Р°РµС‚ 90% С€РёСЂРёРЅС‹ СЌРєСЂР°РЅР° */
	min-width: 980px;
//	margin-top:-1px;
//	height: 200px;
//width: 100%;
//bottom: 0px;
//position: fixed;

}
#footer_gs a {
	text-decoration: none;
    line-height: 1.5;
	color: #b3cafb;
}

#footer_gs a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	font-weight: 400;
}

#footer_gs .footer-left{
	float: left;
	width: 100%;
	color: #808080;
	background: #e8e8e8;
}
#footer_gs .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 1300;
	position: fixed;
	padding: 0;
	list-style: none;
	left: 24%;
	top:12px;
	min-width:600px;
	line-height: 14px;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#header a {
	float: left;
//	background: url(tableft_blue.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#header a span {
	float: left;
	display: block;
//	background: url(tabright_blue.gif) no-repeat right top;
	padding: 6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
	
	
}
#header a:hover {
	background-position: 0% -42px;
}
#header a:hover span {
	background-position: 100% -42px;
	
	color: #5e5e5e;
	transition: all 0.225s ease-in-out;
	webkit-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
	
}
//#header #current a {
//	background-position: 0% -42px;
//	color: #FFF;
//}
//#header #current a span {
//	background-position: 100% -42px;
//	color: #FFF;
//}
/* end menu tabs */

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {
	float: right;
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}
.green {
	color: #9EC630;
}
.gray  {
	color: #BFBFBF;
}


#news {
	float: left;
	width: 18%;
	padding: 3px;
	margin: 0;
	z-index: 1000;

}

#news h4 {
//	padding-left: 14px;
//	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#news dl {
	padding: 0;
	margin: 0;
}

#news dt {
	padding: 6px 10px 4px 10px;
	margin: 0;
	border-top: 1px solid #DEECF0;
	background-image: url(li3.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .8em;
	color: #8CA1AA;
}

#news dd {
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#news h5 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 1.0em;
	font-weight: normal;
}

div.fig {
	float: right; /* РћР±С‚РµРєР°РЅРёРµ РєР°СЂС‚РёРЅРєРё РїРѕ Р»РµРІРѕРјСѓ РєСЂР°СЋ */
	margin-left: 10px; /* РћС‚СЃС‚СѓРї СЃР»РµРІР° */
	margin-bottom: 5px; /* РћС‚СЃС‚СѓРї СЃРЅРёР·Сѓ */
	//background: rgba(7, 75, 224, 0.8);
//	border: 1px solid #fff;
//	box-shadow: 0px 0px 5px #000;
//	-webkit-box-shadow: 0px 0px 5px #000;
//	-moz-box-shadow: 0px 0px 5px #000;
    width:40%;
    max-width:250px;
    border-radius: 15px;
 

}

div.fig img{
    width:99%;
        border-radius: 15px;
       
}

div.fig_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
}


.fig_index {
    
    border: 1px solid #fff;
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
    
    
    width:100%; 
    max-width:450px;
    



}



.spec {
	width: 100%;
}
.spec_div {
	padding: 15px;
	margin-bottom: 0px;
	overflow: hidden;
	
	
	
	
	
	
	
}
.spec_div_over {
	background-color: #eaeaea;
	padding: 15px;
	margin-bottom: -1px;
	overflow: hidden;
	border-bottom: 1px solid #99cccc;
	border-radius: 10px;
	cursor:pointer;
	
	
		
}

/* ------------------------------------ */
.spec_div_over img:hover {
	opacity: 0.5;
//	box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: 	opacity 1s ease;
	
	
}
/* ---------------------------------- */



.spec_div_index {
    width:21%; 
    max-width:450px; 
    display:inline-block; 
    vertical-align: top;
    
    display: -moz-inline-stack;
    zoom: 1;
	
    
    
}

@media screen and (min-width: 1024px) and (max-width: 1280px){
.spec_div_index {
    width: 29%;
    max-width: 450px;
    display: inline-block;
    vertical-align: top;
}
}


div.dt {
	padding: 6px 10px 4px 0px;
	margin: 0;
	font-size: .9em;
	color: #808080;
}

#per_cab {
	float: right;
	width: 301px;
	padding: 1px 0;
	background-color: #bee5e6;
	margin-right: 20px;
	position: relative;
	z-index: 20;
}
 #per_cab .wrap_pc {
 	margin: 0 -1px;
 	height: 32px;
 	padding: 6px 5px 5px 24px;
 	background-color: #d4eaf4;
 	position: relative;
 }
	  #per_cab span {
	  	display: block;
	  	font-size: 11px;
	  	line-height: 15px;
	  }
	  #per_cab .h {
	  	font-weight: bold;
	  	font-size: 11px;
	  }

#gshra_gerb {
	height: 108px;
	width: 108px;
	position: absolute;
	left: 20px;
	top: 100px;
	border-style: none;
}

#gerb {
	height: 75px;
	width: 75px;
	position: absolute;
	left: 15px;
	top: 4px;
	border-style: none;
}

#update {
	padding: 7px 15px 4px 10px;
	margin: 0;
	background-image: url(update.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .7em;
	color: #339933;
}

div.semi {
	opacity: 0.5; /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ СЌР»РµРјРµРЅС‚Р° */
	filter: alpha(opacity=15);
	
}
div.semi_over {
	opacity: 0.8; /* РЈР±РёСЂР°РµРј РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ СЌР»РµРјРµРЅС‚Р° */
	filter: alpha(opacity=45);
}

/* poll form - РѕРїСЂРѕСЃС‹ */
form.pollform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0px;
}
form.pollform input.textbox {
	margin: 2px;
	width: 150px;
	border: 1px solid #037d3a;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.pollform input.button {
	margin: 2px;
	padding: 0;
	font: bold 11px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid  #037d3a;
	color: #777;
	width: 70px;
	vertical-align: top;
	height: 17px;
}

.poll_div {
	width: 65%;
	height: 14px;
	background-color: #f3f9fb;
	margin-left: 8px;
	float: left;
}

/* Home */
#home {
	clear: both;
	border-top: 5px solid #037d3a;
	margin: 0;
	padding: 0;
	height: 50px;
}
#home .home-left{
	float: left;
	width: 60%;
	margin-right: 5px;
}
#home .home-right{
	float: right;
	width: 37%;
}

#home h4 {
	padding-left: 14px;
	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#pod  {
	font-size: 0.7em;
	color: #b3b2b2;
	line-height: 0.9;
	padding-top: 20px;
	-moz-user-select: none;
	//Firefox
				 -khtml-user-select: none;
	//Safari
				 user-select: none;
	//СЂР°Р±РѕС‚Р°РµС‚ РІ css3
				 opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	margin-left: 5px;
}
#pod a {
	color: #b3b2b2;
}
#pod a:hover {
	color: #b3b2b2;
}

@media print {
#pod {
	display: none;
}
}
 
/* Р“Р»Р°РІРЅРѕРµ РјРµРЅСЋ */
#nav_main{
	font-size: 15px;
	line-height: 25px;
	color: #3d3a33;
	margin-top: 1px;
	margin-bottom: 0px;
	display: inline;
	float: left;
	max-width: 100%;
	padding-right: 1px;

	z-index: 10;
	margin-left: 0px;

    width: 100%;
}


#nav_main li{
	display: inline;
	float: left;
	height: 27px;

    padding: 0 5px;

	position: relative;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

#nav_main .state{
	display: block;
	height: 27px;
	background-color: #051945;
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 0 13px;
}
	
#nav_main li a{
	display: inline;
	float: left;
	height: 27px;
	font-size: 13px;
	cursor: pointer;
	padding: 0 5px;
}


#nav_main li a:hover{
    color:#ffffff !important;
	
}


	
#nav_main .menu_hov{
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 7;
	border: 1px solid #051945;
	background-color: #fff;
	padding: 15px 0 14px;
}
	
#nav_main .menu_hov .add a{
	color: #3d3a33;
	line-height: 18px;
}
	
#nav_main .menu_hov td{
	background: url(/images/dott_v.gif) right repeat-y;
	padding: 0 16px 0 15px;
}
	
#nav_main .menu_hov td dl{
	position: relative;
	top: -6px;
}
	
#nav_main .menu_hov td.add dl{
	position: relative;
	top: -4px;
}
	
#nav_main .menu_hov .add dt{
	background-position: 0 7px;
}
	
#nav_main .menu_hov dt{
	line-height: 22px;
	font-weight: 700;
	white-space: nowrap;
	color: #3d3a33;
	padding-left: 7px;
	background: url(./img/arr_blue.gif) 0 9px no-repeat;
}
	
#nav_main .menu_hov dd{
	line-height: 16px;
	padding-left: 6px;
	margin-left: 7px;
	background: url(./img/arr_orange.gif) 0 8px no-repeat;
	white-space: nowrap;
}
	
#nav_main .menu_hov a{
	float: none;
	display: block;
	height: auto;
	line-height: 16px;
	padding: 0;
}
	
#nav_main .menu_hov dt a{
	line-height: 22px;
}
	
#nav_main .menu_hov dd a{
	color: #606d82;
	font-weight: 400;
}
	
#nav_main .menu_r .menu_hov{
	left: auto;
	right: 0!important;
}
	
div.menu_level1_main{
	background: #FFF;
	display: none;
	z-index: 900;
	position: absolute;
	border: 1pt solid #051945;
	left: 0;
	margin-top: 27px;
	padding-top: 8px;
	padding-bottom: 7px;
	min-width: 178px;
//	opacity: 0.9;
//   filter: alpha(Opacity=90);
}
	
#nav_main td.menu_level1_td{
	vertical-align: top;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 8px;
	white-space: nowrap;
}
	
#nav_main td.menu_level1_divider{
	background: url(/images/dott_v.gif) repeat-y scroll left top transparent;
	width: 4px;
}
	
#nav_main td.menu_level1_td .a_main{
	font-size: 13px;
	float: none;
	padding-left: 8px;
}

#nav_main td.menu_level1_td .a_main:hover{
    color: #0a3fb4 !important;
    
    
    
}
	
#nav_main td.menu_level1_td .a_sub{
	font-size: 12px;
	font-weight: 400;
	float: none;
	padding-left: 8px;
	color: #606d82;
}

#nav_main td.menu_level1_td .a_sub:hover{
    color: #0a3fb4 !important;
    
}

	
#nav_main td.menu_level1_td .blue_img{
	margin-left: 5px;
	margin-bottom: 2px;
}
	
#nav_main td.menu_level1_td .red_img{
	margin-left: 12px;
}
	
#nav_main td.menu_level1_td .level3{
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 1px;
}

#nav_main td.menu_level1_td nobr{
	display: inline;
}

#nav_side dt,#nav_side dd,#nav_side li,#nav_side .h span{
	background: url(/images/dott_h.gif) bottom repeat-x;
}
	
#nav_side dd.h span{
	line-height: 16px;
}
	
#nav_side dd a{
	display: block;
	color: #037d3a;
	line-height: 15px;
	background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
}
		
#nav_side dd span{
	padding: 3px 0 6px 7px;
}
		
#nav_side dd span a{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: none;
}
		
#nav_side ul a{
	color: #037d3a;
	font-weight: 400;
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side .h ul span{
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side dt{
	font-weight: 700;
	color: #037d3a;
	text-transform: uppercase;
	padding: 6px;
}
		
#nav_side dd{
	font-weight: 700;
	margin-left: 15px;
}
		
#nav_side .h span{
	background-color: #fff;
	display: block;
	padding-left: 7px;
}
		
#nav_side ul{
	padding-left: 15px;
	font-size: 11px;
}
		
#nav_side ul li a,#nav_side ul li span{
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	height: 1%;
}

/* new */
.nc_info_keeper {
	background: #F2F2F2;
	padding: 20px;
	margin: 0 0 15px 0;
	width: 400px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.nc_search_form {
	clear: both;
	height: 42px;
	width: 100%;
	margin: 0 0 25px 0;
}
.nc_search_input {
	background: #d0d0d0;
	padding: 5px 50px 7px 6px;
	width: 500px;
	height: 42px;
	float: left;
}
.nc_search_input input[type=submit] {
	margin: 0 0 0 5px;
}
.nc_search_input input[type=text] {
	width: 435px;
}
.nc_search_input .advancedlink {
	text-align: right;
	margin: 0 59px 0 0;
}
.nc_search_results {
	padding: 20px;
	clear: both;
}
.nc_search_arrow {
	background: url(/images/search_arrow.gif);
	width: 15px;
	height: 54px;
	float: left;
}
.nc_search_list {
	margin: 0 0 20px 0;
}
.nc_search_context {
	color: #000;
}
.nc_search_nav {
	margin: 15px 0 4px 0;
}
.nc_search_inactive, .nc_search_prev {
	margin: 0 15px;
}
.nc_search_inactive {
	color: #d0d0d0;
}
.nc_search_range {
	margin: 0 0 15px 0;
}

.nc_search_extra_form .param .caption {
	text-align: right;
	margin: 0 10px 0 0;
}
.nc_search_extra_form tr td {
	padding: 0 0 10px 0;
}
.nc_search_extra_form .interval_unit {
	margin: 0 0 0 5px;
}

.widgets {
	text-align: center;
	padding: 10px;
}

.bottom {
	border-bottom: 1px solid #d5d5d5;
	font-size: 0.8em;
}

/* РєРЅРѕРїРєР° РІРІРµСЂС… */		
a.rollover {
	background: url(in-top.png) no-repeat scroll center center / 44px 44px;
	display: block; 
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 30px;
	right: 5px;
	cursor: pointer;
}
//a.rollover:hover {
//	background-position: -40px 0; 
//}
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(70%);
}



/* Р’РµСЂС‚РёРєР°Р»СЊРЅР°СЏ РїСЂРѕРєСЂСѓС‚РєР° С‚РµРєСЃС‚Р° РІ Р°РєС‚СѓР°Р»СЊРЅРѕ */
.ads{width:180px;}
//.ads a { color:#ff0000;}
//.ads a:hover { color:#7b7b7b;}
.vertical-ads {
	height:170px; 
	overflow:hidden; 
	margin:0; 
	padding:0; 
	width:180px; 
	display:block; 
	color:#ff0000; 
	text-align: left;
	}
.one-ads {height:170px; border-bottom:1px solid #ddd; padding-top:10px;}

.sticky {
  position: fixed;
  top: 60px;
  z-index: 101;
  background-color: #ffffff;
  max-width:1460px;
  min-width: 980px;
  height: 30px;
  box-shadow: 0px 10px 30px #fff;
  -webkit-box-shadow: 0px 10px 30px #fff;
  -moz-box-shadow: 0px 10px 30px #fff;
}
  
  .scroll_container:after, .scroll_container:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 20px 20px #fcfcef;
    z-index: 2;
}
  
  #specialON {
  	
  	margin-top: 20px;
  	right: 20px;
  	position: fixed;
  	padding-left: 60px;
  	
  	
  	
  //	background: url(login_tr.png)   no-repeat; 
   
  	
  	
  }
  
   #specialOFF {
  	display: none;
  }
  
  .footer-green {
  	background: #051945; 
  	background-size: cover;
  	padding:5px;
  	
  //	position: fixed; /* Фиксированное положение */
  //  left: 0; bottom: 0; /* Левый нижний угол */
  //  width: 100%; /* Ширина слоя */
  //  height: 100px;
  //  height: 12vh;
    
    text-align: center;
    border-top: 1px solid white;
    
}
  
  .album_name {
padding: 25px 40px 0.7em 10px;
display: block;
width: 120px;
background: url(/images/c-photo__gradient.png);
color: #fff;
font-size: 14px;
bottom: 0px;
position: absolute;
}

.album_count {
position: absolute;
bottom: 9px;
right: 5px;
color: #fff;
font-size: 14px;
opacity: 0.6;
}

.block-aside {
	display:block;
	margin-top: 0px;
	left: -225px;
	width: 20%;
	position: relative;
	background-color: #ffffff;

}

  #special-text {
  	display: none;
  }
  
  
 /* Р·Р°РєР»Р°РґРєРё */ 
  
  .tabs input[type=radio] {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }
      .tabs {
    
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 15px auto;
 
      }
      .tabs li{
        float: left;
      }
      .tabs label {
          display: block;
          padding: 6px 12px;
          border-radius: 2px 2px 0 0;
          color: #037d3a;
         
          font-weight: normal;
          background-color: #c2c2c2;
          cursor: pointer;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabs label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }
 
      [id^=tab]:checked + label {
        background: #037d3a;
        color: white;
        top: 0;
      }
 
      [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }
      .tab-content{
  
        display: none;
        text-align: left;
        width: 100%;
     
        padding-top: 10px;
  
        position: absolute;
        top: 28px;
        left: 0;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }
      
.lupa {
		background: url(/images/lupa.png) no-repeat;
		padding-left: 20px;
	    display: block;
	    background-size: contain;
	}
	
.h2_more {
	padding-left: 10px;
	text-decoration: underline;
}




/* Р°РІС‚РѕР·Р°РїРѕР»РЅРµРЅРёРµ РїРѕРёСЃРєР° */	
.ui-helper-hidden{
	display: none;
}.ui-helper-hidden-accessible{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}.ui-helper-reset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}.ui-helper-clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}.ui-helper-clearfix{
	display: inline-block;
}* html .ui-helper-clearfix{
	height: 1%;
}.ui-helper-clearfix{
	display: block;
}.ui-helper-zfix{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}.ui-state-disabled{
	cursor: default !important;
}.ui-widget-content{
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
}.ui-widget-content a{
	color: #333;
}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{
	color: #1c94c4;
	text-decoration: none;
}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
	border: 1px solid #fbcb09;
	background: #fdf5ce;
	font-weight: bold;
	color: #c77405;
}.ui-state-hover a,.ui-state-hover a:hover{
	color: #c77405;
	text-decoration: none;
}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
	border: 1px solid #fbd850;
	background: #fff;
	font-weight: bold;
	color: #eb8f00;
}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{
	color: #eb8f00;
	text-decoration: none;
}.ui-widget:active{
	outline: none;
}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{
	color: #363636;
}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #fff;
}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{
	color: #fff;
}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{
	color: #fff;
}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}.ui-corner-all{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}.ui-autocomplete{
	position: absolute;
	cursor: default;
	z-index: 1000;
	text-align: left;
}* html .ui-autocomplete{
	width: 1px;
}.ui-menu{
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}.ui-menu .ui-menu{
	margin-top: -3px;
}.ui-menu .ui-menu-item{
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}.ui-menu .ui-menu-item a{
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{
	font-weight: normal;
	margin: -1px;
}      
      
#filter_blur {
	width: 100%;
	position: fixed;
   top: 215px;
   webkit-filter: blur(3px);
   filter: blur(3px);
   filter: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22вЂ¦%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur);
   z-index: 1000;
   height: 100%;
   display: none;
   cursor: default;
   overflow: hidden;
}


#filter_blur1 {
	width: 100%;
	position: fixed;
   top: 110px;
   webkit-filter: blur(3px);
   filter: blur(3px);
   filter: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22вЂ¦%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur);
   z-index: 1000;
   height: 100%;
   display: none;
   cursor: default;
   overflow: hidden;
}


#filter_blur_mobmenu {
	width: 100%;
	position: fixed;
   top: 110px;
   webkit-filter: blur(3px);
   filter: blur(3px);
   filter: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22вЂ¦%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur);
   //z-index: 900;
   height: 100%;
   display: none;
   cursor: default;
   overflow: hidden;
}

*Всплывающая картинка при наведении на ссылкут*/ 
.thumbnail{  
position: relative;  
z-index: 0;  
}  
.thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.thumbnail span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #ffffff;  
padding: 5px;  
left: -1000px;  
border: 1px solid white;  
visibility: hidden;  
color: Yellow;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px; 
-moz-border-radius: 4px 4px 4px 4px; 
-webkit-border-radius: 4px 4px 4px 4px; 
}  
.thumbnail span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.thumbnail:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
left: 360px; /*position where enlarged image should offset horizontally */
}   

/* Стили для баннеров справа */
.banner-reight {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 270px;
    font-size: 13px;
    display: inline-block; 
    vertical-align: top;
    text-align:left;
    height: 120px;
    
    
    
}

.banner-reight:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: 	box-shadow 1s ease;
	
	
	
}
/* Стили для баннеров справа */

/* Стили для баннеров слева */
.banner-left {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 91%;
    font-size: 13px;
}

.banner-left:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	
}
/* Стили для баннеров слева */

/* Стили для баннера сверху */
.banner-top {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    width: 98%;
    //font-size: 15px;
    font-size: .9em;
    text-align: center;
    background-color: #D5EAFF
}

.banner-top:hover {
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	
}
/* Стили для баннера сверху */

/*---------------------*/

/* Стили для последних фотографий на главной странице */
.latest-photos-on-main {
	-o-fit-object:cover;
	display: inline-block;
    max-width: 100%;
    height: 72px;
}


.training_map {
    display: inline-block; 
    width: 48%; 
    position:relative; 
}

.training_task {
    display: inline-block; 
    padding: 10px; 
    vertical-align: top; 
    text-align: center;  
    width: 48%; 
}



.news1 {
    display:inline-block; 
    margin-top:50px; 
    text-align:left;  
    width:20%; 
    font-size: 10pt;  
    background-color: rgba(255, 255, 255, 0.25); 
    overflow: auto; 
    height: 640px; 
    vertical-align: top;    
}


.news_mobil {

    display:none;
}


.central_block {
   border-radius: 5px; 
   display:inline-block; 
   margin-top:50px; 
   padding:0px 0 30px 0; 
   text-align:left; 
   margin-left: 50px; 
   width:45%; 
   font-size: 10pt;  
   background-color: rgba(255, 255, 255, 0.25); 
   overflow: auto; 
   height: 600px; 
   vertical-align: top;
}

.right_block {
    display:inline-block; 
    margin-top:50px;  
    text-align:left; 
    margin-left: 50px; 
    width:20%; 
    font-size: 10pt;   
    overflow: auto; 
    vertical-align: top;
}

.footer_home {
    width: 100%; 
    bottom: 0px; 
    position: fixed;
}

.lidery_home {
    padding-left: 27%;
}


.user_online {
    position: fixed;
    top: 65px;
    right: 20px;
}

.mob_menu {
              position: absolute;
              top: 17px;
              left: 22px;
              z-index: 100;
              background-image: url(portal.svg);
              background-repeat: no-repeat;
              background-size: 100px 23px;
              width: 32px;
              height: 50px;
              display: inline-block;
                
            }


#block_mobmenu_new {
    width:320px; 
    position:fixed; 
    top:0px;
    left:0px;
    z-index:9000; 
    background: #ffffff;  
    border-top: 1px solid #ffffff;
    //color: #ffffff !important;
    font-size: 15px;
    text-align:left;
    line-height: 40px;
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 28%);
    box-shadow: 0 0 16px rgb(0 0 0 / 28%);
    
}



.left_menu {
    padding: 0px 0px 0px 35px; 
    height: 40px; 
    background-size: 7%;
}

.logo_left_menu {
    border-bottom: 1px solid #dfe4ec; 
    padding: 10px 0 0 90px; background: url(logo_real_menu.png) 42% 20% no-repeat; 
    height: 45px;
    
}

@media (max-width: 1270px) {
    
body {
    background-size: cover !important;
    background-position: center;
    
    
}



#wrap {
	
	margin: 85px auto 7px;
	
}


.lidery_home {
    padding-left: 36%;
}

.footer_home {
    width: 100%; 
    bottom: 0px; 
    position: relative;
}    
    

.right_block {
    width:50%;
    text-align: center;
}

.central_block {
   border-radius: 5px; 
   margin-top:50px; 
   padding: 0px 0px 30px 0px; 
   text-align:left;
   width:80%;
   margin-left: 0px; 
   font-size: 13pt;  
   background-color: rgba(255, 255, 255, 0.25); 
   overflow: auto; 
   vertical-align: top;
   height: 100%;
       line-height: normal;
}

.news1 {
    display:none;
} 


.news_mobil {
    display:inline-block;
    margin-top:50px; 
    text-align:left;  
    width:80%; 
    font-size: 13pt;  
    background-color: rgba(255, 255, 255, 0.25); 
    overflow: auto; 
    vertical-align: top; 
     line-height: normal;
    }    
    
    
.training_map {
    
    width: 98%; 
    
}


.training_task {
    
    width: 98%; 
    
}
    
    
 .d-table{
    font-size: 9px !important;
  
}
    
    
    #header ul {
display: none;
    }




.topline{
  
  height: 80px;
  
}
.topline_head {
    
    
    position: fixed;
    height: 88px;
    
    margin-left: 40%;
    padding-left: 210px;
    /***********************
    background: url(logo_pvtc.png) 25% 40%  no-repeat;
    ************************/
    background: url(real-logo.png) 25% 40%  no-repeat;
    background-size: 80%;
    
}

   


.user_online {
    top: 85px;
    }
    
    
    .mob_menu {
              position: absolute;
              top: 22px;
              left: 22px;
              z-index: 100;
              background-image: url(portal.svg);
              background-repeat: no-repeat;
              background-size: 100px 35px;
              width: 50px;
              height: 50px;
              display: inline-block;
                
            }
            
            
            


#block_mobmenu_new {
    width:500px; 
    position:fixed; 
    top:0px;
    left:0px;
    z-index:9000; 
    background: #ffffff;  
    border-top: 1px solid #ffffff;
    //color: #ffffff !important;
    font-size: 22px;
    text-align:left;
    line-height: 45px;
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 28%);
    box-shadow: 0 0 16px rgb(0 0 0 / 28%);
    overflow: auto;
    
}


.left_menu {
    padding: 0px 0px 0px 50px; 
    height: 50px; 
    
}

.logo_left_menu {
    
    padding: 10px 0 0 90px; background: url(logo_real_menu.png) 11% 20% no-repeat; 
    height: 55px;
    
}



  }
    
    




img.latest-photos-on-main:hover {
	opacity: 0.5;
}
/* Стили для последних фотографий на главной странице */

.printer {
    float: right;
    background: url(ico-print.gif) no-repeat;
    display: block;
    background-size: contain;
    padding-left: 20px;
    font-size: 12px;
    color: #5e5e5e;
    transition: opacity 1s ease, visibility 1s linear;
}


#block_auth {
    width:350px; 
    position:fixed; 
    top:58px;
    right:5px;
    z-index:1000; 
    background: #ffffff;  
    border: 1px solid #051945;
    color: #5e5e5e;
    box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:4px 6px 5px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	border-radius: 5px;
	padding:20px;
	display:none;
	text-align: left;
    
}

#block_auth .input {
    width:100%; 
    height:30px; 
    border-radius: 3px;
    
    
}



.home_left {
    float:left;
    width:57%;
    margin-right:20px;
}

.home_right {
    float:left;
    width:40%;
    margin-right:0px;
    
}





   










#block_mobmenu {
    width:100%; 
    position:absolute; 
    top:61px;
    right:0px;
    z-index:1000; 
    background: #051945;  
    border-top: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 36px;
    text-align:left;
    line-height: 40px;
    display: block;
    
}

#block_mobmenu a {
   font-weight: 600;
   color: #ffffff;
   padding: 15px;
   border-bottom: 1px solid #fff;
   display: block;
    
}






#rating_threads {
    font-size: .9rem;
    padding-right:100px; 
    float:right;

}
.rating {
    padding-left:20px;
    padding-right:5px;
    opacity: 0.4;
    width: 20px;
    margin-top: -3px;
}

#rating_threads img:hover {
	cursor: pointer;
	opacity: 1;
}




#info-news {
   font-size: 1.2rem; 
   color: #808080; 
   padding: 10px 0 15px 0px;
   border-bottom: 1px solid #eee;
   margin-left: 5px;
   font-weight: 300;
   line-height: 2rem;
    
}

.hide {
    display: hide;
}

.person {
    display: inline-block; 
    width: 49%; 
    padding:2px; 
    vertical-align: top;
    
}

#all_menu  {
    display: none; 
    width: 100%; 
    background: #051b42;  
    margin: 60px auto 0px; 
    text-align: left; 
    padding: 15px;
    
}

.all_menu  {
    display: inline-block; 
    vertical-align: top; 
    width: 250px; 
    padding: 10px 40px 10px 10px;
}
.all_menu a {
    color: #ffffff;
}
.all_menu  a:hover {
    color: #0a3fb4;
}
.all_menu ul {
    padding: 0px;
}

.all_menu_header {
    border-bottom: 1px dotted #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}


/* Auth componetn styles */
table.nc_messages {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}
table.nc_messages tr.nc_msg a {
	text-decoration: none;
	display: block;
}
table.nc_messages tr.nc_msg a:hover {
	text-decoration: underline;
}
table.nc_messages .col_1 {
	width: 5px;
}
table.nc_messages .col_2, table.nc_messages .col_4 {
	width: 1%;
}
table.nc_messages th {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 7px;
}
table.nc_messages td {
	background: #F6F6F6;
	border: 1px solid #CCC;
	padding: 5px;
}
table.nc_messages tr.nc_msg_out td {
	background: #EEE;
}
table.nc_messages tr.nc_msg_text td {
	background: #FFF;
}
table.nc_messages td.nc_divider {
	border: 0;
	height: 10px;
	background: none;
}
table.nc_messages tr.nc_msg_min td {
	padding: 1px 5px 2px;
}
div.nc_form {
	width: 530px;
	margin: auto;
	
}
div.nc_form form {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 10px 15px 10px 10px;
}
div.nc_form div.nc_header {
	background: #CCC;
	padding: 5px 11px;
}
div.nc_form input.text {
	width: 100%;
}
div.nc_form textarea {
	width: 98%;
	height: 5em;
}
table.nc_user_list {
	width: 100%;
	border-collapse: collapse;
}
table.nc_user_list  th, table.nc_user_list td {
	padding: 5px;
	border: 1px solid #CCC;
}
table.nc_user_list  th {
	background: #EEE;
}
table.nc_user_list  td {
	background: #FFF;
}
.nc_user_list .online {
	color: #090;
}
.nc_user_list .offline {
	color: #900;
}
.nc_info_block {
	padding: 5px;
	background: #EEE;
	border: 1px solid #CCC;
}
.nc_user_full td {
	vertical-align: top;
}
a.nc_link_btn {
	text-decoration: none;
	margin-right: 3px;
	padding: 5px 8px;
	background: #F6F6F6;
	border: 1px solid #DDD;
}
a.nc_link_btn:hover {
	background: #EEE;
	border: 1px solid #CCC;
}
table.nc_list_table {
	border-collapse: collapse;
}
table.nc_list_table td {
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #EEE;
}
table.nc_list_table .grey, table.nc_list_table .grey td {
	background: #F6F6F6;
}
/*END Auth componetn styles */


@-webkit-keyframes liveplay-rec{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes liveplay-rec{0%{opacity:1}50%{opacity:0}to{opacity:1}}
.rec {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eb5a4d;
    margin-right: 4px;
    -webkit-animation: 2s liveplay-rec infinite;
    animation: 2s liveplay-rec infinite;
    
}

.play {
    background-image: url(play1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
}

.news_cam {
    background-image: url(play1.png);
    position: relative;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display:block;
    top: 10px;
    left:10px;
    
}


.d-table{
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  
}
.d-tr{
  display: table-row;
  cursor: pointer;
}

.d-tr:hover{
    background-color: rgba(135, 206, 250, 0.35)     
}

.d-td{
  display: table-cell;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}


.teable_head{
  /*text-align: center;*/
  vertical-align: middle;
  font-weight: 700;
  background-color: rgb(238, 238, 238);
}
.d-td:not(.no-p){
  padding: 5px;
}

.pager_item {
    position: relative;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #333;
}

.pager_item_curent {
    background: #051945;
    border-radius: 19px;
    margin: 0 4px;
    min-width: 32px;
    line-height: 32px;
    display: inline-block;
    color: #ffffff;
}

.pager_item a{

    margin: 0 4px;
    min-width: 32px;
    line-height: 32px;
    display: inline-block;
    
}

.pager_item a:hover{
    background: rgba(0,0,0,.06);
    border-radius: 19px;
}



/* Регистрация */
.regform {
	right: 0px;
	margin: 0px auto;
	width: 500px;
	position: relative;
}
.regform  label{
	position: relative;
}
.regform  textarea {
	position: relative;
}
.regform  input:not([type="checkbox"]), textarea{
    cursor: pointer;
	width: 500px;
	margin-top: 1px;
	padding: 8px 5px 8px 10px;
	border: 1px solid #a4a3a3;
	-webkit-appearance: textfield;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
}





.tab {
    overflow: hidden;
   // border: 1px solid #ccc;
   //background-color: rgb(238, 238, 238);
   border-bottom: 1px solid #051945;
   height: 42px;
   
}


.tab button {
   background-color:transparent;
  //  background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    margin-right: 2px;
   // border: 1px solid #ccc;
  //  border-bottom: none;
  //  border-bottom: 1px solid #ccc;
}


.tab button:hover {
    background-color: rgb(238, 238, 238);
    border-radius: 4px 4px 0 0;
    
}


.tab button.active {
    background-color: #051945;
    border: 1px solid #051945;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    display: block;
    color: #fff;
    
}


.tabcontent {
    display: none;
    padding: 6px 12px;
    
   // border-top: none;
}



/* Социальные сети средствами CSS */

.social a {
    text-align: center;
    width: 45px;
    height: 45px;
 //   float: left;
  display: inline-block ;
  //  background: #fff;
    border: 1px solid #000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 28px;
    margin: 0 10px 10px 0;
    padding: 5px;
    color: #000;
}
.github a:hover {background: #191919; color: #fff;}
.youtube a:hover {background: #c4302b; color: #fff;}
.google-pluse a:hover {background: #DD4B39; color: #fff;}
.twitter a:hover {background: #00acee; color: #fff;}
.instagram a:hover {background: #3f729b; color: #fff;}
.facebook a:hover {background: #3b5998; color: #fff;}
.skype a:hover {background: #00aff0; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}
.odnoklassniki a:hover {background: #f93; color: #fff;}
.pinterest a:hover {background: #c8232c; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}
.telegram a:hover {background: #249bd7; color: #fff;}
.tumblr a:hover {background: #34526f; color: #fff;}
.windows a:hover {background: #125acd; color: #fff;}
.whatsapp a:hover {background: #50b154; color: #fff;}
.weibo a:hover {background: #d52b2b; color: #fff;}
.dropbox a:hover {background: #1087dd; color: #fff;}
.e-mail a:hover {background: #0c99f7; color: #fff;}



a.demo { float:left; }
a img { border:none; }
img.demo { float:right; }
.demo { 
     position:relative; 
    // top:-120px; 
     }
.loupe { 
     background-color:#555;
     background:rgba(0, 0, 0, 0.25);
     border:5px solid rgba(0, 0, 0, 0);
     cursor:url(blank.png), url(blank.cur), none;
     }
     
     
/* Для ajax проверки доступности логина и совпадения пароля вам могут понадобиться следующие стили: */

.nc_auth_login_check, .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none;}
.nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none;}
#nc_auth_pass1_security { margin-left: 15px; display: none;}
#nc_auth_login_ok, #nc_auth_pass2_ok { color: #088A08; }
#nc_auth_login_fail, #nc_auth_pass2_fail { color: #FF0000;}
#nc_auth_pass1_s1 { color: #FF0000; }
#nc_auth_pass1_s2 { color: #ddcc11; }
#nc_auth_pass1_s3 { color: #8cd750; }
#nc_auth_pass1_s4 { color: #088A08; }
#nc_auth_pass1_empty, #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }

.news2 {
    position:sticky;
    top: 0px;
    
}

.nc_comments button {
    font-size: 12px;
    border-radius: 4px;
    border: 2px solid #e8e8e8;
    cursor: pointer;
    
}

.nc_comments button:hover {
     background-color:#e8e8e8;
    
    
}

.blink-1 {
      animation-name: blink;
      animation-timing-function: linear;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      background-color:#edf595;
     border-radius: 50%;
     padding: 0 5px 1px 5px;
     color:#000000;
     width: 8px;
     margin: -6px 20px;
     font-size: 10px;
     position: fixed;
  
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

button {
    cursor:pointer;
    
   }
   
.inform {
    	background: url(/images/i_pvtc.png) 0% 1% no-repeat; /* Добавляем фон */
    	background-size: 14px;
    	padding-left: 20px;
    	cursor: pointer;
    
}

.online {
	color: #090;
}
.offline {
	color: #900;
}



.blue_button {
    border-radius: 5px; 
    padding: 5px 15px 5px 15px; 
    border: none; 
    color: white;
    background-color: #051945;
}

.blue_button:hover {
    background-color: #0f41ad;
}



/* BBcodes bar & in text BBcodes */
select.nc_bbcode_bar_size {margin-bottom:5px; width:100px; vertical-align:top; margin-top: 10px; margin-right: 10px;}
img.nc_bbcode_wicon {border:0; width:27px; height:20px;}
img.nc_bbcode_icon {border:0; width:20px; height:20px;}
div.nc_bbcode_error {padding:3px 0; color:#AA0000; font-weight:bold}
input.nc_bbcode_helpbox {margin:0 0 3px; padding:2px 0; width:100%; font-size:10px; font-family:Verdana,Arial; background:none; border:0;}
div.nc_bbcode_colors {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA;}
div.nc_bbcode_color_top {white-space:nowrap;}
div.nc_bbcode_color {padding-top:2px; white-space:nowrap;}
input.nc_bbcode_color {padding:0px; cursor:pointer; height:20px; width:20px; border:0px;}
input.nc_bbcode_color_white {padding:0px; cursor:pointer; height:20px; width:20px; border:1px solid #AAAAAA;}
div.nc_bbcode_smiles {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA;}
div.nc_bbcode_smile_top {white-space:nowrap;}
div.nc_bbcode_smile {padding-top:2px; white-space:nowrap;}

.nc_bbcode_smile {background-size: cover !important; margin: 2px;}

input.nc_bbcode_smile {padding:0px; cursor:pointer; height:30px; width:30px; border:0px;}
img.nc_bbcode_smile_in_text {margin:0 0 -8px 0; width: 27px;}
div.nc_bbcode_url {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA; height: 75px; width: 250px;}
div.nc_bbcode_url input {float: right; width: 130px; height: 23px; border: 1px solid gray; font: normal 12px; color: #555; background: #fff; padding: 0 5px;}
div.nc_bbcode_url span {float: left; height: 23px; width: 70px; padding: 1px;}
div.nc_bbcode_img {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA; height: 52px; width: 250px;}
div.nc_bbcode_img input {float: right; width: 130px; height: 23px; border: 1px solid gray; font: normal 12px; color: #555; background: #fff; padding: 0 5px;}
div.nc_bbcode_img span {float: left; height: 23px; width: 110px; padding: 1px;}
/* BBcodes in text */
div.nc_bbcode_quote_1_top {margin:0px 25px 0px 25px;}
div.nc_bbcode_quote_1 {padding:20px; border:1px solid #CCCCCC; background:#FFFFFF;}
div.nc_bbcode_quote_2_top {margin:0px 25px 0px 25px;}
div.nc_bbcode_quote_2 {padding:20px; border:1px solid #CCCCCC; background:#FFFFFF;}
div.nc_bbcode_code {margin:10px 25px 10px 25px;}
span.nc_bbcode_list_closed {margin-left:1em; text-indent:-.65em; display:block;}
div.nc_bbcode_list {margin-left:1em; text-indent:-.65em;}
span.nc_bbcode_color {}
span.nc_bbcode_size {}
a.nc_bbcode_url_1 {}
a.nc_bbcode_url_2 {}
img.nc_bbcode_img {}
span.nc_bbcode_s {}
a.nc_bbcode_cut_link {}
div.nc_bbcode_url {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA; height: 81px; width: 250px;}
div.nc_bbcode_url input {float: right; width: 130px; height: 23px; border: 1px solid gray; font: normal 12px; color: #555; background: #fff; padding: 1px 5px;  margin-top: 2px;}
div.nc_bbcode_url span {float: left; height: 23px; width: 70px; padding: 1px; margin-top: 2px;}
div.nc_bbcode_img {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA; height: 56px; width: 270px;}
div.nc_bbcode_img input {float: right; width: 130px; height: 23px; border: 1px solid gray; font: normal 12px; color: #555; background: #fff; padding: 1px 5px; margin-top: 2px;}
div.nc_bbcode_img span {float: left; height: 23px; width: 120px; padding: 1px; margin-top: 2px;}
/*END   component styles   */

 .progressbar {
 	margin: 10px 0 0 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
.b-green {
	width: 125%;
   background: #BEE7D3;
   border-radius: 11px;
   display: block;
   overflow: hidden;
   border: none;
}
.b-red {
	width: 500px;
   background: #FFDBDE;
   border-radius: 11px;
   display: block;
   overflow: hidden;
   border: none;
}
.bar-green {
	height: 9px;
    display: block;
    
    background: #28B26F;
}
.bar-red {
	height: 9px;
    display: block;
    
    background: #FF4B5B;
}

 .time {
 	margin: 1px 0 0;
	color: #808080;
 }

.exit {
    background-image: url(exit-icon.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    padding-left: 30px;
    
}

.donate {
    background-image: url(money.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    padding-left: 30px;
    
}





.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: fixed;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.overlay h1 {
    text-align:center;
    color:#fff;
    font-size: 70px;
    margin-top:17%;
}


.igs_map_fullscreen {
    position:fixed; 
    top:0; 
    left:0; 
    bottom:0; 
    right:0; 
    width:100%; 
    height:100%; 
    border:none; 
    margin:0; 
    padding:0; 
    overflow:hidden; 
    z-index:99999;"
    }




@media (max-width: 1399px) {
  
    .fullscreen-bg__video {
        display: none;
    }
}

