html {
  height: 100%;
  margin-bottom: 0px;
}
.table-op tr>:nth-child(1)>p{
    text-align: center;
}
.table-op tr>:nth-child(2)>p{
    text-align: jusertv2ify;
}
.table-op tr>:nth-child(3)>p{
    text-align: center;
}
#sv{
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: none;
    background-color: #FFF;
 }
 #sv div{
     display: inline-block;
     width: 200px;
     vertical-align: top;
 }
 #sv span{
     font-size:20px;
     line-height: 32px;
     padding: 5px;
     cursor: pointer;
 }
#CecutientOn{
     cursor: pointer;
     width: 150px;
     position: absolute;
     right: 30px;
     text-align: center;
     top:10px;
 }
 #CecutientOn img{
     width: 80px;
 }
 #CecutientOn p{
     color:#FFF;
     text-align: center;
     font-size: 14px;
     font-weight: bold;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
 }
 .filtergrey{
     filter:grayscale(100%);
 }
.check, .znak {
	margin: 0;
	padding: 0;
	list-style: none;
}
.check li {
	padding-left: 50px;
	font-size: 16px;
	padding-bottom: 10px;
	font-style: italic;
	background: url(/images/stories/check.png) no-repeat
}
#ruk_table tr{
    vertical-align: top;
}
.dopmenu{
    list-style: none; font-size: large; font-family: georgia, palatino;padding: 5px;
}
.dopmenu li{
    padding: 5px 0;
}

    .nopad h1, .nopad h2{
        font-family: georgia, palatino;
    }
    .nopad p{
        font-family: georgia, palatino;
        font-size: 16px;
    }
    .nopad li{
        font-family: georgia, palatino;
        font-size: 16px;
    }
.znak li {
	padding-left: 50px;
	line-height: 38px;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	background: url(/images/stories/znak.png) no-repeat
}
.elka {
	float: left;
}
.blue_p {
	color: #00F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.atation {
	text-decoration:none;
	color: #000;
	font-size:24px;
	text-align:center;
	display: block;
	font-family: Arial;
	font-weight: bold;
	line-height:40px;
}
.div_ps > p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.div_ps > p.ps {
	font-size: 75px;
	margin-right: 20px;
	color: #C00;
	float: left;
	line-height: 75px;
	
}

#regimg {
text-align:center;}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	background:#bee4fb url(/images/bg.jpg) repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
width:100%;
}
	
body.contentpane {
	background: #f8f8f8;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #4CAFC6;
}

