@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);

@font-face {
    font-family: 'NeoSansCyr';
    src: url('fonts/neosans.eot');
    src: url('fonts/neosans.eot?#iefix') format('embedded-opentype'),
         url('fonts/neosans.svg') format('svg'),
         url('fonts/neosans.ttf') format('truetype'),
		 url('fonts/neosans.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansCyr-Medium';
    src: url('fonts/NeoSansCyr-Medium.eot');
    src: url('fonts/NeoSansCyr-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoSansCyr-Medium.svg') format('svg'),
         url('fonts/NeoSansCyr-Medium.ttf') format('truetype'),
		 url('fonts/NeoSansCyr-Medium.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/pfdintextpro-regular-webfont.eot');
    src: url('../fonts/pfdintextpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextpro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/pfdintextpro-regular-webfont.svg#pf_dintext_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin:0;padding:0; }
html, body {
  background: url("../images/bg.jpg") no-repeat scroll center top #ffffff;
  color: #222222;
  font: 12px/16px Tahoma, Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td { padding:0; margin:0; }
ol, ul { padding-left:18px; list-style: none; margin: 0;padding: 0;}
table { border-collapse:collapse; border-spacing:0; }
img { border:0; }

.no_ol ol { list-style:none; padding:0; margin:0; }
.no_ol ol > li { list-style:none; padding:0; margin:0; }

h2 { font-weight:normal; font-size:26px; line-height:26px; }

a 	{
	color:#2f92d5; text-decoration:none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
	}
a:hover { text-decoration:underline; }


.header { background:url('../images/top_bg_line.png') repeat-x; height:28px; }
.mainbg {  }
.footer { width:900px; margin:0 auto; height:100px; color:#fff; }

.footer .bg {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
position: absolute;
width: 100%;
height: 75px;
top: -75px;
left: 0px;
z-index: 0;
}
.main_h_block { overflow:hidden; width:928px; margin:0 auto; padding-top:20px; height:80px; }

.cont_text {
	max-width: 1568px;
    margin-left: 80px;
    margin-right: 80px;
    box-sizing: border-box;
}
.cont_main { max-width:1408px; background:#fff; border-radius: 5px; }
.main  { max-width:1408px; margin:0 auto; }
.main_statusbar  { max-width:1408px; margin:0 auto; }

.cont_head, .cont_footer {display: none;}
.cont_head, .cont_footer, .cont_main { overflow:hidden; }

.stb1 { width:936px; height:28px; position:relative; background:url('../images/brbar_top.png') no-repeat;  }
.stb2 { height:18px; background:url('../images/line_skill.png') no-repeat; position:absolute; top:5px; left:4px; -moz-border-radius:80px; -webkit-border-radius:80px; border-radius:80px; }
.stb3 { width:429px; height:21px; position:absolute; top:3px; left:280px; }
.stb3 span { background:url('../images/sl_right.png') no-repeat right top; display:block; float:left; padding:0px 12px 0px 0px; margin:0px; height:21px; overflow:visible; }
.stb3 span span { background:url('../images/sl_left.png') no-repeat top left; color:#FFF; padding:0px 0px 0px 12px; font-weight:normal; font-size:11px; line-height:21px; display:block; text-decoration:none; height:21px; }

.ulerror { color:#FF0000; padding-top:10px; }

.hpanel { width:906px; height:144px; background:url('../images/bgpanel.jpg') no-repeat; color:#FFF; }

.bgdoppanel { width:700px; height:74px; background:url('../images/bgdoppanel.gif') }

.prormo_content { position:relative; }
.logo_p { background:url('../images/logo.png') no-repeat; width:376px; height:214px; position:absolute; top:6px; left:87px; z-index:10;  }
.logo_p a { display:block; width:344px; height:150px;}
.logo_t { width:376px; height:154px; position:absolute; z-index:10; }
.lt_1 { font-size:32px; color:#FFF; line-height:34px; text-shadow:#555 1px 1px; }
.lt_2 { font-size:30px; color:#FFF; line-height:30px; text-shadow:#555 1px 1px; }
.lt_3 { font-size:13px; color:#FFF; line-height:30px; text-shadow:#555 1px 1px; }

.kakjob { display:block; background:url('../images/kak.png') no-repeat; width:129px; height:26px; }
.abouti { display:block; background:url('../images/about.png') no-repeat; width:92px; height:26px; }
a.prodolg { display:block; background:url('../images/prodol.png') no-repeat; width:135px; height:36px; }
a.prodolg:hover { display:block; background:url('../images/prodol2.png') no-repeat; width:135px; height:36px; }

.hht_177 { font-size:18px; line-height:28px; }
.hht_177 a { font-size:18px; line-height:28px; }
.hht_177 a span { color:#444; border-bottom:1px dashed #444; }
.hht_177 a:hover span { border:0; }
.hht_177 a:hover { text-decoration:none; }
.bgdoppanel2 { width:906px; height:74px; background:url('../images/bgdoppanel.gif'); }
.t_h_r { font-size:14px; color:#777; text-transform:uppercase; }
.t_h_r2 { font-size:16px; color:#555; border-bottom:1px dashed #555; }
.t_h_r2_2 { font-size:16px; color:#333; border-bottom:1px dashed #555; }
.t_h_r2_3 { font-size:16px; color:#333; }
.t_h_r3 { font-size:11px; color:#555; line-height:12px; padding:6px 0px; }
.t_h_r4 { font-size:16px; color:#0c6400; }
.t_h_r5 { font-size:13px; color:#797979; line-height:12px; padding:6px 0px; text-transform:uppercase; }
.t_h_r6 { font-size:11px; color:#555; line-height:14px; }
.t_h_r7 { font-size:11px; color:#0c6400; line-height:13px; }
.t_h_r8 { font-size:11px; color:#333; line-height:12px; }
.t_h_r9 { font-size:16px; color:#2a98ce; }
.t_h_r10 { font-size:10px; color:#555; }
.t_h_r11 { font-size:14px; color:#222; padding:4px 6px 5px 3px; text-align:right; }
.t_h_r12 { font-size:10px; color:#0c6400; }
.t_h_r13 { font-size:10px; color:#555; }
.t_h_r14 { font-size:20px; color:#0c6400; line-height:22px; }
.t_h_r15 { font-size:15px; color:#333; line-height:18px; }
.t_h_r16 { font-size:10px; color:#333; line-height:12px; }
.t_h_r17 { font-size:11px; color:#333; line-height:12px; }
.t_h_r18 { font-size:12px; color:#0c6400; text-transform:uppercase; }
.t_h_r19 { font-size:20px; color:#9b9b9b; line-height:24px; }
.t_h_r20 { font-size:13px; color:#797979; line-height:14px; text-transform:uppercase; }
.t_h_r21 { font-size:11px; color:#333; line-height:13px; }
.t_h_r22 { font-size:20px; color:#10920d; line-height:24px; }
.t_h_r23 { font-size:11px; color:#777; line-height:13px; }
.refrntbx td { padding:0px 4px 0px 0px; }
.b24 td { padding:4px 0px 6px 0px; }
.b24 a { color:#333; font-size:11px; text-decoration:none; }
.b24 a span { color:#333; border-bottom:1px dashed #333; }
.b24 a:hover span { border:0; }
.b24 a:hover { text-decoration:none; }
.graph { width:210px; clear:both; margin-top:4px; }
.graph td { color:#333; text-align:left; padding:3px 2px 3px 3px;  }
.graph .bar { background:#27a7cb url('../images/brogresbar2.png') repeat-y; width:13px; zoom:1; font-size:1px; line-height:1px; margin-right:1px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.refnav { font-size:11px; color:#333; text-transform:uppercase; padding-bottom:16px; }
.refnav a { color:#333; text-decoration:none; }
.refnav a.active { font-weight:bold; }
.refnav a.active span { border:0; }
.refnav a span { border-bottom:1px dashed #333; }
.refnav a:hover span { border:0; }
.refrntab { width:260px; }
.bluq1 { background:#00a9ff; }
.bluq2 { background:#51c4ff; }
.bluq3 { background:#86d5fe; }
.bluq4 { background:#ade3ff; }
.bluq5 { background:#c2eaff; }
.part4 { font-size:11px; text-align:right; padding-top:20px; }
.part4 a { color:#333; text-decoration:none; }
.part4 a span { color:#333; border-bottom:1px dashed #333; }
.part4 a:hover  { text-decoration:none; }
.part4 a:hover span { border:0; }
.par5 a { color:#333; text-decoration:none; }
.par5 a span { color:#333; border-bottom:1px dashed #333; }
.par5 a:hover  { text-decoration:none; }
.par5 a:hover span { border:0; }
.par6 a { color:#777; text-decoration:none; }
.par6 a span { color:#777; border-bottom:1px dashed #777; }
.par6 a:hover  { text-decoration:none; }
.par6 a:hover span { border:0; }
.part7 { font-size:11px; text-align:right; padding-top:5px; padding-right:60px; }
.part7 a { color:#333; text-decoration:none; }
.part7 a span { color:#333; border-bottom:1px dashed #333; }
.part7 a:hover  { text-decoration:none; }
.part7 a:hover span { border:0; }
.t_h_r8 a { color:#333; text-decoration:underline; }
.t_h_r8 a:hover { color:#333; text-decoration:none; }
.graph2 { width:210px; clear:both; margin-top:4px; }
.graph2 td { color:#333; text-align:left; padding:1px 0px 0px 1px; }
.graph2 .bar2 { background:#00a9ff; width:5px; font-size:1px; line-height:1px; margin-right:1px; }
.graph2 .bar3 { background:#ff44c0; width:5px; font-size:1px; line-height:1px; margin-right:1px; }
.alert_grn { color:#0c6400; }
.alert_grn a { color:#0c6400; text-decoration:underline; }
.alert_grn a:hover { text-decoration:none; }
.a_red { color:#ff0000; }
.alert_red { color:#fb4700; }
.alert_red a { color:#fb4700; text-decoration:underline; }
.alert_red a:hover { text-decoration:none; }
.alert_inf { color:#488ccf; }
.alert_inf a { color:#488ccf; text-decoration:underline; }
.alert_inf a:hover { text-decoration:none; }
.line_footer { background:url('../images/line_footer.png') repeat-x; height:38px; width:932px; }
.hhtsd_8 { font-size:14px; line-height:16px; color:#333; }
.hhtsd_8 a { color:#333; }
.hhtsd_3 .lnews a { color:#2A98CE; }
.hhtsd_3 .lnews .hdate { color:#777; }
.fdg2 { line-height:13px; }
.fdg2 a { color:#fb4700; text-decoration:underline; }
.fdg2 a:hover { text-decoration:none; }
.st_site_item {
width: 390px;
overflow: hidden;
border: 1px solid #e3e3e3;
box-shadow: 1px 1px 3px 0 #e3e3e3;
margin-bottom: 10px;
}
.er_st_site_item {
width: 390px;
overflow: hidden;
border: 1px solid #FF9789;
margin-bottom: 10px;
box-shadow: 1px 1px 3px 0 #e3e3e3;
}
a.acgg { text-decoration:none; }
a.acgg:hover .t_h_r2_2  { border:0; }
a.acgg:hover .t_h_r2  { border:0; }

.site_itembig_n { padding-bottom:12px; }
.site_itembig_1 { width:910px; height:2px; overflow:hidden; background:url('../images/site_line_1.png') no-repeat; }
.site_itembig_2 { width:910px; overflow:hidden; background:url('../images/site_line_2.png') repeat-y; }
.site_itembig_3 { width:910px; height:7px; overflow:hidden; background:url('../images/site_line_3.png') no-repeat; }
.bigtext { font-size:14px; text-transform:uppercase; }
.site_art { width:100%; clear:both; }
.site_art td, .site_art th { color:#333; padding:5px; height:40px; text-align:left; vertical-align:top; font-weight:normal; }
.site_art th { padding-top:12px; }
.paddin1art { padding:4px 8px 2px 8px; }
.linksdr a { color:#333; text-decoration:underline; }
.linksdr a:hover { text-decoration:none; }
.site_hintsd td { vertical-align:middle; }
.mdate { font-size:10px; color:#888; }
.muser { font-size:11px; color:#222;}


.site_line_it0 { width:704px; height:3px; /*background:url('../images/site_line_it0.png') no-repeat;*/ }
.site_line_it1 { width:704px; /*background:url('../images/site_line_it1.png') repeat-y;*/ }
.site_line_it2 { width:704px; /*height:8px; background:url('../images/site_line_it2.png') no-repeat;*/ }

.site_line_it1 .site_t {
border: 1px solid #D0D0D0;
box-shadow: 0 1px 2px 0 #e3e3e3;
}

.fleft { float:left }
.hh1 { font-size:25px; padding:10px 0; }
.hh2 { font-size:20px; padding:0px 0 10px 0; }
.hh3 { font-size:20px; padding:10px 0 10px 0; line-height:22px; }
.hh4 { font-size:18px; padding:0px 0 0px 0; color:#4c596e; }
.hh5 { font-size:12px; padding:10px 0 0px 0; color:#4c596e; }
.blue { color:#116F93; font-size:12px; }
.blue2 { color:#116F93; }
.green { color:#11b50d; }
.gold { color:#e5ca14; }
.cont_cont {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cont_cont2 { width:auto; margin:0 auto; }
a.btn_add_site { display:block; width:145px; height:23px; padding-left:25px; line-height:20px; background:url('../images/btn_add_site.png') no-repeat; color:#FFF; text-decoration:none; text-shadow:#333 1px 1px; }
a:hover.btn_add_site  { text-decoration:underline; }

.tabstats { width:98%; clear:both; margin-top:4px; }
.tabstats td { color:#333; text-align:left; padding:2px; }
.statbar { background:url('../images/brogresbar.png') repeat-x; width:100%; height:13px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.bordb td { border-bottom:1px solid #CCC; padding:6px; }

.promo_tabl { width:100%; }
.promo_tabl td { padding:2px 6px 4px 6px; }

.promo_tabl2 { width:100%; }
.promo_tabl2 td { padding:4px 4px 4px 4px; }

.bg_bar { width:296px; padding:0 2px; height:10px; background:url('../images/bg_bar.gif') no-repeat; position:relative; }
.line_bar { height:6px; background:url('../images/line_bar.gif') repeat-x; position:absolute; top:2px; left:2px; }

a.button_auto { display:block; background:url('../images/btn_auto.png'); width:63px; height:63px; cursor:pointer; }
a.button_auto.activ { background-position:-70px 0px; }
a:active.button_auto { background-position:-141px 0px; }

a.btn_download { display:block; background:url('../images/download.png') no-repeat; color:#fff; font-size:21px; text-decoration:none; line-height:38px; padding-left:30px; width:258px; text-shadow:#333 1px 1px; height:42px; cursor:pointer; }
a.btn_download:hover { background-position:0px -42px; text-decoration:none; }

a.btn_download2 { display:block; background:url('../images/btn_dk.png') no-repeat; color:#fff; font-size:14px; text-decoration:none; line-height:45px; width:184px; text-shadow:#333 1px 1px; height:45px;  padding-left:12px; cursor:pointer; }
a.btn_download2:hover { background-position:0px -45px; text-decoration:none; }

a.btn_baykr { display:block; background:url('../images/btn_dk.png') 0px -90px no-repeat; color:#fff; font-size:14px; text-decoration:none; line-height:45px; width:184px; text-shadow:#333 1px 1px; height:45px;  padding-left:12px; cursor:pointer; }
a.btn_baykr:hover { background-position:0px -135px; text-decoration:none; }

.mainmenu { overflow:hidden; height:40px; }
.mainmenu ul li { float:left; margin-right:26px; height:40px; line-height:25px; display:block;}
.mainmenu ul li a{ font-size:25px; padding:4px 8px; line-height:25px; height:27px; display:block; float:left; font-weight:bold; text-decoration:none; color:#FFF; }
.mainmenu ul li a.blackk{ background:#000; }
.mainmenu ul li a.fiolett{ background:#8191e1; }
.mainmenu ul li a:hover{ border-bottom:#FFF 2px dotted; text-decoration:none; }

.understand { background-image:url('../images/neponimayu.png'); width:118px; height:36px; margin-left:100px; }

.regat { background-image:url('../images/regat.png'); width:180px; height:37px; color:#fff; font-size:15px; padding:6px 0 0 8px; white-space: nowrap; }

.inpg { background-image:url('../images/inpg.png'); width:188px; height:31px;}
.inpg4 { background-image:url('../images/inpg2.png'); width:110px; height:31px;}
.inpg41 { background-image:url('../images/inpg3.png'); width:380px; height:31px;}
.inpg42 { background-image:url('../images/inpg4.png'); width:66px; height:31px;}
.inpg2 { padding:8px 0 0 15px; }
.inpg3 { width:161px; border:0px; font-size:14px; outline:none; color:#444; }
.inpg31 { width:358px; border:0px; font-size:14px; outline:none; color:#444; }
.inpg5 { width:90px; border:0px; font-size:14px; outline:none; }
.inpg51 { width:46px; border:0px; font-size:14px; outline:none; }

.formad { width:100%; clear:both; margin-top:10px; }
.formad td { text-align:left; font-weight:normal; padding:9px 5px; vertical-align:top; }

.table_sites {
  clear: both;
  margin-top: 10px;
  width: 100%;
}
.table_sites td, .table_sites th { color:#666; text-align:left; font-size:95%; font-weight:normal; padding:5px; }
.lf, .lf td, .lf th { text-align:left!important; }
.cr, .cr td, .cr th { text-align:center!important; }
.rt, .rt td, .rt th { text-align:right!important; }
.pm_rlist .date { font-size:11px; color:#666; }


.pm_list {
width: 100%;
clear: both;
margin-top: 10px;
float: left;
margin-bottom: 20px;
word-wrap: break-word;
}
.pm_list td { color:#666; font-weight:normal; padding:5px; }
.pm_list th { color:#666; text-align:left; font-size:95%; font-weight:normal; padding:5px; }

.pm_rlist  { width:100%; clear:both; margin-top:10px; }
.pm_rlist td {
color: #333;
font-weight: normal;
padding: 5px;
max-width: 700px;
word-wrap: break-word;
}
.pm_rlist th { color:#333; text-align:left; font-size:95%; font-weight:normal; padding:5px; }

.site_t {
    clear: both;
    width: 100%;
}
.site_t td {
	box-sizing: border-box;
}
.site_t td:first-child {
	padding-left: 15px;
}
.table_sites td, .table_sites th {
	box-sizing: border-box;
}
.table_sites td:first-child, .table_sites th:first-child {
	padding-left: 15px;
}
.site_t td, .site_t th { color:#333; padding:5px; height:40px; text-align:left; font-weight:normal; }
.site_t th { padding-top:12px; }
.col2 { color:#666; font-size:95%; }
.paddin12 { padding:20px; }
.paddin6 { padding:0 2px; }
.paddins14 { padding:14px; }
.paddin4 { padding-left:2px; }
.pad10 { padding:0 10px; }
.site_item { width:704px; height:55px; overflow:hidden; background:url('../images/site_line_small.png') no-repeat; }
.site_itembig {
	width:100%;
	overflow:hidden;
    border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.75);
	box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.75);
	margin-bottom: 20px;
}
.site_itembig .paddin12 {
	padding: 0px;
}
.left_menu { float:left; width:678px; color:#FFF; font-size:14px; text-align:right; overflow:hidden; }

.otc_padd tr td { padding:6px 4px; }

.right_info { float:right; width:246px; overflow:hidden; color:#FFF; font-size:14px; text-align:right; }
.right_info a{ color:#FFF; text-decoration:none; }
.right_info a:hover { cursor:pointer; border-bottom:1px dotted #FFF; }

.main_menu { height:38px; }
.main_menu ul { padding:0px; margin:0px; list-style:none; }
.main_menu ul li { float:left; margin-right:30px; }

.main_menu ul li a { font-size:24px; font-weight:bold; line-height:25px; text-decoration:none; color:#FFF; }
.main_menu ul li a, x:-moz-any-link { font-size:23px; }
.main_menu ul li a:hover { color:#919191;
	/*border-bottom:#919191 2px dotted; */
	}

.dop_main_menu { height:20px; }
.dop_main_menu ul { padding:0px; margin:0px; list-style:none; }
.dop_main_menu ul li { float:left; margin-right:30px; }
.dop_main_menu ul li a { font-size:16px; text-decoration:none; color:#FFF; }
.dop_main_menu ul li a:hover { border-bottom:#919191 1px dotted; color:#919191; }

.item_box {position: relative;clear: both;height: 32px;z-index: 1;}
.item_link { position:relative; overflow:hidden; white-space:nowrap; width:auto; top:0px; float: left; max-width: 346px; }
.item_box_clr {width:40px; height:32px; position:absolute; right:0px; top:0px; z-index:100; background:url('../images/blr.png') right top repeat-y; }

.item_box .item_link .col2 {
float: left;
width: 100%;
}

.opl_1 { width:950px; height:168px; background:url('../images/op_line.png') 0 100% repeat-x; padding:5px; margin:0px auto 0px auto; color:#FFF; font-weight:bold; text-transform: uppercase; }
.hht_1 { font-size:27px; line-height:27px; white-space:nowrap; text-shadow:#333 1px -1px 2px; }
.hht_2 { font-size:89px; line-height:98px; white-space:nowrap; text-shadow:#333 1px -1px 2px; }
.hht_3 { font-size:20px; line-height:20px; white-space:nowrap; text-shadow:#333 1px -1px 2px; }
.hht_4 { font-size:22px; line-height:28px; }
.hht_5 { font-size:14px; line-height:28px; }
.hht_6 { font-size:14px; line-height:16px; }
.hht_7 { font-size:15px; line-height:15px; color:#FFF; font-weight:bold; padding:4px 8px 6px 8px; background:#06142b; float:left; }
.hht_7_text { color:#fff; }
.hht_7_text ul li { list-style-type:disc; margin-left:16px; }

.hht_7_text2 li { list-style-type:disc; margin-left:16px; }
.hht_8 { font-size:14px; line-height:16px; color:#FFF; }
.hht_9 { font-size:12px; line-height:14px; color:#FFF; padding:4px 8px 6px 8px; margin-bottom:8px; background:#000; float:left; }
.hht_10 { font-size:12px; line-height:14px; color:#FFF; padding-left:8px; }
.hht_22 { font-size:12px; line-height:14px; color:#FFF; padding:4px 8px 6px 8px; margin-bottom:8px; background:#000; float:right; }
.hht_22 a { color:#FFF; text-decoration: none; }
.hht_22 a:hover, .hht_10 a:hover {
	text-decoration: underline;
}
.hht_9 a { color:#FFF; }
.hht_10 a { text-decoration: none; color:#FFF; text-shadow: 1px 1px 5px rgba(5, 0, 0, 1); }
.hht_11 { font-size:15px; line-height:18px; margin-bottom:10px; }
.hht_12 { font-size:12px; line-height:16px; }
.hht_13 { font-size:18px; line-height:28px; }
.hht_14 { font-size:11px; line-height:15px; color:#044557; }
.hht_17 { font-size:11px; line-height:15px; color:#696969; }
.hht_15 { font-size:11px; line-height:16px; }
.hht_16 { font-size:18px; line-height:28px; color:#FFF; }
.hht_18 { font-size:16px; line-height:26px; }
.opt_i4 { width:196px; height:34px; background:url('../images/op_i4.png') no-repeat; }





.hdate { font-size:11px; line-height:12px; color: rgb(127, 166, 248); }
.lnews { padding:12px 0 0 0; }
.lnews a { font-size:12px; color:#fff; }

.opl_2 { width:288px; height:170px; background:url('../images/op_i2.png') no-repeat; padding:30px 16px 10px 24px; }
.opl_3 { width:625px; height:250px; background:url('../images/op_i1.png') no-repeat; }
.opl_4 { width:480px; height:214px; background:url('../images/op_i3.png') no-repeat; }

.infotext .hht_8 { font-size:14px; line-height:16px; color:#333; }
.infotext .hdate  { font-size:11px; line-height:12px; color:#666; }
.infotext .lnews a { font-size:12px; color:#116F93; }

.count_users { margin:0px; padding:0px; border:0; overflow:visible; height:41px; white-space:nowrap; position:relative; float:left; }
.count_users span { background:url('../images/blue_b.png') no-repeat right top; display:block; float:left; padding:0px 10px 0px 0px; margin:0px; height:41px; overflow:visible; }
.count_users span span { background:url('../images/blue_a.png') no-repeat top left; color:#FFF; font-weight:bold; padding:0px 2px 0px 10px; font-size:31px; line-height:40px; display:block; text-decoration:none; height:41px; }

.count_users2 { margin:0px; padding:0px; border:0; overflow:visible; height:41px; white-space:nowrap; position:relative; float:left; }
.count_users2 span { display:block; color:#075971; padding:0px 10px 0px 10px; margin:0px; height:41px; overflow:visible; font-weight:bold; font-size:31px; line-height:40px; }

.count_users_today { margin:0px; padding:0px; border:0; overflow:visible; height:29px; white-space:nowrap; position:absolute; top:-10px; right:-20px; z-index:20; }
.count_users_today span { background:url('../images/red_b.png') no-repeat right top; display:block; float:left; padding:0px 10px 0px 0px; margin:0px; height:29px; overflow:visible; }
.count_users_today span span { background:url('../images/red_a.png') no-repeat top left; color:#FFF; font-weight:bold; padding:0px 0px 0px 10px; font-size:14px; line-height:20px; display:block; text-decoration:none; height:28px; }


.main_promo { width:704px; height:562px; margin:0 auto; background:url('../images/bg_rf.png') no-repeat; position:relative; }
.spreg { position:absolute; top:-16px; left:20px; z-index:20; width:194px; height:56px; line-height:26px; background:url('../images/ar_reg.png') no-repeat; color:#FFF; font-size:14px; text-align:center; font-weight:bold; }
.main_promo2 { width:680px; height:146px; margin:0 auto; background:url('../images/bg_rf2.png?f=3') no-repeat; position:relative; }

.main_promo_h1 { width:704px; height:342px; margin:0 auto; background:url('../images/promo_h1.png') no-repeat; position:relative; }
.main_promo_h2 { width:704px; height:342px; margin:0 auto; background:url('../images/promo_h2.png') no-repeat; position:relative; }

#massage_histori table td {
border-bottom: 1px solid #DDD;
vertical-align: top;
word-wrap: break-word;
max-width: 610px;
}
#massage_histori table td a { color:#666; font-weight: bold; }

.navigaciya {
    display: inline-block;
    width: 100%;
    font-family: pf_dintext_proregular;
}

.navigaciya a, .navigaciya b {
    color: #666;
    margin-right: 3px;
    display: block;
    cursor: pointer;
    display: inline-block;
	position: relative;
    padding-right: 10px;
    text-decoration: none;
    background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    padding: 10px;
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 20px;
	line-height: 18px;
}
.navigaciya a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	top: 1px;
	/*margin-bottom: -1px;*/
}
.navigaciya a span, .navigaciya b span {
    text-align: center;
    line-height: 18px;
    padding: 0px 5px;
    font-size: 18px;
}
.navigaciya b {
	background: none;
	cursor: default;
}
/*.navigaciya a:hover { background-position:100% -27px; color:#666; outline:none; }
.navigaciya a:hover span { background-position:0 -27px; padding:5px 0 5px 10px; }
.navigaciya a:active { background-position:100% -54px; color:#666; outline:none; }
.navigaciya a:active span { background-position:0 -54px; padding:6px 0 4px 10px; }
.navigaciya b { background:url('../images/btn_right.png') no-repeat top right; color:#222; margin-right:3px; display:block; float:left; height:27px; padding-right:10px; text-decoration:none; }
.navigaciya b span { background:url('../images/btn_left.png') no-repeat; display:block; text-align:center; line-height:17px; padding:5px 0 5px 10px; }*/

.button { background:url('../images/btn_act.gif') no-repeat;border:none;height:27px;padding:0 0 0 12px;overflow:visible;white-space:nowrap;cursor:pointer;display:inline-block;}
* html .button {display:inline;}
*+html .button {display:inline;}
.button span {height:27px;float:left;background:url('../images/btn_act.gif') 100% 0 no-repeat;padding:0 12px 0 0;}
.button input {border:none !important;	background:none;font:11px/1 Tahoma, Verdana, Geneva, sans-serif; color:#333; height:27px;padding:0 0 1px;overflow:visible;cursor:pointer;}
.button a { font: bold 11px/25px Tahoma, Verdana, Geneva, sans-serif; text-decoration:none; color:#222; }

.button:hover { background-position:0 -27px; }
.button:hover span { background-position:100% -27px; }
.button:active { background-position:0 -54px; }
.button:active span { background-position:100% -54px; }

.button_r { background:url('../images/btn_reg.png') no-repeat;border:none;height:28px;padding:0 0 0 12px; overflow:visible;white-space:nowrap;cursor:pointer;display:inline-block;}
.button_r, x:-moz-any-link { padding:0 0 0 9px; }
* html .button_r {display:inline;}
*+html .button_r {display:inline;}
.button_r span {height:28px;float:left;background:url('../images/btn_reg.png') 100% 0 no-repeat;padding:0 12px 0 0; }
.button_r span, x:-moz-any-link { padding:0 9px 0 0; }
.button_r input {border:none !important; background:none;font:14px/1 Tahoma, Verdana, Geneva, sans-serif; color:#FFF; height:28px; padding:0 0 1px 0; overflow:visible; cursor:pointer;}
.button_r input, x:-moz-any-link { padding:0 0 4px 0; }

.type_site_1 { width:24px; height:24px; background:url('../images/t_site.png') no-repeat; }
.type_site_2 { width:24px; height:24px; background:url('../images/t_site.png') -75px 0 no-repeat; }
.type_site_3 { width:24px; height:24px; background:url('../images/t_site.png') -50px 0 no-repeat; }
.type_site_4 { width:24px; height:24px; background:url('../images/t_site.png') -25px 0 no-repeat; }

.input_text { border:1px solid #CCC; padding:2px; }

.hist { position:fixed; _position:absolute; top:240px; left:0; right:0; margin:0 auto; _left:38%; overflow:hidden; width:355px; height:352px; padding:58px 65px 0 65px; color:#ebebeb; font:12px Arial, Helvetica, sans-serif; background:url('../images/login-box-backg.png') no-repeat left top; }
.hist2 { height:282px; }
.hist3 { position:relative; zoom:1; }

span.norefer { cursor:pointer; color:#2F92D5; }
span.norefer:hover { text-decoration:underline; }

.tooltip {
	display:none;
	background:transparent url('../images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:20px 25px 25px 25px;
	color:#fff;
	z-index: 100;
}

#login-box {
  background: url("../images/login-box-backg.png") no-repeat scroll 0 0 transparent;
  color: #EBEBEB;
  display: none;
  font: 12px Arial,Helvetica,sans-serif;
  height: 352px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 58px 76px 0;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -205px;
  width: 333px;
  z-index: 1001;
}
*+html #login-box {left:38%;}
#login-box img {border:none;}
#login-box h2 {padding:0;margin:0;color:#ebebeb;font: bold 44px "Calibri", Arial;}
#login-box-name {float:left;	display:inline;width:100px;text-align:right;padding:14px 10px 0 0;margin:0 0 7px 0;}
#login-box-field {float:left;display:inline;	width:214px;margin:0;margin:0 0 7px 0;}
.form-login  {width:200px;padding:10px 4px 6px 3px;border:1px solid #0d2c52;background-color:#1e4f8a;font-size:16px;color:#ebebeb;}
.login-box-options  {clear:both;padding-right:20px;text-align:right;padding-top:8px;font-size:11px; white-space:nowrap;}
.login-box-options a {color:#ebebeb;font-size:11px;}

.highslide-html-content {display:none;}
#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #434343;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}
#share42 {
position: fixed;
z-index: 1000;
margin-left: 50px;
}

.padfgh { margin:30px auto 0 auto; }
.title_alert { font-size:28px; color:#fff; text-align:center; text-transform:uppercase; font-weight:bold; text-shadow: 0px 0px 8px #333; height:50px; }
.title_alert2 { font-size:21px; color:#fff; text-align:center; text-transform:uppercase; font-weight:bold; text-shadow: 0px 0px 8px #333; height:60px; }
.title_alert3 { font-size:24px; color:#fff; text-align:center; text-transform:uppercase; font-weight:bold; text-shadow: 0px 0px 8px #333; height:50px; }
.title_alert4 { font-size:23px; color:#fff; text-align:center; text-transform:uppercase; font-weight:bold; text-shadow: 0px 0px 8px #333; height:40px; }

.close_win { position:absolute; top:-48px; right:-54px; width:40px; z-index:1100; height:40px; background:url('../images/close.png') no-repeat; }
a.hist_link { color:#FFF; text-decoration:underline; }
a.hist_link:hover { text-decoration:none; }
a.hist_link2 { font-size:22px; }
a.hist_link3 { font-size:14px; }
.tip {
	width: 410px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 1500;
	background: transparent url(../images/tipTop.png) no-repeat top;}
.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 0 25px 0px 25px;}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 20px;}

a.btn_hist { display:block; width:203px; height:36px; background:url('../images/btn_hist.png') no-repeat; float:right; }
a.btn_hist:hover { background-position:0px -37px; }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(../images/controls.png) no-repeat 0px -11px;}
#cboxTopCenter{height:25px; background:url(../images/border.png) repeat-x top left;}
#cboxTopRight{width:25px; height:25px; background:url(../images/controls.png) no-repeat -24px -11px;}
#cboxBottomLeft{width:25px; height:25px; background:url(../images/controls.png) no-repeat 0 -36px;}
#cboxBottomCenter{height:25px; background:url(../images/border.png) repeat-x bottom left;}
#cboxBottomRight{width:25px; height:25px; background:url(../images/controls.png) no-repeat -24px -36px;}
#cboxMiddleLeft{width:25px; background:url(../images/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:25px; background:url(../images/controls.png) repeat-y -199px 0;}
#cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; top:15px; left:0; text-align:left; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; top:-28px; background:url(../images/disc-close.png) no-repeat 0px 0px; width:35px; height:35px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:-28px; }
        #cboxClose:hover{}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

.sick-input { position:relative; }
/*.sick-input label { color:#303030; left:1px; position:absolute; z-index:0; }*/
.sick-input label { color:#C2C2C2; left:1px; position:absolute; z-index:0; }
.sick-input.active label { color:#C2C2C2; }
.sick-input input { background:none repeat scroll 0 0 transparent; padding-right:5px; position:relative; z-index:1; }
.radial_menu {
    list-style: none outside none;
    margin-top: 160px;
    text-align: center;
}
.radial_menu > li {
  background-color: #000000;
  border-radius: 140px 140px 140px 140px;
  display: inline-block;
  height: 140px;
  line-height: 140px;
  margin-right: 43px;
  text-align: center;
  vertical-align: top;
  width: 140px;
}

.radial_menu > li:last-child {
margin-right: 0px;
}

.radial_menu > li > ul {
	@display: block !important;
	@margin-top: 30px !important;
}

@media screen and (min-width:0\0) {
	.radial_menu > li > ul {
	display: block !important;
	margin-top: 30px !important;
	}
}
.radial_menu > li > ul {
display: -moz-inline-stack;
display: inline-block;
line-height: normal;
list-style: none outside none;
margin: 0;
padding: 0;
vertical-align: middle;
margin-right: -5px;
/*zoom: 1;
@display: inline;
@height: auto;
@margin-top: 40px;*/
}



.radial_menu li a {
  color: #FFFFFF;
  float: left;
  font-size: 11px;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.radial_menu li a:hover {
text-decoration: underline;
}
.radial_menu .helper {
display: inline-block;
}
.footer-menu {
list-style: none outside none;
margin-top: 65px;
padding: 0px;
padding-left: 10px;
text-align: center;
}
.footer-menu ul {
list-style: none outside none;
padding: 0px;
margin: 0px;
}

.footer-menu > li {
display: inline-block;
margin-left: 0px;
vertical-align: top;
width: 150px;
margin-right: 32px;
}

.footer-menu > li:last-child {
margin-right: 0px;
}

.footer-menu li .column {
  margin-top: 10px;
}

.footer-menu li .column > li {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.footer-menu li .column > li > ul {

}

.footer-menu li .column > li > ul > li {
  clear: both;
  float: left;
  margin-right: 10px;
}

.footer-menu li .column > li > ul > li a {
  color: #FFFFFF;
  float: left;
  font-size: 12px/16px Tahoma, Verdana, Geneva, sans-serif;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.footer-menu li .column > li > ul > li a:hover {
text-decoration: underline;
}
.footer .payments {
  background-image: url("../images/ps/all.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 80px;
  height: 40px;
  left: 0;
  list-style: none outside none;
  position: absolute;
  width: 100%;
}
.footer .payments li {
  display: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 12%;
}
.footer .payments li img {
  vertical-align: middle;
}
.footer .copyright {
  bottom: 30px;
  float: left;
  margin-top: 50px;
  position: absolute;
  text-align: right;
  width: 905px;
}
.footer .modules {
  margin-top: 80px;
}
.footer_module {
  background-image: url("../images/transparent.png");
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  float: left;
  height: 190px;
  margin-left: 2%;
  margin-right: 3.5%;
  overflow: hidden;
  text-transform: uppercase;
  width: 29%;
  position: relative;
}
.footer_module:last-child {
margin-right: 0px;
}
.footer_module .transparent-cap {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background-color: rgb(0, 0, 0);
height: 65px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}

.footer_module .headstrip{
background-color:#000000;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
padding-left:14px;
padding-right:14px;
height: 32px;
}
.footer_module .headstrip a {
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  margin-top: 20px;
  text-decoration: none;
}
.footer_module .headstrip a:hover {
text-decoration: underline;
}
.main_statusbar td {
text-align: center;
}
.main_statusbar td:first-child {
text-align: left;
}
.main_statusbar td:last-child {
text-align: right;
}
.footer_module .headstrip h2 {
  float: right;
  font-size: 20px;
  font-weight: normal;
  margin-top: 11px;
}
.footer_module .content {
  float: right;
  font-size: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
.footer_module .content .item {
  float: left;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: right;
  width: 100%;
}
.footer_module .content .item .message {
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 235px;
}
.footer_module .content .item .message:hover {
text-decoration: underline;
}
.footer_module .content .item .add {
  margin-top: 0;
}
.footer_module .content .item .add span{
  color:#747474;
}
.footer .cont_main {
	background: none;
	margin: 0 auto;
}
.footer ul {
padding: 0px;
}
.footer_module .content .lnews {
  float: left;
  margin-bottom: 12px;
  margin-top: 15px;
  padding: 0;
  position: relative;
  text-align: right;
  width: 100%;
}
.footer_module .content .hdate {
  bottom: -12px;
  color: #747474;
  font-size: 10px;
  position: absolute;
  right: 0;
}
.footer_module .content a {
  font-size: 10px;
  text-align: right;
  width: 100%;
}

	.to-top {
		z-index: 100;
		width: 100px;
		height: 27px;
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.to-top .image {
		width: 27px;
		height: 27px;
		cursor: pointer;
		position: fixed;
		left: 10px;
		top: 10px;
		background: #f60 url(../images/goUp.png) no-repeat;
		background-color: rgb(40, 194, 232);
	}

.to-top .text {
color: #fff;
font-family: Tahoma, Verdana, Geneva, sans-serif;
font-size: 12px;
text-shadow: #000 1px 1px 1px;
filter: Shadow(Color=black, Direction=130, Strength=1);
position: absolute;
line-height: 25px;
text-align: center;
left: 37px;
top: 10px;
background: #f60;
width: 63px;
height: 27px;
background-color: rgb(40, 194, 232);
cursor: pointer;
opacity: 0;
}

.to-top:hover .text {
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.limitcr {
margin-left: 5px;
}

.limitcr .title {

}
.limitcr .count {

}
#massage_histori {
width: 910px;
}

.top-submenu {
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
	.top-submenu td {

	}
.top-submenu .link {
    display: inline-block;
    padding: 9px 16px;
    margin-right: 35px;
    margin-bottom: 10px;
}
.top-submenu .link.select {
    background-color: #ebebeb;
    background-image: url(../images/menu_arrow_d.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
	.top-submenu .link.select a {
		border: medium none;
		color: #444444;
		cursor: default;
	}
	.top-submenu .link.select a:hover {
		border: medium none;
	}
	.top-submenu .link a {
	  border-bottom: 1px dotted #0093D8;
	  color: #0093D8;
	  font-size: 25px;
	  text-decoration: none;
	  line-height: 25px;
	}
	.top-submenu .link a:hover {
		text-decoration: none;
		border-bottom: 1px solid #0093D8;
	}

.hist_l {
  position:fixed; _position:absolute; top:240px; left:0; right:0; margin:0 auto; _left:38%; overflow:hidden; width:355px; height:352px; padding:58px 65px 0 65px; color:#ebebeb; font:12px Arial, Helvetica, sans-serif; background:url('../images/login-box-backg.png') no-repeat left top;
  background: url("../images/popup/bg.png") no-repeat scroll left top transparent;
  height: 340px;
  left: 50%;
  margin-left: -381px;
  margin-top: -170px;
  padding: 0;
  top: 50%;
  width: 773px;
  overflow: visible;
}
.hist_l.two {
  background-image: url("../images/popup/bg2.png");
  height: 360px;
  margin-left: -226px;
  margin-top: -180px;
  overflow: visible;
  width: 452px;
}

.hist_l.two .close_win {
  right: -6px;
  top: -10px;
}

.hist_l.two .right-side {
  width: 270px;
}
.hist_l.two .place_1 img {
  float: left;
  margin-top: 30px;
}
.hist_l.two .right-side p {
  color: #000000;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 64px;
  width: 100%;
}
.hist_l.two .right-side p.password {
  color: #E1BD00;
  font-size: 25px;
  font-weight: bold;
  margin-top: 17px;
  width: 100%;
}

.hist_l.two .place_3 {
  margin-left: 50px;
  width: 350px;
}

.hist_l.two .place_3 p {
  font-size: 11px;
}

.hist_l .left-side {
  float: left;
  margin-left: 46px;
  margin-top: 28px;
  width: 395px;
}

.hist_l .title_alert {
  color: #3C3C3C;
  font-size: 30px;
  font-weight: normal;
  height: 50px;
  text-align: left;
  text-transform: uppercase;
	  text-shadow: 1px 1px 7px #9E9E9E;
      filter: dropshadow(color=#9E9E9E, offx=1, offy=1);
}

.hist_l .title_alert2 {
  color: #3C3C3C;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 29px;
  font-weight: normal;
  height: 48px;
  margin-left: 3px;
  margin-top: -1px;
  text-align: left;
  text-transform: uppercase;
	  text-shadow: 1px 1px 7px #9E9E9E;
      filter: dropshadow(color=#9E9E9E, offx=1, offy=1);
}

.hist_l .name {
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  margin-right: 6px;
  margin-top: 19px;
  padding: 2px 5px;
background: #00b69a;
background: -moz-linear-gradient(-45deg,  #00b69a 0%, #009fa7 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00b69a), color-stop(100%,#009fa7));
background: -webkit-linear-gradient(-45deg,  #00b69a 0%,#009fa7 100%);
background: -o-linear-gradient(-45deg,  #00b69a 0%,#009fa7 100%);
background: -ms-linear-gradient(-45deg,  #00b69a 0%,#009fa7 100%);
background: linear-gradient(135deg,  #00b69a 0%,#009fa7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b69a', endColorstr='#009fa7',GradientType=1 );

}
.hist_l .attention {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  margin-right: 6px;
  margin-top: 19px;
  padding: 2px 5px;
  text-transform: uppercase;
  color: #000000;
background: #f1ff7f;
background: -moz-linear-gradient(-45deg,  #f1ff7f 0%, #d2ff00 99%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f1ff7f), color-stop(99%,#d2ff00));
background: -webkit-linear-gradient(-45deg,  #f1ff7f 0%,#d2ff00 99%);
background: -o-linear-gradient(-45deg,  #f1ff7f 0%,#d2ff00 99%);
background: -ms-linear-gradient(-45deg,  #f1ff7f 0%,#d2ff00 99%);
background: linear-gradient(135deg,  #f1ff7f 0%,#d2ff00 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ff7f', endColorstr='#d2ff00',GradientType=1 );

}
.hist_l .buycr {
  background: url("../images/popup/buycr.png") no-repeat scroll center center transparent;
  float: left;
  height: 42px;
  margin-top: 14px;
  width: 274px;
}
.hist_l .buycr:hover {
opacity: 0.7;
}
.hist_l p {
  color: #202020;
  float: left;
  font-size: 12px;
  margin-top: 21px;
}
.hist_l .place_1 {
float: left;
width: 100%;
}
.hist_l .place_2 {
float: left;
width: 100%;
}
.hist_l .place_3 {
float: left;
width: 100%;
}
.hist_l .place_3 p {
  color: #202020;
  font-size: 11px;
  margin-left: 4px;
  margin-top: 29px;
}
.hist_l .right-side {
  float: left;
  width: 315px;
}
.hist_l .right-side .monitor {
  background: url("../images/popup/monitor.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 163px;
  margin-left: 35px;
  margin-top: 88px;
  position: relative;
  width: 270px;
}
.hist_l .right-side .monitor .siteplace {
  height: 128px;
  left: 39px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  width: 192px;
}
.hist_l .right-side .monitor .siteplace img {
width: auto;
height: auto;
}
.hist_l .right-side p {
  color: #202020;
  float: left;
  font-size: 11px;
  margin-left: 54px;
  margin-top: 14px;
}

.hist_l .place_3 p a {
font-size: 11px;
color: #202020;
text-decoration: underline;
}
.hist_l .place_3 p a:hover {
text-decoration: none;
}
.hist_l .close_win {
  background: url("../images/close.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  position: absolute;
  right: -5px;
  top: -6px;
  width: 40px;
  z-index: 1100;
}
.addition_url {
margin-left: 13px;
margin-top: 16px;
width: 110%;
float: left;
}
.adr_url img {
float: left;
margin-left: 10px;
margin-top: 5px;
width: 18px;
}

.addition_url input {
  float: left;
  margin-bottom: 20px;
}

.adr_url span {
  float: left;
  font-size: 15px;
  height: 20px;
  margin-top: 8px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.general-sett {
  position: absolute;
  right: 30px;
  top: 0;
}

.content_right {
position: relative;
}

#addBau {
margin-left: 30px;
margin-top: 5px;
float: left;
}

.txt-right.tree {
background-position: left top;
}

.url_add.input_text {
width: 305px;
}

input[type="radio"] {
box-shadow: none !important;
}
#bannerplace-a {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}
#bannerplace-a .banner {
    display: inline-block;
}
#bannerplace-a.active {

}
#bannerplace-a a {
    margin-bottom: 80px;
    text-decoration: none;
    position: relative;
	font-family: pf_dintext_prothin;
	display: inline-block;
}
#bannerplace-a a:hover {
	text-decoration: none;
}
#bannerplace-a a:after {
    content: "реклама";
    color: #737373;
    display: inline-block;
    font-size: 13px;
    margin: 6px 0 0 0;
    text-align: right;
    text-transform: capitalize;
    position: absolute;
    right: 5px;
    bottom: -16px;
}

.hpanel .upgrade:hover {
  width: 500px;
}
.hpanel .upgrade:hover .wrap {
  float: left;
}
.hpanel .upgrade .link {
  display: none;
}
.hpanel .upgrade:hover .link {
  font-size: 20px;
  color: #ffffff;
  float: left;
  margin-left: 10px;
  position: relative;
  z-index: 10;
  display: inline;
}

.category {
	padding-bottom: 30px;
    clear: left;
}
.category p {
  font-size: 16px !important;
  line-height: 23px !important;
}

.category h2 {
	margin-bottom: 15px;
}


.category ul, .category ol {
  list-style: initial;
  list-style-position: inside;
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

#toc_container {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#toc_container.no_bullets ul, #toc_container.no_bullets li {
	list-style:none;
}

#toc_container .toc_title {
  color: #B8B8B8;

}

#toc_container .toc_title strong {

}

#toc_container .toc_list {
	padding-left: 0px;
}

#toc_container .toc_list {

}

#toc_container .toc_list li {
padding-top: 10px;
font-size: 16px;
}

#toc_container .toc_list li strong {

}

#toc_container .toc_list li a {

}

#toc_container .toc_list li span {

}

.colored {
  padding: 0 3em;
  background: #e6e6fa;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 18px;
  margin-right: 15px;
  margin-left: 15px;
  quotes: none;
}

.paddin12 .hh1 span { line-height: 27px; }

.navigation {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px !important;
}

.navigation span {
font-size: 20px;
}

.navigation a {
font-size: 20px;
}

.translate_error {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  width: 400px;
  margin-left: -210px;
  height: 275px;
  margin-top: -140px;
  padding: 10px;
  z-index: 2;
}

.translate_error {
  display: none;
}

.translate_error .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.translate_error .tepage#pg1 {
  display: block;
}

.translate_error .cont input[type="text"] {
  width: 392px;
}

.translate_error .cont textarea {
  width: 393px;
  resize: none;
  height: 32px;
  color: rgb(0, 0, 0);
  font-size: 13.3333330154419px;
  cursor: auto;
  display: inline-block;
  padding: initial;
  margin: 0px;
  font-weight: normal;
}

.translate_error .button {
  padding-left: 0px;
  width: 296px;
  margin-top: 20px;
  margin-left: 50px;
}

.translate_error .cont input[type="submit"] {
  /*min-width: 150px;
  height: 40px;*/
  width: 100%;
  cursor: pointer;
}

.translate_error #load {
  display: none;
  float: left;
  margin-top: 0px;
  margin-left: -46px;
}

.translate_error .tepage#pg2 {
  display: none;
}

.translate_error .tepage .info {
  margin: 80px 0px;
  padding: 0px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.translate_error .tepage#pg3 {
  display: none;
}


#dle-content .marker:before {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
    display: block;
}
#dle-content .marker {
    background-color: #98E1FC;
    display: inline-block;
    padding: 19px 20px 19px 140px;
    margin-top: 12px;
    margin-bottom: 5px;
    font-style: italic;
    background-image: url(../images/information_blue.png);
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 78px;
    border-radius: 10px;
    vertical-align: middle;
	clear: both;
	line-height: 25px;
	    margin-left: 6px;
    margin-right: 6px;
}
#dle-content .marker:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.category p {
	margin-top: 17px;
	margin-bottom: 24px;
	margin-left: 3px;
    margin-right: 3px;
}
.category h2 {
    margin-left: 3px;
    margin-right: 3px;
}
#toc_container .toc_title {
	margin-left: 6px;
}
.paddin12.ssk {
    margin-top: -30px;
    margin-bottom: 30px;
}
.paddin12.ssk:last-child {
	margin-bottom: 50px;
}
.paddin12 .edt {

}

div[id^='news-id-'] {

}
div[id^='news-id-'] p {
    line-height: 170%;
    margin-bottom: 1.5em;
}
div[id^='news-id-'] ul {
    line-height: 170%;
    margin-bottom: 1.5em;
    list-style: initial;
    list-style-position: inside;
}
div[id^='news-id-'] li {
    margin-bottom: 0.5em;
    line-height: 170%;
    max-width: 100%;
    word-break: break-all;
}

div[id^='news-id-'] img {
	padding: 10px;
}

div[id^='news-id-'] h2 {
    line-height: 110%;
    font-size: 1.75em;
	margin: 50px 0 25px;
	font-weight: normal;
}

div[id^='news-id-'] h3 {
    line-height: 110%;
    font-size: 1.5em;
	margin: 50px 0 25px;
	font-weight: normal;
}

.ws-c-foot {
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 150px;
    float: left;
}

.ws-c-foot .half {
    width: 50%;
    float: left;
	text-align: center;
}

.ws-c-foot .half .title_2 {
    font-size: 14px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: pf_dintext_prothin;
    text-align: left;
}

.ws-c-foot .half .info {
    display: inline-block;
    text-align: left;
}
.ws-c-foot .half .info .info-txt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.ws-c-foot .half .info .info-txt:last-child {
	margin-bottom: 0px;
}

.ws-c-foot .half .info .info-txt .image {
    float: left;
    margin-right: 3%;
}
.ws-c-foot .half .info .info-txt .image img {

}
.ws-c-foot .half .info .info-txt .content {
    float: left;
    min-height: 50px;
    width: 90%;
    width: -webkit-calc(97% - 50px);
    width: -moz-calc(97% - 50px);
    width: calc(97% - 50px);
}

.ws-c-foot .half .info .info-txt .content li {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 24.5px;
    white-space: nowrap;
}
.ws-c-foot .half .info .info-txt .content li a {
	text-decoration: underline;
}
.ws-c-foot .half .info .info-txt .content li a:hover {
	text-decoration: none;
}

.ws-c-foot .half .info .info-txt.gray {
	color: #606060;
}

.ws-c-foot .half .info .info-txt.gray a {
	color: #606060;
}

.ws-c-foot .half .info .info-txt.green {
	color: #399200;
}

.ws-c-foot .half .info .info-txt.green .content {
    margin-top: 10px;
    margin-bottom: -10px;
}

.ws-c-foot .half .info .info-txt.green a {
	color: #399200;
}

.ws-c-foot .half .info .info-txt.red {
	color: #ff5a00;
}

.ws-c-foot .half .info .info-txt.red a {
	color: #ff5a00;
}

.other_inform {
    color: #3e424d;
    font-size: 17px;
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
	float: left;
}

.other_inform > li:first-child, .other_inform > li:last-child {
	margin-right: 0;
	margin-left: 0;
}

.other_inform > li {
    float: left;
	width: 32%;
	text-align: center;
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.other_inform > li .title {
    font-family: pf_dintext_prothin;
    font-size: 17px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #3e424d;
}

.other_inform > li .image {
    display: inline;
    max-width: 100%;
    width: auto;
    text-align: left;
}

.other_inform > li .image a {
    text-align: center;
    position: relative;
    display: inline-block;
}

.other_inform > li .image img {
    max-width: 100%;
    width: auto;
}
#dle-content blockquote {
	padding-left: 95px;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-bottom: 1.5em;
    background-image: url("data:image/png;base64,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");
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #DDF5FD;
    border-radius: 5px;
    min-height: 50px;
    /*display: flex;*/
	width: 100%;
	box-sizing: border-box;
    font-size: 18px;

    align-items: center;
    column-count: 1;
	/*flex-wrap: wrap;*/
}
#dle-content blockquote p {
	width: 100%;
	margin: 0px;
	line-height:
}
#dle-content blockquote a {

}
#dle-content blockquote p:last-child {
	margin-bottom: 0px;
}

#dle-content blockquote.green {
	color: #222222;
	background-image: url("data:image/png;base64,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");
	background-color: #E1FFBA;
}
#dle-content blockquote.red {
	color: #222222;
	background-image: url("data:image/png;base64,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");
	background-color: #FFD2D2;
}
#dle-content blockquote.yellow {
	color: #222222;
	background-image: url("data:image/png;base64,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");
	background-color: #FFF6BA;
}

.enter {
    background: url(../images/green-button-bg.png) no-repeat;
    color: #fff;
    float: left;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 25px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    min-width: 173px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.enter:hover {
    text-decoration: none;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
