article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;height: 100%;}
body { margin: 0; font-size: 13px; line-height: 1.231; background: #FFF; width: 100%; height: 100%; min-width: 1000px;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
p {padding: 0px; margin: 0px;}

@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* Стили сайта */

.myriad_pro_regular {
	font-family: arial;
}

.myriad_pro_bold {
	font-family: arial;
	font-weight: bold;
}


.background_windows {
	background: url(../img/background_windows.png) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	display: none;
}

.background_windows .windows {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0px 0px -200px;
	background: #f0f3f5;
	width: 360px;
	height: 240px;
	padding: 10px 20px;
	z-index: 3;
}

.background_windows .windows .windows_top {
	background: url(../img/windows_top.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -12px;
	left: 0px;
}

.authorization:hover .background_windows {
	display: block;
}

.background_windows .windows .close {
	background: url(../img/close.png) no-repeat;
	width: 12px;
	height: 12px;	
	float: right;
	cursor: pointer;
}

.background_windows .windows .close:hover {
	background: url(../img/close_hover.png) no-repeat;
}

.background_windows .windows .title {
	font-size: 25px;	
	color: #354348;
	padding: 0px 0px;
}

.background_windows .windows .input {
	padding-top: 30px;
	margin: 0 auto;
	width: 320px;
}

.background_windows .windows .input input {
	border: 1px solid #aec1c6;
	font-size: 12px;
	color: #566368;
	width: 300px;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
}

.background_windows .windows .input p {
	margin-bottom: 10px;
}

.background_windows .windows .vxod {
	text-align: center;
	padding-top: 10px;
}

.background_windows .windows .vxod input {
	background: url(../img/vxod.png) no-repeat;
	width: 111px;
	height: 25px;
	color: #fff;
	text-align: center;
	border: 0px;	
}

.background_windows .windows .vxod:hover input {
	background: url(../img/vxod_hover.png) no-repeat;
	width: 111px;
	height: 25px;
}

.background_windows .windows .remember {
	width: 320px;
	margin: 0px auto;
	padding-top: 10px;
}

.background_windows .windows .remember a {
	color: #13abde;
	font-size: 12px;	
}

.background_windows .windows .remember a:hover {
	color: #f15b14;
	text-decoration: none;	
}

#container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	min-height:100%;
}

header {
	width: 100%;
	height: 105px;
}

header table {
	width: 100%;
}

header .logo {
	background: url(../img/logo.png) no-repeat;
	float: left;
	width: 251px;
	height: 105px;
	margin-left: 40px;
}

header .logo a {
	display: block;
	width: 251px;
	height: 105px;
}

header .contacts1 {
	float: left;
	color: #566368;
	font-size: 12px;
	padding: 45px 0px 0px 60px;
}

header .contacts2 {
	float: left;
	color: #566368;
	font-size: 20px;
	line-height: 18px;
	padding: 40px 0px 0px 65px;
}

header .contacts2 p span {
	color: #89999e;
	font-size: 12px;
	font-family: arial;
}

header .authorization {
	background: url(../img/header_right.png) top right no-repeat;
	float: right;
	width: 251px;
	height: 60px;
	text-align: left;
	padding-top: 45px;
}

header .authorization p {
	font-size: 12px;
	color: #566368;
}

header .authorization p a {
	font-size: 15px;
	font-style: italic;
	color: #13abde;
	text-decoration: none;
	border-bottom: 1px dashed #13abde;
}

header .authorization p a:hover {
	border-bottom: 0px;
}



#main {
	width: 100%;
	padding-bottom: 187px;
}


#main .m_left {
	width: 210px;
	float: left;
	margin-left: 40px;
}

#main .m_left .connect {
	margin: 13px 0px 20px 0px;
}

#main .m_left .connect .zag {
	color: #354348;
	font-size: 17px;
	text-transform: uppercase;
}

#main .m_left .connect ul {
	list-style: none;
	margin: 10px 0px 0px 15px;
	padding: 0px;	
}

#main .m_left .connect ul li {
	padding: 0px 0px 10px 20px;
	line-height: 15px;
}

