body {
	background: #e0e0e0;
	margin:0;
	padding:0;
	font-family: 'Source Sans', 'sans-serif';
	font-size: 1.1em;
	color: #555;
	font-weight: 400;
}

* {
	margin:0;
	padding:0;
}

table {
	width: 100%;
	text-align: left;
}
.symbol {
    font-family: Symbol, serif;
}

.brline { padding: 0px 0px;}
th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 0px solid #ccc;
}


b {
    font-weight: bold;
}

th.noline, td.noline {
	padding: 15px 1px;
}
td.noline {
	border-bottom: 0px;
}

.h3_book_class
{
      color: #2E63CC;
      font-size: 1.8em;
      font-weight: 600;
      margin-bottom: 5px;
      letter-spacing: -1px;
      text-decoration: underline;
}
.h4_book_class
{
      color: #444;
      font-size: 1.1em;
      font-weight: 600;
      letter-spacing: -1px;
      text-align: center;
      margin-top: 4px;
      text-transform: none;
      padding-bottom: 0px;
}

.h4_book_class_h
{
      color: #444;
      font-size: 1.1em;
      font-weight: 600;
      letter-spacing: -1px;
      text-align: left;
      margin-top: 4px;
      text-transform: none;
      padding-bottom: 0px;
}

.p_book
{
      color: #444;
      text-align: center;
      font-size: 1.0em;
      margin-top: 5px;
      line-height: 1.1em;
      margin-bottom: 10px;
}

.p_book_h
{
      color: #444;
      text-align: left;
      font-size: 1.0em;
      margin-top: 5px;
      line-height: 1.1em;
      margin-bottom: 10px;
}

.bookimg  {
    margin: 0px 0px 0px 5px; /* Отступы вокруг картинки */
    width:100px;
  
}
.bookimg_h  {
    margin: 0px 100px 15px 15px; /* Отступы вокруг картинки */
    width:120px;
    float: left;  
    position: relative;
    display:inline-block; 
}