a.button {
 display: inline-block;
 line-height: 2.8em;
 height: 2.78em;
 text-decoration: none;
 float:right;
}
.button {

 border: 1px solid;
 cursor: pointer;
 font-weight: bold;
 font-size: 11px;
 height: 2.95em;
 outline: 0;
 padding: 0 .91em;
 vertical-align: middle;
 white-space: nowrap;
 word-wrap: normal;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

.button-blue, .button-blue[disabled] {
 color: #FFF !important;
 background-color: #6891e7;
 border-color: #0053a6 #0053a6 #000;
 text-shadow: 0 -1px 0 rgba(0,0,0,.5);
 -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,.35);
 -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,.35);
 -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,.35);
 box-shadow: inset 0 1px 0 rgba(256,256,256,.35);
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff4495e7, EndColorStr=#ff0053a6);
 background-image: -moz-linear-gradient(top, #4495e7 0, #0053a6 100%);
 background-image: -ms-linear-gradient(top, #4495e7 0, #0053a6 100%);
 background-image: -o-linear-gradient(top, #4495e7 0, #0053a6 100%);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4495e7), color-stop(100%, #0053a6));
 background-image: -webkit-linear-gradient(top, #4495e7 0, #0053a6 100%);
 background-image: linear-gradient(to bottom, #4495e7 0, #0053a6 100%)
}
.button-blue:hover {
 border-color: #002d59 #002d59 #000;
 -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.35), 0 1px 3px rgba(0,0,0,0.5);
 -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.35), 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.35), 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: inset 0 1px 0 rgba(256,256,256,0.35), 0 1px 3px rgba(0,0,0,0.5);
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff096bd2, EndColorStr=#ff0053a6);
 background-image: -moz-linear-gradient(top, #096bd2 0, #0053a6 100%);
 background-image: -ms-linear-gradient(top, #096bd2 0, #0053a6 100%);
 background-image: -o-linear-gradient(top, #096bd2 0, #0053a6 100%);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #096bd2), color-stop(100%, #0053a6));
 background-image: -webkit-linear-gradient(top, #096bd2 0, #0053a6 100%);
 background-image: linear-gradient(to bottom, #096bd2 0, #0053a6 100%)
}
.button-blue:active, .button-blue.button-toggled {
 border-color: #000 #002d59 #002d59;
 -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.35), 0 1px 0 #fff;
 -ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.35), 0 1px 0 #fff;
 -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.35), 0 1px 0 #fff;
 box-shadow: inset 0 1px 5px rgba(0,0,0,0.35), 0 1px 0 #fff;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff014488, EndColorStr=#ff175ea6);
 background-image: -moz-linear-gradient(top, #014488 0, #175ea6 100%);
 background-image: -ms-linear-gradient(top, #014488 0, #175ea6 100%);
 background-image: -o-linear-gradient(top, #014488 0, #175ea6 100%);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #014488), color-stop(100%, #175ea6));
 background-image: -webkit-linear-gradient(top, #014488 0, #175ea6 100%);
 background-image: linear-gradient(to bottom, #014488 0, #175ea6 100%)
}

table.contentpane ul li {
	list-style-image: url(/images/li.png);
}
input.button, .validate  {
	background: #92C547;
	border: 0;
	font-size: 10px;
	color: #fff;
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}


p {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: justify;
}

.inputbox {
	border: 1px solid #92C546;
	padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

#search {
	float: right;
	padding: 13px 50px 0 0;
}

#search .search .inputbox {
	line-height: 16px;
	font-size: 12px;
	color: #95C866;
	background: none;
	margin:	0;
	width: 94px;
	height: 18px;	
	padding: 2px 0 0 6px;
	border: 1px solid #B9DB9A;
	float: left;
}

#search .search .button {
	text-align: center;
	background: #2CB5F4;
	border: 0;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0 0 0 5px;
	height: 22px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#bgpage {
    background:#bee4fb url(/images/bgpage.jpg) repeat-x;
    margin:0 auto;
}
	
#logo {
    display: inline-block;
    width:23%;
    margin-top:16px;
    text-align:justify;
    vertical-align: top;
}

#sert {
    float:left;
    width:467px;
}

#sertv2 {
    display: inline-block;
    width:55%;
    margin-top: 16px;
    text-align: center;
}
#sertv2 a{     
    text-decoration: none !important; 
}
#sertv2 h1{
    font-weight: normal;
    text-align: center !important;
    color: #FFF;
}

#tel {
    display: inline-block;
    margin-top:16px;
    width:21%;
    text-align:right;
    vertical-align: top;
}

.regim {
    margin-top: 40px;
    color:#ecf01a;
    font-size:18px;
    text-shadow:1px 1px 1px #000;
    text-align: center !important;
}

.tel {
    font-size:24px;
    color:#fff;
    text-shadow:1px 1px 1px #000;
    margin-top: 10px !important;
    text-align: center !important;
}
			
		
					

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1047px;
	background:#bee4fb url(/images/center_bg.jpg) top center repeat-y;
}


div#wrapper {
	padding: 2px 0px;
	width: 1047px;
	background: transparent;
	margin: 0 auto;
}

#header {
	padding:0px;
	margin: 0 auto;
	width: 1047px;
}


#content {
	width: 1047px;
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
}


.pill_m {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	background-color:#D2D637;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#pillmenu {
	margin: 0;
	text-align: left;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin-top:16px;
	padding: 0;
	max-width: 290px;
}

#pillmenu li li{
	padding-top:15px;
	margin-top:0px;
	
	

}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	display: block;
	
	padding: 0 8px 0 8px;
	color: #FFFFFF;
	text-decoration: none;
	
	
}

#pillmenu li a:hover {
	color: #4CAFC6;
	
}

#slide {
			width:1047px;
			height:246px;
			margin:0 auto;
			background: url(/images/slide.jpg) no-repeat;
display:none;
			}	
			
			#slide h1{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 22px;
				color: #FFF;
				margin: 0;
				padding: 80px 0 0 20px;
				font-weight: bold;
				font-style: italic;
			}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 260px;
	float: left;
	padding: 0 0 10px 40px;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 684px;
	margin: 0 0 6px 0;
	margin: 2px 28px;
}