#main .m_left .connect ul .ico1 { background: url(../img/ico_1.png) left top no-repeat; }
#main .m_left .connect ul .ico2 { background: url(../img/ico_2.png) left top no-repeat; }
#main .m_left .connect ul .ico3 { background: url(../img/ico_3.png) left top no-repeat; }

#main .m_left .connect ul li a {
	color: #13abde;
	font-size: 15px;
}

#main .m_left .connect ul li a:hover {
	color: #f15b14;
	text-decoration: none;
}





#main .m_left .abonents .zag {
	color: #354348;
	font-size: 17px;
	text-transform: uppercase;
}

#main .m_left .abonents ul {
	list-style: none;
	margin: 10px 0px 0px 15px;
	padding: 0px;	
}

#main .m_left .abonents ul li {
	padding: 0px 0px 10px 20px;
	line-height: 15px;
}

#main .m_left .abonents ul .ico4 { background: url(../img/ico_4.png) left top no-repeat; }
#main .m_left .abonents ul .ico5 { background: url(../img/ico_5.png) left top no-repeat; }
#main .m_left .abonents ul .ico6 { background: url(../img/ico_6.png) left top no-repeat; }
#main .m_left .abonents ul .ico7 { background: url(../img/ico_7.png) left top no-repeat; }
#main .m_left .abonents ul .ico8 { background: url(../img/ico_8.png) left top no-repeat; }
#main .m_left .abonents ul .ico9 { background: url(../img/ico_9.png) left top no-repeat; }

#main .m_left .abonents ul .ico66 { background: url(../img/ico_66.png) left top no-repeat; }

#main .m_left .abonents ul li a {
	color: #13abde;
	font-size: 15px;
}

#main .m_left .abonents ul li a:hover {
	color: #f15b14;
	text-decoration: none;
}




#main .m_right {
	padding-left: 260px;
}

#main .m_right .menu {
	background: url(../img/menu.png) left top no-repeat;
	width: 100%;
	height: 47px;
}

#main .m_right .menu table {
	width: 100%;
}

#main .m_right .menu table td {
	vertical-align: middle;
	padding: 0px 5px;
	text-align: center;
	font-size: 16px;
	line-height: 47px;
}

#main .m_right .menu table td a {
	text-transform: uppercase;
	color: #13abde;
}

#main .m_right .menu table td a:hover {
	color: #f15b14;
	text-decoration: none;
}

#main .m_right .menu table td .active {
	color: #354348;
	text-decoration: none;
	cursor: default;
}

#main .m_right .menu table td .active:hover {
	color: #354348;
}



/*#main .m_right .menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ie8 #main .m_right .menu ul li, .ie7 #main .m_right .menu ul li {
	font-size: 15px;
}

#main .m_right .menu ul li {
	float: left;
	font-size: 16px;
	line-height: 47px;
	width: 20%;
	position: relative;
	text-align: center;
}


#main .m_right .menu ul li .active { 
	color: #354348;
	text-decoration: none;
}

#main .m_right .menu ul li .active:hover {
	color: #354348;
}


#main .m_right .menu ul li a {
	font-family: 'myriadpro';
	text-transform: uppercase;
	color: #13abde;
}

#main .m_right .menu ul li a:hover {
	color: #f15b14;
}

#main .m_right .menu ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 47px;
	left: 0px;
	width: 100px;
	height: 100%;
	background: #13abde;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzYWJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmQ5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #13abde 0%, #2989d8 99%, #66d9ff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#13abde), color-stop(99%,#2989d8), color-stop(100%,#66d9ff));
	background: -webkit-linear-gradient(left, #13abde 0%,#2989d8 99%,#66d9ff 100%);
	background: -o-linear-gradient(left, #13abde 0%,#2989d8 99%,#66d9ff 100%);
	background: -ms-linear-gradient(left, #13abde 0%,#2989d8 99%,#66d9ff 100%);
	background: linear-gradient(left, #13abde 0%,#2989d8 99%,#66d9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13abde', endColorstr='#66d9ff',GradientType=1 );
}

#main .m_right .menu ul li ul {
	position: relative;
}

#main .m_right .menu ul li ul .menu_li {
	background: url(../img/menu_li.png) left top no-repeat;
	height: 12px;
}

#main .m_right .menu ul li ul li {
	line-height: 15px;
}

#main .m_right .menu ul li ul li a {
	color: #fff;
	font-size: 15px;	

	text-transform: none;
}*/