code_book {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
.book_h {
       vertical-align: top;
	text-align: left;
       align:  left;
 }


.book {
       vertical-align: top;
       width: 160px;
       display:inline-block;
       padding:10px
       text-align: center;
       align:  center;
 }

.book_a {
        border: 3px solid #FFF;
        display:inline-block;
}

.book_a:hover {
        border: 3px solid #2E63CC;
        display:inline-block; 
        color: #555;
}

.subpar
{
	color: #333;
	font-size: 1.2em;
	letter-spacing: -1px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 2px;
}

.PagesCont a {display:inline-block}
.PagesCont a{vertical-align:middle;color:#136f86;min-width:2.5em;line-height:2em;border-radius:.5em;margin:.21em;text-decoration:none}
.PagesCont a:hover{color:#FFFFFF;background-color:#2E63CC;border-bottom: none;}
.PagesCont a,ul.suggested>li>a{border:2px solid #2E63CC;text-align:center}

.pagelist{height:40px;margin:20px 0}
.pagelist ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.pagelist ul>li{display:inline}
.pagelist ul>li>a,
.pagelist ul>li>span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}
.pagelist ul>li>a:hover,
.pagelist ul>.active>a,
.pagelist ul>.active>span{background-color:#f5f5f5}
.pagelist ul>.active>a,
.pagelist ul>.active>span{color:#999;cursor:default}
.pagelist ul>.disabled>span,
.pagelist ul>.disabled>a,
.pagelist ul>.disabled>a:hover{color:#999;cursor:default;background-color:transparent}
.pagelist ul>li:first-child>a,
.pagelist ul>li:first-child>span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.pagelist ul>li:last-child>a,
.pagelist ul>li:last-child>span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}
.pagelist-centered{text-align:center}
.pagelist-right{text-align:right}

td.nl {
	border-bottom: 0px solid #000;
}

th, td {
	padding: 0px 0px;
}

th.hv, td.hv,  th.hvn, td.hvn {
	padding: 0px 0px;
}

th.hvnn, td.hvnn {
	padding: 10px 10px;
}


td.hv:hover {
    background: #5D87DA;
    color: #FFFFFF;
}
tr.hv:hover {
    background: #F5F5F5;

}



td.hv, td.hvn {
    border-bottom: 1px solid #ccc;
    color: #DDD;	
}

td.hvn:hover {
    background: #F5F5F5;
    color: #DDD
}
tr.hvn:hover {
    background: #F5F5F5;

}




code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #2A5BBB;
/*	border-bottom: 1px solid #2A5BBB;*/
        border-bottom: 0px;
	text-decoration: none;
}

.au
{
	color: #2A5BBB;
	border-bottom: 1px solid #2A5BBB;
	text-decoration: none;
}


a.intable {
        padding: 10px 0 10px 0;
        width:100%;
	color: #555;
/*	border-bottom: 1px solid #2A5BBB;*/
        border-bottom: 0px;
	text-decoration: none;
        display: inline-block; height:100%; width:100%;
}

a.intable:hover {
        border-bottom: 0px;
	color: #FFFFFF;
        display:inline-block; height:100%; width:100%;
}


a:hover {
	border-bottom-color: #333;
	color: #333;
}

a:focus {
	outline: none;
}


a.button { 
    background: linear-gradient(#4877F5, #2C5EC1);
    background-color: #222;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #777;
    text-shadow: 1px 1px 0 #2C5EC1;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#2C5EC1;
}

a.button-reversed { 
	background: linear-gradient(#555, #333);
	background-color: #222;
        text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #2C5Ef1;
}

a.button-reversed:hover {
	background: #333;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #214893;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 2.7em;
	margin-bottom: 10px;
}

h2 {
	color: #444;
	font-size: 2.5em;
	letter-spacing: -1.5px;
	padding: 0 0 10px;
	margin: 0;
}


.h2size
{
	color: #444;
	font-size: 2.5em;
	padding: 0 0 10px;
	letter-spacing: -1.5px;
	border-bottom: 1px solid #ccc;
        display:table-cell;
        vertical-align:middle;
        padding: 12px 2px;
/*       display: table-cell; 
    
       vertical-align: middle; 
*/  
}


.h2sizens
{
	color: #444;
	font-size: 2.5em;
	padding: 0 0 10px;
	letter-spacing: -1.5px;
}

.seltxt
{
	color: #224A98;;
	font-size: 1.2em;
	letter-spacing: -1.5px;
        font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.h3size
{
	color: #2E63CC;
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 0 0 10px;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #2E63CC;
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #214897;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

h6 {
	color: #2E63CC;
	font-size: 1.5em;
	padding-bottom: 15px;
	margin: 0;
}

h7 {
	color: #444;
	font-size: 2.5em;
	letter-spacing: -1.5px;
}



ul, ol {
	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1200px;
	margin: 0 auto;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

.fixed-header header {
	position: fixed;
	width: 100%;
}

header {
	padding: 0px 10px 5px;
	margin: 0 auto;
	text-align: left;
	background-color: #214897;
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 0.8em;
    padding: 10px 5px;
    letter-spacing: -2px;
    border-bottom: none;
    display: block;
    font-weight: bold;

}

header h1 a strong {
	color: #5D87DA;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
	text-align: left;
}

nav ul ul { 
	margin: 0 12px;
	padding: 10px 0;
}

nav ul li {
	display: block;
	float: left;
	padding: 0px 2px;
}

nav ul li li {
	padding: 0;
}


nav ul li a {
	display: block;
	float: left;
	padding: 10px 10px;
    color: #eee;
    font-size: 0.75em;
	margin: 0 10px;
     border-bottom: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}


nav ul li a i { padding-right: 5px; }

nav ul li li a {
	float: none;
	padding: 10px 5px;
}

nav ul li a:hover {
	color: #A2CCEC;
	text-decoration: none;
}

nav ul li.selected a, nav ul li.selected a:hover {
	background: linear-gradient(#2F65D0, #2C5EC1);
    	background-color: #3368D1;
	color: #fff;
	border-radius: 5px;
}

nav ul li.selected a:hover {
	background-color: #3368D1 !important;
	background-image: none !important;
}

nav ul li a:hover, nav ul li.sfHover a {
	background: #3368D1;
	background-image: none;
	color: #fff;
	border-radius: 5px;
}


nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
	background-color: #3368D1;
	color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


nav ul li.sfHover ul a, nav ul ul {
	background: #3368D1;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a  {
	background-color: #3368D1;
	color: #fff;
}

nav ul li.sf-with-ul.selected ul li a:hover, nav ul li.selected.sfHover ul li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;

	background-image: none !important;
}

nav ul li li a:hover, nav ul li.sfHover li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			23px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* intro */
div#intro {
	background-color: #fff;
	background-position: left;
	background-repeat: no-repeat;
}

div#intro .intro-content {
	padding: 85px 10px;
	text-align: left;
}



div#intro h2 {
	color: #444;
	font-size: 2.5em;
	letter-spacing: -1.5px;
}

div#intro h2, div#intro p {
	color: #444;
	font-size: 2.5em;
	letter-spacing: -1.5px;
}

div#intro p {
	font-size: 1.3em;
	color: #ddd;
	line-height: 1.3em;
}

a.button-slider {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

a.button-slider i { padding-right: 5px; }

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 15px auto 0;
 	padding: 0 15px;
	clear: both;
}

.fixed-header #body { 
	padding-top: 80px; 
	margin-top: 0;
}

#content {
    float: left;
}

.two-column {
	width: 68%;
}

.three-column {
	width: 56%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}


article {
    padding: 10px 10px 20px 5px;
 }

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 20%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}



.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}


.sidebar .bg h4 {
	color: #666;
}


.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}



.sidebar li ul li.text { 
	border-bottom: none;
}


.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #2A5BBB;
	color: #2A5BBB;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#2F65D0, #2C5EC1);
    background-color: #2F65D0;
    color: #FFFFFF;
	border: 1px solid #2C5EC1;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #224A98;
	border-bottom: 1px solid #2C5EC1;
	color: #fff;
	padding: 5px 10px;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #999;
    font-size: 1.5em;
    padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
	border-bottom-color: #666;
}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #aaaEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

@media screen and (max-width: 540px) {
    body { font-size: 1.0em; }
    div#intro {
	background-position: left;
	background-repeat: no-repeat;
}
div#intro .intro-content {
	padding: 45px 30px;
	text-align: left;
}
}

.vk, .vk td
{ padding: 0 !important;
  border: 0 none !important;
  margin: 0 !important;
}

@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

        .brline { height: 120px;}	
	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	nav { float: none; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; }

	nav ul { margin: 0; }
        .brline { height: 120px;}	
	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 10px 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #2C5EC1; border-radius: 5px; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content { padding: 20px 5px; }
	
	div#intro div.intro-content-short { padding: 20px 5px 10px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }


}