div#maincolumn_full {
	float: left;
	width: 100%;
	margin: 7px 0px 0;
	padding: 10px 0 0 0px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 1047px;
	height: 44px;
	background: transparent url(/images/footer.jpg) top center no-repeat;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #666666;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 8px 0 0 10px;
}
table.blog {
	
}
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #4CAFC6;
	text-align: left;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #4CAFC6;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #92C545;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #92C545;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #92C545;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	border-bottom: solid 1px #666666;
}

a.readon:hover {
	color: #4CAFC6;
	text-decoration: none;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #2EB6F4;
	font-weight: bold;
	font-size: 11px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 8px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {
	
}

div.module_menu div div, div.module div div {
	margin-bottom: 14px;
	padding: 0 0 1px 0;
	
}

div.module_menu div div div, div.module div div div{
	width: auto;
	margin: 0;
	padding: 0 0 12px 0;
	
	text-align: center;
}

div#newsflash div.module div div {
	padding: 0 0 1px 0;
	background: none
}

div#newsflash div.module div div div{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none
}

div#newsflash div.module div div  table.contentpaneopen {
	margin: 0;
	padding: 0 10px 0 0;
	background: none
}

div#newsflash div.module_menu div, div#newsflash div.module  {
	background: none;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	/*padding: 4px 8px;*/
}

div.module div div div form {
	padding: 4px 0 0 0;
	width: 164px;
	margin: 0 auto;
	text-align: left;
}


div.module_menu ul {
	list-style: none;
	text-align: left;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(/images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
	text-decoration: none;
	color: #2EB6F4;
	font-size: 11px;
}

div.module_text div div div div  {
	background: url(/images/menu_bg.png) top center repeat-y;
	margin:0 auto;
	
}

div.bannergroup_text {
	display:block;
	width:180px;
}
.bannerheader {
padding: 0 0 0 6px;
}
#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3 { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;	
	color: #92C546; /*color: #4CAFC6;*/
	font-size: 13px;
	height: 30px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	background: url(/images/h3.png) top left no-repeat;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	
}

#rightcolumn h3 { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;	
	color: #4CAFC6;
	font-size: 13px;
	height: 30px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px;
	background: url(/images/h3.png) top left no-repeat;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	
}

#newsflash h3{ 	
	font-family: Tahoma, Arial, sans-serif;	
	color: #92C546;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 164px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	font-size: 11px;
	background: url(/images/menu_row.jpg) center left no-repeat;
	margin: 0;
	height: 18px;
	color: #666666;
	font-weight: bold;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #4CAFC6;
	text-decoration: underline;
}
#leftcolumn a:hover {
	text-decoration: underline;
}
/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	background: url(/images/menu_row.jpg) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #4CAFC6;
	text-decoration: none;
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 6px;
	font-size: 11px;
	background: url(/images/submenu_row.jpg) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
	border: none;
	color: #333;
	background: url(/images/submenu_row.jpg) center left no-repeat;
	height: 18px;
	line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #333;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #555;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px 6px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	}
	
.module a {
	color:#004f84;
	text-decoration: none;
}

#leftcolumn h3.seminar_block {
font-size: 16px;
color:#e22a2c;
width:auto;
background:none;
text-align:center;
margin:0;
padding:0;

}

#leftcolumn h2.seminar_seminar {
font-size: 15px;
color:#014e82;
width:auto;
margin-top:0;

}