#main .m_right .banner {
	border: 8px solid #13abde;
	/*width: 683px;
	height: 155px;*/
	width: 880px;
	height: 200px;
	position: relative;
	margin: 20px 40px 0px 0px;
	/*float: right;*/
}

#main .m_right .banner .slider {
	width: 880px;
	height: 200px;
}

#main .m_right .banner .slider img {
	/*width: 683px;
	height: 155px;*/
	display: none;
}

#main .m_right .banner .slider img.active {
	display: block;
}

#main .m_right .banner .banner_right {
	background: url(../img/banner_right.png) no-repeat;
	width: 45px;
	height: 48px;
	position: absolute;
	bottom: -48px;
	right: -45px;
}

#main .m_right .banner .list_banner {
	position: absolute;
	width: 500px;
	height: 19px;
	bottom: -30px;
	left: -5px;

}

#main .m_right .banner .list_banner .no_active_left {
	background: url(../img/no_active_left.png) no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-right: 3px;
}

#main .m_right .banner .list_banner .active_left {
	background: url(../img/active_left.png) no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

#main .m_right .banner .list_banner .active_left:hover {
	background: url(../img/banner_left_hover.png) no-repeat;
}

#main .m_right .banner .list_banner .no_active_right {
	background: url(../img/no_active_right.png) no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-left: 3px;
}

#main .m_right .banner .list_banner .active_right {
	background: url(../img/active_right.png) no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}

#main .m_right .banner .list_banner .active_right:hover {
	background: url(../img/banner_right_hover.png) no-repeat;
}

#main .m_right .banner .list_banner .no_active_radio {
	background: url(../img/no_active_radio.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 1.5px 3px;
	float: left;
	cursor: pointer;
}

#main .m_right .banner .list_banner .active_radio {
	background: url(../img/active_radio.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 1.5px 3px;
	float: left;
}



#main .m_right .news {
	padding-bottom: 100px;
	/*margin-top: -400px;*/

}

#main .m_right .news .zag {
	font-size: 25px;
	color: #354348;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	width: 100px;
	float: left;
}

#main .m_right .news .ar_news {
	float: left;
	background: url(../img/ar_news.png) no-repeat;
	width: 134px;
	height: 25px;
	margin-left: 20px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
}

#main .m_right .news .ar_news a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 134px;
	height: 25px;
}

#main .m_right .news .ar_news:hover {
	background: url(../img/ar_news_hover.png) no-repeat;
}


#main .m_right .news .preview {
	margin-top: 20px;
	width: 210px;
	float: left;
	/*height: 212px;*/
	padding: 0px 10px;
	overflow: hidden;
}

#main .m_right .news .preview .date {
	font-size: 11px;
	color: #89999e;
}

#main .m_right .news .preview .title {
	color: #13abde;
	font-size: 17px;
	padding: 5px 0px;
}

#main .m_right .news .preview .title a {
	color: #13abde;
}

#main .m_right .news .preview .title a:hover {
	color:#f15b14;
	text-decoration: none;
}

#main .m_right .news .preview .text {
	color: #566368;
	font-size: 12px;
}

#main .m_right .news .full_news {
	width: 100%;
	/*height: 240px;
	overflow-y: auto;*/
	/*margin-top: 10px;*/
	margin-top: -350px;
}

.news_scroll {
	width: 100%;
	height: 19px;
}

.news_scroll .news_active_left {
	background: url(../img/news_active_left.png) no-repeat;
	width: 12px;
	height: 19px;
	float: left;
	cursor: pointer;
}

.news_scroll .news_active_left:hover {
	background: url(../img/news_hover_left.png) no-repeat;
}

.news_scroll .news_no_active_left {
	background: url(../img/news_no_active_left.png) no-repeat;
	width: 12px;
	height: 19px;
	float: left;
}

