body {margin: 0; padding: 0; background: #f6f5f9; font: 14px/22px 'Verdana'; color: #181717;}
body a {color: #181717; text-decoration: underline;}
body a:hover {text-decoration: none;}
td, input, select, textarea {font: 12px /22px 'Verdana'; color: #0e0b0b}
.clear {clear: both;}
.content {width: 1080px; margin: auto;}
/*--------header------*/
#header {height: 30px; background: url(/img/header-line.png) repeat-x 0 40px;}
#logo {float: left; margin: 0; padding: 26px 0 0 0; width: 150px; height: 27px;}
#logo a {display: block; width: 150px; height: 27px; overflow: hidden; outline: none; text-indent: -9999px; background: #f6f5f9 url(/img/logo.png) no-repeat center center;}
.site-create {float: left; margin: 26px 0 0 0; display: block; padding: 0 5px 0 15px; font: 16px/20px 'Verdana'; color: #030f13; background: #f6f5f9;}
/*--------------------*/
/*--------main--------*/
#main {padding: 20px 0 55px 0;}
.main-left {float: right; width: 300px; text-align: center;}
.errortitle {font: 18px/24px 'Verdana'; color: #1b93bf;}
h1 {font: 22px/25px 'Verdana'; color: #181717;;border-bottom: 1px dashed #1b93bf; padding-bottom: 10px;}
.pagenotfound {font: 14px/20px 'Verdana'; color: #7e7e7e;}
.pagenotfound a {text-transform: uppercase; color: #7eb4d2;}
.main-right {float: left; width: 759px; margin: 0 0 0 0px;}
.main-right h3 {margin: 0; font: 12px/18px 'Verdana'; color: #232323;}
.main-content {margin: 0; padding: 13px 0 0 0;}
.main-content ul {margin: 3px 0 15px -9px; padding: 0; list-style: none;}
#search {}
.searchword {width: 370px; padding: 0 5px; height: 20px; line-height: 20px; outline: none; border: 1px solid #cfcfcf; border-radius: 5px; vertical-align: middle;}
.searchsbm {font: 14px/20px 'Verdana'; height: 22px; color: #54adcf; text-shadow: 0 1px 1px #fff; padding: 0 20px 2px 20px; border: 1px solid #c3c3c3 !important; border-radius: 5px; background: #e8e8e8 url(/.s/img/err/button.png) repeat-x; cursor: pointer; outline: none; vertical-align: middle; overflow: visible;}
*:first-child+html .searchsbm {border: 0 !important;}
/*--------------------*/
/*-------footer-------*/
#footer {padding: 15px 0 0 0; border-top: 1px solid #dbdbdb;}
.footer-col {float: left; width: 24.9%;}
.footer-col h4 { margin: 0 0 15px 0; font: 11px/14px 'Verdana'; color: #565656;}
.footer-col ul { margin: 0; padding: 0; list-style: none;}
.footer-col ul li { font: 11px/18px 'Verdana'; color: #8a8a8a;}
.footer-col li a { color: #8a8a8a; text-decoration: none;}
.footer-col li a:hover {text-decoration: underline;}
/*--------------------*/
a.button {
	padding: 5px 10px;
	color: #fffffe !important;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	text-shadow: none;
	text-decoration: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}
a.button.blue { background: #bf1b1b; border-bottom: 2px solid #2e8dca; }
a.button.blue:hover { background: #634bb9; }
/*  Tabs 
------------------------------------- */
ul.tabs-lt {  
	margin: 0 !important; 
	padding: 0;
	height: 31px; 	
}

ul.tabs-lt li {  
    background: none;
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}

ul.tabs-lt a { 
    background: #fafafa;
	height: 17px;
	margin-right: 3px;	
	padding: 6px 12px 6px 12px;
	display: block;				
	font-size: 14px;
	color: #777 !important;
	font-weight: bold;
	outline: 0;
	border: 1px solid #dedede;
	float: left;
	position: relative;	
	bottom: -1px;
	z-index: 1;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

ul.tabs-lt a.current {
    background: #fff;
	height: 18px;
	color: #444 !important;	
	border-bottom: 0;
	cursor: default;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

.panes {
	padding: 10px;	
    border: 1px solid #dedede;
}

.panes > div {
	display: none;
	overflow: hidden;
}
.container {margin: 0px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #dedede;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 9px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #dedede;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content img {

	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
/*  Color Blocks 
------------------------------------- */

.color-bl {
    padding: 15px;
	margin: 0;
    overflow: hidden;
	clear: both;
}

.color-bl a {
   text-decoration: underline;
}

.color-bl a:hover {
   text-decoration: none;
}

.white-bl {
    background: #fff;
	border: 1px solid #dedede;
	font-size: 1.2em;
}

.white-bl a {
    text-decoration: underline;
}

.blue-bl {
    background: #ecf4f8;
	color: #5e779e;
	border: 1px solid #d3dee4;
}

.blue-bl a{
	color: #5e779e;
	text-decoration: underline;
}

.blue-bl h1, .blue-bl h2, 
.blue-bl h3, .blue-bl h4, 
.blue-bl h5, .blue-bl h6 { 
   color: #5e779e;
}

.green-bl {
    background: #f3ffd8;
	color: #669500;
	border: 1px solid #d1ec97;
}

.green-bl a {
	color: #669500;
}

.green-bl h1, .green-bl h2, 
.green-bl h3, .green-bl h4, 
.green-bl h5, .green-bl h6 { 
   color: #669500;
}

.red-bl {
    background: #fcefef;
	color: #c65555;
	border: 1px solid #efd3d3;
}

.red-bl a {
	color: #c65555;
}

.red-bl h1, .red-bl h2, 
.red-bl h3, .red-bl h4, 
.red-bl h5, .red-bl h6 { 
   color: #c65555;
}

.face_m_hide {padding:10px;background:#FFFFFF;border-bottom:1px solid #E5E7EB; font-size: 1.2em;}
.face_m_show {padding:10px;background:#F1F3F8;border-bottom:1px solid #CCCDD2; font-size: 1.2em;}
.pad5 {padding:10px; font-size: 1.2em;} 
.face_pre {float:left;margin-right:10px;margin-bottom:10px}

 .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 5px 5px 5px 0; /* Отступы вокруг картинки */
   }
 
   .fig {
    text-align: center; /* Выравнивание по центру */ 
   }
 /*  Table 
------------------------------------- */  
.table {
    margin-bottom: 20px;
    width: 100%;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}  
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}
.table th, .table td {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}   
.clearfix:before, .clearfix:after {content: ""; display: table; line-height: 0;}
.clearfix:after { clear: both;}
#footer {color: #777777; padding: 15px 0;}
.clearfix {}
.con:before, .con:after {content: ""; display: table; line-height: 0;}
.con:after {clear: both; width: 1024px;}
.con {padding: 0 10px;}
.con {margin-left: auto; margin-right: auto;}
.con, .navbar-fixed-top .con, .navbar-fixed-bottom .con {width: 1024px;}
.pull-right {float: right;}
.pull-left {float: left;}