div.seminar {
background: #014e82 !important;
border-radius: 5px;
margin-bottom: 10px !important;
padding: 4px 8px;
}
div.seminar a {
color: #FFF;}

div.seminar:nth-child(odd) {
background: none !important;
border: solid 1px #014e82;
}

div.seminar:nth-child(odd) a {
color: #014e82;}

.zagseminar {
	font-size: 14px;
	font-weight: bold;
	color: #FF504A;
}




/* == Messages == */
#msgholder, #alt-msgholder {
	position: absolute;
	z-index: 100;
	top: -12px;
	right: 0
}
.msgAlert, .msgInfo, .msgError, .msgOk {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;
	color: #444;
	font-size: 13px;
	padding: 8px 10px
}
.msgAlert {
	border-top: 1px solid #fbe4ae;
	border-bottom: 1px solid #d9a87d;
	background: rgb(249,217,161);
	background: -moz-linear-gradient(top, rgba(249,217,161,1) 0%, rgba(234,188,122,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,217,161,1)), color-stop(100%, rgba(234,188,122,1)));
	background: -webkit-linear-gradient(top, rgba(249,217,161,1) 0%, rgba(234,188,122,1) 100%);
	background: -o-linear-gradient(top, rgba(249,217,161,1) 0%, rgba(234,188,122,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,217,161,1) 0%, rgba(234,188,122,1) 100%);
	background: linear-gradient(top, rgba(249,217,161,1) 0%, rgba(234,188,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d9a1', endColorstr='#eabc7a', GradientType=0 );
}
.msgAlert span {
	background-image: url(/img/alert-ico.png)
}
.msgInfo {
	background: rgb(240,249,255);
	background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 0%, rgba(161,219,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,249,255,1)), color-stop(0%, rgba(203,235,255,1)), color-stop(100%, rgba(161,219,255,1)));
	background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 0%, rgba(161,219,255,1) 100%);
	background: -o-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 0%, rgba(161,219,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 0%, rgba(161,219,255,1) 100%);
	background: linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 0%, rgba(161,219,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=0 );
	border-top: 1px solid #f3fbff;
	border-bottom: 1px solid #bedae9;
}
.msgInfo span {
	background-image: url(/img/info-ico.png)
}
.msgError {
	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;
	background: rgb(243,199,199);
	background: -moz-linear-gradient(top, rgba(243,199,199,1) 0%, rgba(238,162,162,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243,199,199,1)), color-stop(100%, rgba(238,162,162,1)));
	background: -webkit-linear-gradient(top, rgba(243,199,199,1) 0%, rgba(238,162,162,1) 100%);
	background: -o-linear-gradient(top, rgba(243,199,199,1) 0%, rgba(238,162,162,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,199,199,1) 0%, rgba(238,162,162,1) 100%);
	background: linear-gradient(top, rgba(243,199,199,1) 0%, rgba(238,162,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c7c7', endColorstr='#eea2a2', GradientType=0 );
}
.msgError span {
	background-image: url(/img/error-ico.png)
}
.msgOk {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	background: rgb(205,235,142);
	background: -moz-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(185,221,99,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,235,142,1)), color-stop(100%, rgba(185,221,99,1)));
	background: -webkit-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(185,221,99,1) 100%);
	background: -o-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(185,221,99,1) 100%);
	background: -ms-linear-gradient(top, rgba(205,235,142,1) 0%, rgba(185,221,99,1) 100%);
	background: linear-gradient(top, rgba(205,235,142,1) 0%, rgba(185,221,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#b9dd63', GradientType=0 );
}
.msgOk span {
	background-image: url(/img/ok-ico.png)
}
.msgError span, .msgOk span, .msgAlert span, .msgInfo span {
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline-block;
	padding-right: 5px;
	padding-left: 25px;
	font-weight: 700
}
#loader {
	background:url(/img/ajax-loader.gif) no-repeat 50% 50%;
	height:20px;
	width:26px;
	position:absolute;
	z-index:99;
	display:inline-block;
	top:25px;
	right:20px
}

.tip-twitter {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	padding:8px 8px;
	max-width:350px;
	color:#fff;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.tip-twitter .tip-inner {
	font:bold 11px/14px 'Lucida Grande',sans-serif;
}

.tip-twitter .tip-arrow-top {
	top:0;
	left:50%;
	width:0;
	height:0;
	margin: -14px 0 0 -7px;
	border: 7px solid transparent;
	border-bottom-color: rgba(25,25,25,0.92);
}
.tip-twitter .tip-arrow-right {
	top:50%;
	left:100%;
	width:0;
	height:0;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left-color: rgba(25,25,25,0.92);
}
.tip-twitter .tip-arrow-bottom {
	top:100%;
	left:50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top-color: rgba(0,0,0,0.92);
}
.tip-twitter .tip-arrow-left {
	top:50%;
	left:0;
	width:0;
	height:0;
	margin:-7px 0 0 -14px;
	background:url("");
	border: 7px solid transparent;
	border-right-color: rgba(25,25,25,0.92);
}

.tableForm {
	width: 99%;
}
.tableForm .inputbox {
	width: 100%;
}
.tableForm textarea.inputbox {
	height: 50px;
}
.tableForm .inputbox.small {
	width: 100px;
}


.title_news {
	color: #e22a2c;
	text-align: center;
	font-size: x-large;
	font-family: georgia, palatino;
}