.news_scroll .scroll {
	background: url(../img/news_scroll_background.png) repeat-x;
	width: 93%;
	height: 6px;
	margin-top: 6.5px;
	float: left;
	position: relative;
}

.news_scroll .scroll .slider {
	background: url(../img/news_scroll.png) no-repeat;
	width: 72px;
	height: 13px;
	position: absolute;
	top: -3px;
	left: 100px;
	cursor: pointer;
}

.news_scroll .scroll .slider:hover {
	background: url(../img/news_scroll_hover.png) no-repeat;	
}

.news_scroll .news_active_right {
	background: url(../img/news_active_right.png) no-repeat;
	width: 12px;
	height: 19px;
	float: left;
	cursor: pointer;
}

.news_scroll .news_active_right:hover {
	background: url(../img/news_hover_right.png) no-repeat;
}

.news_scroll .news_no_active_right {
	background: url(../img/news_no_active_right.png) no-repeat;
	width: 12px;
	height: 19px;
	float: left;
}









            /*
			.wrapper {
				background-color: white;
				width: 580px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel {
				background-color: #ccc;
				margin: 0 0 30px 60px;
				width: 360px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				border: 5px solid #999;
				width: 50px;
				height: 50px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}

			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}*/

.content {
	color: #566368;
	font-size: 14px;
	text-align: justify;
	padding: 10px 10px 0px 0px;
	min-height: 650px;

}

.content h1 {
	color: #354348;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
    font-weight: bold;
    font-style: normal;
}

.content a {
	color: #13abde;
}

.content a:hover {
	color: #f15b14;
	text-decoration: none;
}


#online {
	margin-top: 20px;
	width: 100%;
}

#online a {
	color: #13abde;
	text-decoration: none;	
}

#online .zag {
	font-size: 15px;
	font-weight: bold;
	color: #13abde;
	text-align: center;
	border-bottom: 1px solid #999;
}

#online td {
	padding: 5px;
}

#online tr .right {
	width: 20%;

}

#online td input {
	width: 70%;
}

#online td input[type=submit] {
	width: 150px;
	padding: 5px;

}

.error {
	color: red;
	border: 1px solid red;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

footer {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	margin-top: -187px;
	position: relative;
	height: 187px;
}

footer .footer_left {
	background: url(../img/footer_left.png) no-repeat;
	width: 40px;
	height: 187px;
	float: left;
}

footer .footer {
	background: url(../img/footer.png) repeat-x;
	margin-left: 40px;
	height: 187px;
}

footer .footer table {
	width: 100%;
}

footer .footer table td {
	padding: 30px 5px 0px 5px;
	vertical-align: top;
	width: 25%;
}

footer .footer table td a {
	color: #13abde;
	font-size: 12px;
}

footer .footer table td a:hover {
	color:#f15b14;
	text-decoration: none;
}

footer .footer table td .active {
	color: #354348;
	text-decoration: none;
	cursor: default;
}

footer .footer table td .active:hover {
	color: #354348;
}

footer .footer table .address_tel {
	width: 30%;
	color: #89999e;
	font-size: 11px;
	line-height: 15px;
}

footer .footer table .address_tel .tel {
	font-size: 17px;
}

footer .footer table .address_tel .tel span {
	font-weight: bold;
}

footer .footer table .address_tel a {
	color: #13abde;
	font-size: 11px;
}

footer .footer table .address_tel a:hover {
	color:#f15b14;
	text-decoration: none;
}

#news_content{
    overflow:hidden;
}


.preview1 {
}

.preview1 .title {
	float: left;
	font-size: 14px;
}

.preview1 .date {
	float: right;
	font-size: 13px;
}

.preview1 .text {
	margin: 20px 0px;
	padding-top: 25px;
}



footer .counters {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.6;
	width: 88px;
	height: 31px;
}

footer .counters:hover {
	opacity: 1;
}







/* Стили сайта END */

/*----- JSPanel -------*/
.scroll-pane{width: 100%;overflow: auto;}
.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;padding:0 3px 0 0 !important;background:#fff;}

.jspVerticalBar{position: absolute;top: 0;right: 0;width: 16px;height: 100%;background: #fff;}
.jspVerticalBar *,
.jspHorizontalBar * {margin: 0;padding: 0;}

.jspCap{display: none;}
.jspHorizontalBar .jspCap
{float: left;}

.jspTrack{background: #fff;position: relative;}

.jspDrag{margin:0 3px;background: #98daf0;position: relative;top: 0;left: 0;cursor: pointer;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float: left;height: 100%;}

.jspArrow{background: url(../images/scroll-arrows.png) no-repeat;text-indent: -20000px;display: block;cursor: pointer;}
.jspArrowUp {background-position:left top;}
.jspArrowDown {background-position:right top;}

.jspArrow.jspDisabled{cursor: default;/*	background: #80808d;   */}

.jspVerticalBar .jspArrow{height: 17px;}

.jspHorizontalBar .jspArrow{width: 16px;float: left;height: 100%;}

.jspVerticalBar .jspArrow:focus
{outline: none;}

.jspCorner{background: #fff;float: left;height: 100%;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}


.reklama {
	text-align: center;
	position: relative; 		

	top: -380px;     
	width: 180px;
	height: 124px;
}

.reklama .card {
	padding-top: 5px;
}

.reklama .card2 {
	padding-top: 5px;
}


.table_pay {
	width: 600px;
	margin-top: 40px;
}

.table_pay input {
	width: 180px;
}

.table_pay td {
	vertical-align: middle;
	padding: 5px;
}

.table_pay .td_right {
	text-align: right;
	font-weight: bold;
}

.table_pay .td_right span {
	color: red;
}

.table_pay .td_input {
	text-align: left;
	padding-top: 20px;
}

.table_pay .td_input input {
	margin-left: 128px;
}





.table_pay2 {
	margin-top: 40px;
}

.table_pay2 input {
	width: 180px;
}

.table_pay2 td {
	vertical-align: middle;
	padding: 5px;
}

.table_pay2 .td_right {
	text-align: right;
	font-weight: bold;
}

.table_pay2 .td_right span {
	color: red;
}

.table_pay2 .td_input {
	text-align: left;
	padding-top: 20px;
}

.table_pay2 .td_input input {
	margin-left: 128px;
}

.table_pay2 .pay_vnim {
	color: red;
	padding: 10px 0px;
		text-align: center;
	font-weight: bold;
	font-size: 18px;

}

.table_pay2 .pay_ok {
	padding: 10px 0px;
	color: green;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.lk {
	font-size: 14px;
}

.lk p {
	padding-bottom: 5px;
}

.lk .l1 {
	width: 100%;
}

.lk .l1 td.l3 {
	width: 35%;
}

.lk .l1 .l2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 280px;
}

.lk .line {
	border-top: 1px solid #999;
	margin-top: 8px;
}

.lk .line2 {
	border-top: 1px solid #999;
	margin-top: 28px;
}

.lk .hd-ttl {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.vgroups {
	width: 100%;
}

.vgroups td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 8px;
	text-align: center;
}

.vgroups th {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ddd;
	padding: 5px;
}

.vgroups .first {
	border-left: 1px solid #999;
	font-weight: bold;
	background-color: #ddd;
}

.vgroups .balance a {
	color: green;
	font-weight: bold;
}

.vgroups .balance2 a {
	color: red;
	font-weight: bold;
}

.vgroups .status {
	color: red;
}

.vgroups .status a {
	color: red;
}

.vgroups .status2 {
	color: green;
}

.vgroups .status2 a {
	color: green;
}

.vgroups .shape_1 {
	color: blue;
	font-weight: bold;
}

.vgroups .shape_2 {
	color: #666;
	font-weight: bold;
}

.vgroups .shape_3 {
	color: green;
	font-weight: bold;
}

.lk select {
	margin-left: 20px;
	margin-right: 20px;
	width: 150px;
}

.lk .preview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lk .one-serv .nm {
	width: 80%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lk .one-serv {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}

.lk .nm h1 {
	margin-bottom: 10px;
}

.lk .descr-det {
	margin-top: 20px;
	padding: 20px;
	border: 1px dotted #666;
	width: 80%;
}

.lk .mel {
	border: 1px dotted #999;
	margin: 5px;
	padding: 5px;
}

.lk .mel p {
	font-size: 12px;
}

.b-incut_block {
	margin-bottom:0.8182em;
	font-size:1.0909em;
}

.b-button {
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	background:url(../img/bg/pa_buttons.png) 0 1000px no-repeat;
}
.b-button_in {
	display:block;
	position:relative;
	background:url(../img/bg/pa_buttons.png) 0 1000px no-repeat;
}
.b-button_content {
	display:block;
	background:none;
	padding:0;
	border:0;
	font-size:1em;
	line-height:1;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.b-btn_blue {
	background-position:0 0;
	padding-left:4px;
	margin-right:4px;
	line-height:26px;
}
.b-btn_blue .b-button_in {
	background-position:100% -26px;
	margin-right:-4px;
	padding-right:4px;
	line-height:1;
}
.b-btn_blue .b-button_content {
	height:22px;
	line-height:22px;
	vertical-align:middle;
	color:#366f92;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 9px 3px 9px;
	margin:0 -4px 0 -4px;
}
.b-btn_blue input.b-button_content {
	height:26px;
	font-size:12px;
	cursor:pointer;
}

/* b-btn_white > */
.b-btn_white {
	background-position:0 -52px;
	padding-left:4px;
	margin-right:4px;
	line-height:26px;
}
.b-btn_white .b-button_in {
	background-position:100% -78px;
	margin-right:-4px;
	padding-right:4px;
	line-height:1;
}
.b-btn_white .b-button_content {
	height:22px;
	line-height:22px;
	vertical-align:middle;
	color:#656565;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 9px 3px 9px;
	margin:0 -4px 0 -4px;
}
.b-btn_white input.b-button_content {
	height:26px;
	font-size:12px;
	cursor:pointer;
}
/* b-btn_white < */

.b-contract-text {
			overflow-y:scroll;
			width: 100%;
			height: 200px;
			position:relative;
			margin-bottom:10px;
			border:1px solid #9B9B9B;
			padding: 5px 8px;
			background:#fff ;
		}

.kav-active {
	font-size: 10px;
	padding-bottom: 10px;
}

.kav-waiting {
	font-size: 12px;
	padding: 10px;
	border: 2px #999 dotted;
	font-weight: bold;
}

.content .feedback {
	font-size: 14px;
	color: red;
	font-weight: bold;
}

span.unconfirmed {
	font-size: 12px;
	color: #f77;
	margin-left: 10px;
}

span.unconfirmed a {
	margin-left: 5px;
}

#set-email-id {
	margin-left: 5px;
	font-size: 12px;
}

#set-mobile-id {
	margin-left: 5px;
	font-size: 12px;
}

#mobile-resend-id {
	margin-left: 10px;
}

#sms-confirm-input-id {
	margin-left: 5px;
	width: 70px;
}

.preloader {
	background:url(../img/preloader.gif) no-repeat;
	width: 16px;
	height: 16px;
	/*display: inline-block;*/
	display: none;
}

#change-email-submit-id {
	font-size: 12px;
	margin-left: 5px;
}

#change-mobile-submit-id {
	font-size: 12px;
	margin-left: 5px;
}


.smotreshka_hero {position: fixed; bottom: 50px; right: 0; width: 300px; height: 321px; z-index: 99; text-align: right;}
.smotreshka_hero .smotreshka01 {background: url(../img/smotreshka01.gif); width: 321px; height: 250px; position: absolute; bottom: 0; right: 0;}

.smotreshka_hero .exit_hero {position: absolute; top: 100px; left: 3px; cursor: pointer; display: none; z-index: 11;}
.smotreshka_hero:hover .exit_hero {display: table;}

.zhukovskynet_message {
	padding-bottom: 30px;
    margin-top: -400px;
    color: #f00;
    font-size: 20px;
}

#main .m_right .menu table td.def-st-2 a {
	color: #f00;
}