.new_year {
	padding: 20px;
	height: 460px;
	width: 620px;
	background: url(/images/new_year.png) no-repeat;
}
.year_title {
	color: #FFF;
	font-size: 25px;
	margin: 0 0 40px 0;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
.new_year p {
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px 0;
	font-family: Arial, sans-serif
}
.new_zakon tr{
	border-bottom: 3px solid #0064a8;
	display: block;
}
.new_zakon td{
	vertical-align:top;
	padding: 10px;
}
.home_table tr{
	display: block;
}
.home_table td{
	padding: 10px;
}
.home_table td p{
	font-size: 16px;
}
.home_table td:nth-child(1) {
    	border-right: 2px solid #0064a8;
	color:red;
   }
.home_table td:nth-child(2) {
	color:#0064a8;
   }
.home_table td:nth-child(2) p {
	margin-left:40px;
   }
.otz{
display: block;
background-color: #a5d25b;
width: 150px;
text-align: center;
text-decoration: none !important;
color: #FFF;
text-transform: uppercase;
font-size: 22px;
font-weight: bold;
padding: 5px 50px;
line-height: 22px;
float: right;
}
.otz:visited{
text-decoration: none !important;
color: #FFF;
}
#akc09 p{
text-align:center;
}

#akc09 h1{
text-align:center;
font-size:42px;
font-weight:bold;
}

#akc09 h2{
text-align:center;
font-size:28px;
}

#akc09 h3{
text-align:center;
font-size:24px;
line-height:23px
}

#akc09 h4{
text-align:center;
font-size:20px;
line-height:21px
}
.form_zayavka{
text-align: center;
list-style: none;
}
.form_zayavka li{
float: left;
width: 200px;
height: 220px;
vertical-align: top;
}
.training-container{
    width:100%;
    text-align:left;
}
.training{
    width: 49%;
    height:160px;
    margin-top:10px;
    display:inline-block;
    border: 1px solid #1e66b7;
    vertical-align: top;
    background-color: #FFF;
}
.training-l{
    width:38%;
    display:inline-block;
}
.training-l img{
    width: 90%;
    padding:10px;
}
.training-r{
    width:60%;
    display:inline-block;
    vertical-align:top;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.training-r p{ 
    padding-right: 1px;
    font-size: 15px;
    text-align: left !important;
}
.training-a{
    display:block;
    bottom: 0px;
    right: 0px;
    position: absolute;
    border-radius:4px;
    border: 1px solid #1e66b7;
    margin: 10px;
    font-size:16px;
    color:#1e66b7 !important;
    text-decoration:none;
    padding:5px;
    width: 85%;
    text-align: center;
}
.leftimg {
    float:left;
    margin: 0px 10px 10px 0;
    width: 150px;
}
.training-leads{
    display:block;
    border-radius:4px;
    border: 1px solid #1e66b7;
    margin: 20px auto 10px auto;
    font-size:16px;
    color:#1e66b7 !important;
    text-decoration:none;
    padding:5px;
    width: 65%;
    text-align: center;
}
.h-190{
    height: 190px !important;
}
.h-230{
    height: 230px !important;
}
.h-290{
    height: 290px !important;
}
.h-340{
    height: 340px !important;
}

/* Собственно сам слайдер */
.slider{
    max-width: 90%;
    position: relative;
    margin: auto;
    height: 300px;
    margin-bottom: 15px;
    margin-top: 12px;
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider .item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}
/* Кнопки вперед и назад */
.slider .prev, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* При наведении на кнопки добавляем фон кнопок */
.slider .prev:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Заголовок слайда */
.slideText {
    position: absolute;
    color: #000;
    font-size: 15px;
    /* Выравнивание текста по горизонтали и по вертикали*/
    left: 485px;
    top: 209px;
    border-radius: 5px;
    transform: translate(-80%, -50%);
    background-color: rgba(173, 218, 255, 0.88);
    padding: 20px 40px;
    width: 40%;
    font-weight: normal;
    border: 1px solid #1e66b7;
    box-shadow: 1px 1px 10px #2EB6F4;
}
.slideText h2{
    padding: 5px;
    color: #000;
    font-size: 18px
}
.slideText p{
    font-size: 16px
}
/* Кружочки */
.slider-dots {
    text-align: center;
    margin-bottom: 10px;
}
.slider-dots_item{
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.slider-dots_item:hover {
    background-color: #95d9ff;
    box-shadow: 1px 1px 5px #2EB6F4;
}
/* Анимация слайдов */
.slider .item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
.link-slider{
    display: block;
    padding: 10px 10px;
    margin: 5px auto;
    width: 60%;
    background-color: #1e66b7;
    color: #FFF !important;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}
#h-ng{
    position: absolute;
    left: 30px;
}