/**
 * Сетка
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

/* Основной блок */
.layout {
    min-width: 960px;
}
.layout-container {
    margin: 0 auto;
    padding: 0 50px;
}

/* Навигация */
.layout-nav {
    min-height: 57px;
    margin: 0 auto 32px;
    overflow: hidden;
    padding: 15px 17px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 0 0 10px 10px;
    position: relative;

    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f8f9 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f8f9 100%);
    background: linear-gradient(top, #fdfdfd 0%,#f6f8f9 100%);
}
.layout-nav-main .ls-nav-item {
    margin-right: 10px;
}

/* Враппер для контента и сайдбара */
.layout-wrapper {
    margin-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    /*border-radius: 10px;*/
    background: #fff;
}

/* Вертикальная линия разделяющая контент и сайдбар */
.layout-wrapper:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    background: #f1f3f5;
}

/* Контент */
.layout-content {
    float: left;
    width: 75%;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Отображение контента без сайдбара */
.layout-container.layout-no-sidebar .layout-content {
    width: 100%;
    margin-right: 0;
}
.layout-container.layout-no-sidebar .layout-wrapper:before {
    display: none;
}

/* Сайдбар */
.layout-sidebar {
    float: left;
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}

/* Подвал */
.layout-footer {
    padding: 0 0 50px 30px;
    color: #000;
    font-size: 11px;
}

.layout-footer a {
    color: #000;
    text-decoration: underline;
}
.layout-footer a:hover {
    color: #777;
}

.layout-footer-copyright {
    float: right;
    width: 255px;
}

.layout-footer-design-by {
    overflow: hidden;
    line-height: 15px;
    margin-top: 30px;
}
.layout-footer-design-by img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.layout-footer-design-by div {
    font-size: 10px;
    color: #8b9191;
    margin-top: 1px;
}

.layout-footer-links {
    float: left;
    width: 138px;
    padding-right: 20px;
}
.layout-footer-links-title {
    margin-bottom: 11px;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
.layout-footer-links-nav .ls-nav-item {
    margin-bottom: 3px;
}
.layout-footer-links-nav a {
    color: #4c4c4c;
}
/* $Id: main.css 14 2010-07-23 11:46:49Z ant_Ti $ */

/* =Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.g-text-overflow {
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -moz-binding:url(text-overflow.xml#ellipsis);
}

.g-clrfix:after {
    content:'.';
    display:block;
    clear:both;
    font:0/0 a;
    height:0;
    visibility:hidden;
    zoom:1;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    overflow:auto; /* for IE */
}
fieldset {
    border: 0 solid transparent;
}
a {
    color: #0091D1;
    text-decoration: none;
}

/* =Main Styles */

html, body {
    height: 100%;
}

html {
    font-size: 100.01%;
}

body {
    font: .9375em Arial, Helvetica, sans-serif; /* 15px */
    color: #303030;
    background: #fff;
    min-width: 800px;
    height: 100%;
}

.l-section {
    clear: right;
    width: 1197px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #00000c;
    border-right: 1px solid #747780;
}

.l-section_last {
    margin-right: -100%;
}

.l-section_right {
    width: 401px;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #000;
    margin: 0 -1px 0 0;
}

.l-cols-1 {
    width: 10%;
}

.l-cols-2 {
    width: 20%;
}

.l-cols-3 {
    width: 30%;
}

.l-cols-4 {
    width: 40%;
}

.l-cols-5 {
    width: 50%;
}

.l-cols-6 {
    width: 60%;
}

.l-cols-7 {
    width: 70%;
}

.l-cols-8 {
    width: 80%;
}

.l-cols-9 {
    width: 90%;
}

.l-cols-1_fixed {
    width: 98px;
    height: 28px;
    border-right: 1px solid #000;
}

.l-cols-6_fixed {
    float: none;
    margin: 0 401px 0 99px;
    width: auto;
    height: 28px;
    border-left: 1px solid #747780;
}

b.clear {
    clear: both;
    display: block;
}

.hidden {
    display: none;
}

.l-invert-indent {
    margin: -10px -20px 0;
}
.l-invert-indent .l-indent {
    margin: -6px 20px 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    -webkit-appearance: none;
}

/* =Document Header */

.b-header {
    min-height: 68px;
    background: #42454c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABECAIAAADP4sgBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk3ODJFMkRCMDgxRDExRTA4NDdEQjg2QTg5MDA5QTE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk3ODJFMkRDMDgxRDExRTA4NDdEQjg2QTg5MDA5QTE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTc4MkUyRDkwODFEMTFFMDg0N0RCODZBODkwMDlBMTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTc4MkUyREEwODFEMTFFMDg0N0RCODZBODkwMDlBMTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Ni0+XAAAALUlEQVR42mJ0cvVhYmBgYPr//z+YxmSDaMJyuNiE1UH4uNjUVYfbn1A+QIABADqOPx0UWCFxAAAAAElFTkSuQmCC) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#42454c,#2d3038);
    background: -webkit-gradient(linear, left top, left bottom, from(#42454c), to(#2d3038));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#42454c,endColorstr=#2d3038,GradientType=0);
    zoom: 1;
    background: linear-gradient(top,#42454c,#2d3038);
    border: 1px solid #7a828e;
    color: #fff;
    position: relative;
}
.b-header .b-logo {
    height: 100%;
    width: 294px;
    float: left;
    border-left: 1px solid #747780;
}

.b-header .b-logo a {
    display: inline-block;
    margin: 17px 0 0 0;
}

.b-header .b-logo .b-start-button {
    text-align: center;
}

.b-header .b-logo .b-start-button img {
    margin: 0;
}
.b-header .border {
    margin-left: 294px;
    height: 100%;
}

.b-header .border .b-title,
.b-header .border .b-main-menu {
    display: inline-block;
    vertical-align: top;
}
.b-header .border .b-title {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}
.b-header .border .b-title h2 {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 0 #1d2027;
}
.b-header .border .b-title .b-title-icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) -45px -49px no-repeat;
    margin: 17px 8px 0 0;
    position: static;
}

.b-header .border .b-main-menu {
    border-left: 1px solid #000;
    border-right: 1px solid #747780;
}
.b-header .border .b-main-menu li {
    font-size: .67em;
    border-right: 1px solid #000;
    position: relative;
}
.b-header .border .b-main-menu li,
.b-header .border .b-main-menu li a {
    float: left;
    color: #fff;
}

.b-header .border .b-main-menu li.selected a {
    background: #2d3038 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABECAIAAADP4sgBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBQUE4MzI3MDgyRDExRTA5RkMxRDJDMDcwOEEyMjNCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBQUE4MzI4MDgyRDExRTA5RkMxRDJDMDcwOEEyMjNCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUFBQTgzMjUwODJEMTFFMDlGQzFEMkMwNzA4QTIyM0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUFBQTgzMjYwODJEMTFFMDlGQzFEMkMwNzA4QTIyM0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4iydjPAAAAMElEQVR42mLUNbBgYmBgYGJkZATT+NkgmrAcLjZhdRA+djY+OVR1yO7CJ4eFDRBgAAbvAVtMmG1tAAAAAElFTkSuQmCC) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#2d3038,#42454c);
    background: -webkit-gradient(linear, left top, left bottom, from(#2d3038), to(#42454c));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#2d3038,endColorstr=#42454c,GradientType=0); zoom: 1;
    background: linear-gradient(top,#2d3038,#42454c);
    color: #fff;
}

.b-header .border .b-main-menu li a {
    float: none;
    min-width: 98px;
    min-height: 68px;
    text-align: center;
    border-left: 1px solid #747780;
    display: block;
    color: #B8B8B8;
    cursor:pointer;
}

.b-header .border .b-main-menu li a:hover {
    color: #fff;
}

.b-header .border .b-main-menu li.g-disabled a:hover {
    color: #B8B8B8;
}

.b-header .border .b-user-menu {
    width: 400px;
    margin-left: -4px;
    margin-bottom: -5px;
    display: inline-block;
}

.b-header .border .l-r {
    float: right;
}

.l-r--right {
    float: right !important;
}

.b-header .border .l-r i,
.b-header .border .l-r dl {
    float: right;
}
.b-header .border .l-r i {
    width: 26px;
    height: 25px;
    display: block;
    position: absolute;
    top: 11px;
    left: 50%;
    margin: 0 0 0 -13px;
}

.b-header .border .l-r span {
    display:  inline-block;
    padding: 50px 0 0;
}

.b-header .border .l-r dl {
    font-size: .8em;
    line-height: 1.66em;
    text-align: right;
    text-shadow: 0 -1px 0 #1d2027;
    margin-top: 5px;
}
.b-header .border .l-r dl.b-not-loged {
    height: 50px;
    line-height: 50px;
    margin: 0 20px 0 0;
}
.b-header .border .l-r dl dt,
.b-header .border .l-r dl dt a {
    font-weight: bold;
    color: #D3D139;
}
.b-header .border .l-r dl dd,
.b-header .border .l-r dl dd a {
    color: #fff;
}
.b-header .border .l-r dl dd a span {
    font-size: .916em;
    color: #999;
}

.b-layout {
    width: 100%;
    border-collapse: collapse;
}

/* =Document Footer */

.l-footer {
    background: url("../../images/new_pravo/footer-bg.png") repeat-x scroll 0 0 #030304;
    border-top: 1px solid #000000;
    clear: both;
    height: 29px;
    margin: 0;
    position: fixed;
    bottom: 0;
    vertical-align: top;
    width: 100%;
    z-index:111;
}
.l-footer.l-footer--mobile {
    position:relative;
    min-width:1250px;
}
/*.wrapper-footer {*/
    /*height: 30px;*/
    /*margin: 0;*/
    /*min-width: 1250px;*/
    /*padding-bottom: 0;*/
    /*position: relative;*/
    /*z-index: 111;*/
/*}*/

.b-pagination {
    width: 60%;
    text-shadow: 0 -1px 0 #24252a;
    margin: 30px 0 0;
}

.b-pagination .nav {
    overflow: hidden;
    width: 100%;
}

.b-pagination .nav p {
    font-size: .8em;
    font-weight: bold;
    line-height: 1.66;
    margin-top: 2px;
    padding: 3px 0;
    float: left;
    clear: right;
    width: 10%;
    color: #2D3038;
}

.b-pagination .nav p em {
    font-style: normal;
    font-size: .84em; /* 10px */
    line-height: 2; /* 20px */
    color: #75787E;
}
.b-pagination .nav p em span {
    font-size: 1.4em; /* 15px */
    line-height: 1em;
}

.b-pagination .nav p a {
    color: #0085BC;
    text-decoration: none;
    margin: 0 3px;
}

.b-pagination .nav p a em {
    color: #fff;
}

.b-pagination .nav .pages {
    text-align: center;
    width: 90%;
    float: left;
}

.b-pagination .nav .next {
    color: #75787E;
    text-align: right;
}
.b-pagination .nav .prev {
    color: #75787E;
    width: 50px;
    margin-right: 10px;
}

.b-pagination ul {
    display: block;
    text-align: left;
    list-style: none;
    position: relative;
}
.b-pagination ul li {
    font-size: .8em; /* 12px */
    font-weight: bold;
    line-height: 1.66; /* 20px */
    padding: 3px 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    position: relative;
    float: left;
}
.b-pagination ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
    margin-top: 2px;
    padding: 0 5px;
    z-index: 999;
}
.b-pagination ul li span {
    margin-top: 2px;
    padding: 0 5px;
    display: block;
}
.b-pagination ul li.more {
    color: #fff;
    margin-top: -3px;
}
.b-pagination ul li.more, .b-pagination ul li.act {
    border: none;
}
.b-pagination ul li.act {
    color: #D3D139;
}
.b-pagination ul li .sel {
    background: #fff;
    border-radius: 2px;
    bottom: 1px;
    display: none;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 0;
    top: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.b-pagination ul li.act .sel { display: block; }

.b-footer-social {
    position:absolute;
    height:21px;
    width:60px;
    right:20px;
    top:5px;
}
@media only screen and (device-width: 768px) { /* iPad */
    .b-footer-social {
        width:90px;
        right:0px;
    }
}

.l-footer .b-pagination {
    width: auto;
    margin: 0 7px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.l-footer .b-sidebar-foot {
    border-left:1px solid #747780;
    height:28px;
    border-right:1px solid #00000c;
    color:#fff;
    font-size:.8em;
    line-height:30px;
    padding:0 13px;
}
.l-footer .b-sidebar-foot a {
    text-decoration:none;
    padding-left:23px;
    color:#fff;
}

.l-footer .b-sidebar-foot a i {
    background:url("../../images/new_pravo/icons.png") no-repeat scroll -6px -1034px transparent;
    height:12px;
    left:18px;
    position:absolute;
    top:9px;
    width:15px;
}

.l-footer .b-sidebar-foot .found {
    font-size: .8em;
    padding: 5px 10px 0;
    text-align: right;
    line-height: 20px;
    color: #75787E;
}
.l-footer .b-sidebar-foot .found em {
    color: #fff;
    font-style: normal;
}

/* =Document Content */

.b-container {
    min-width: 1250px;
    min-height:450px;
    margin-bottom: -32px;
/*  position: relative; */
}

.b-container.b-container--mobile {
    min-height:1000px;
    margin: 0;
    padding: 0;
}

.b-container h2 {
    font-size: 1.73em;
    font-weight: 400;
    color: #5f6776;
    position: relative;
}

.b-container h2 span {
    font-size: .9em;
}

.b-left h2 {
    color: #806a00 ;
}

.b-container .comments-header {
    margin: -12px 0 0;
    clear:left;
}

.b-container  .dashed {
    margin: -6px 0 -10px;
}

#form_comment .b-comments .b-comment .b-comment-text .b-form-row .b-custom-textarea .b-custom-textarea-border .b-custom-textarea-field {
    height: 108px;
}

.b-container .comments-header i {
    width: 25px;
    height: 27px;
    margin: 0 7px -12px 0;
    padding: 0;
    display: inline-block;
    background: url(../../images/new_pravo/icons.png) 0px -0px no-repeat;
}

h2.comments-header.comments-topic i {
    margin-right: 9px !important;
    left: 3px !important;
}

.b-comments.comments-topic .b-comment-user-panel-user {
    padding-left: 39px !important;
}

.b-comments.comments-topic .b-comment .b-comment-user-panel {
    padding-top: 1px;
    padding-right: 8px;
}

.b-comments.comments-topic .b-comment .b-comment-user-panel .b-comment-user-panel-user i {
    top: -1px !important;
}

/* добавка для новых коментов*/
.b-comments.comments-topic .b-comment-new .b-comment-user-panel {
    padding-top: 1px;
    padding-right: 8px;
}
.b-comments.comments-topic .b-comment-new .b-comment-user-panel .b-comment-user-panel-user i {
    top: -1px !important;
}


.b-quote {
    background:#f3f3f4;
    border:1px solid #f3f3f4;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    padding:7px 33px;
    margin: 15px 0 20px;
    position:relative;
    font-style:italic;
    color: #2D3038;
}

.b-quote .b-quote-first {
    background:url(../../images/new_pravo/icons.png) -6px -1048px;
    width:15px;
    height:11px;
    position:absolute;
    left:10px;
    top:10px;
}

.b-quote .b-quote-last {
    background:url(../../images/new_pravo/icons.png) -6px -1060px;
    width:15px;
    height:11px;
    position:absolute;
    bottom:10px;
    right:10px;
}

.comments-topic .b-comment-text {
    margin-bottom: 1px;
}

.b-container h2.l-bottom {
    font-size: 1.3em;
    margin: -4px 0 26px;
}

.b-form.tuning .b-checkbox {
    top: -3px;
}

.b-container h2.dashed i {
    background: url(../../images/new_pravo/icons.png) -2px -27px no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 7px -12px 0;
    padding: 0;
    display: inline-block;
    top: -5px !important;
}

.b-right h2 {
    text-shadow: 0 1px 0 #fff;
}

.b-container .l-indent .b-right h2 {
    margin: 0 0 0 -3px;
}

.b-container h2.dashed span {
    cursor: pointer;
}
.b-container h2 i {
    top: -7px;
    font-size: 18px;
    color: #000;
    line-height: 1px;
    margin-left: 10px;
    position: relative;
}
.b-container h2 .l-r {
    top: 0;
    right: 0;
    font-size: .6em;
    font-weight: bold;
    color: #2D3038;
    line-height: 20px;
    position: absolute;
}

.b-container,
.b-wrapper,
.b-wrapper .b-content {
    display: block;
}
.b-wrapper {
    padding-bottom: 30px;
}

.b-wrapper,
.b-sidebar {
    vertical-align: top;
}

.b-nav {
    min-height: 39px;
    display: block;
    position: relative;
    white-space: nowrap;
}
div.b-nav {
    margin-top: 1px;
}
.b-nav-fake {
    border-right: 1px solid #75787e;
    margin: 0 400px 0 300px !important;
}
.b-nav li {
    float: left;
    font-size: 1em;
    text-shadow: 1px 1px 0 #f1f3f4;
    border-left: 1px solid #fff;
    border-right: 1px solid #9fa4ad;
    color: #5F6776;
    position: relative;
    height:39px;
}
.b-nav li,
.b-nav li a {
    width: 98px;
    text-align: center;
    line-height: 39px;
}
.b-nav.long li,
.b-nav.long li a {
    width: 199px;
}
.b-nav li a {
    color: #5f6776;
    text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    -o-text-shadow: 0 1px 0 #fff;
    display: block;
    font-weight: bold;
}
.b-nav li.all {
    font-weight: bold;
}

.b-nav li.selected {
    background-position: 0 -60px;
    background-repeat: repeat-x;
}

.b-nav li.selected a {
    background: #0084d0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM0NDQ3MzVGMDgxRDExRTA5NTU1RjJBMjg3QTg3RTg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM0NDQ3MzYwMDgxRDExRTA5NTU1RjJBMjg3QTg3RTg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzQ0NDczNUQwODFEMTFFMDk1NTVGMkEyODdBODdFODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzQ0NDczNUUwODFEMTFFMDk1NTVGMkEyODdBODdFODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz40aJoVAAAAI0lEQVR42mJgaLnAxMDIyMTAxAihkTFOMQbC6kg2EwMDBBgA+88B8/LF60YAAAAASUVORK5CYII=) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#0084d0,#00b1f5);
    background: -webkit-gradient(linear, left top, left bottom, from(#0084d0), to(#00b1f5));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#0084d0,endColorstr=#00b1f5,GradientType=0);
    zoom: 1;
    background: linear-gradient(top,#0084d0,#00b1f5);
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #0089c4;
    border-right: none;
    height: 39px;
    text-shadow: 0 -1px 0 #00679a !important;
    -moz-text-shadow: 0 -1px 0 #00679a !important;
    -webkit-text-shadow: 0 -1px 0 #00679a !important;
    -o-text-shadow: 0 -1px 0 #00679a !important;
    margin: 0 0 -1px -1px;
    font-size: 1em;
    position: relative;
    width: 100px;
    z-index: 50;
}
.b-nav li.selected i {
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 21px;
    height: 11px;
    background: url('../../images/new_pravo/top_header.png') -2px -579px no-repeat;
    position: absolute;
    overflow: hidden;
    display: block;
    z-index: 499;
}

.b-nav .l-indent {
    margin: 0 22px 0 5px;
}

.i-menu-blogs li,
.i-menu-companies li,
.i-menu-info li {
    width: 98px;
    display: block;
    height: 39px;
}

.i-menu-blogs .empty,
.i-menu-companies .empty,
.i-menu-user_info .empty,
.i-menu-search .empty {
    width:398px;
}

.i-menu-consult .empty {
    width:98px;
}

.b-nav .empty-message,
.i-menu-info .empty {
    width: 198px;
}

.b-nav .b-nav-search-icon {
    top: 9px;
    left: 10px;
    width: 12px;
    height: 12px;
    background: url(../../images/icons.png) -110px -18px no-repeat;
    position: absolute;
    z-index: 10;
}
.b-nav .b-nav-search {
    top: 5px;
    width: 100%;
    height: 22px;
    font: .8em Arial, Helvetica, sans-serif;
    border: 1px #787a81 solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    margin-top: -5px;
    padding: 0 0 0 22px;
    display: block;
    position: relative;
}
.b-nav .b-nav-search.standby,
.b-friend-list a {
    color: #5F6776;
}

}
.b-content .l-center {
    font-size: .8em;
    font-weight: bold;
    text-align: center;
}
.b-content .b-topic {
    margin-bottom: -10px;
    display: block;
}
.b-content .b-topic.no-bottom-indent {
    margin-bottom: 0;
}

.b-delimiter {
    height: 2px;
    margin: 33px 0 15px;
    display: block;
    background: url(../../images/new_pravo/border_topic.png) repeat-x;
    clear: left;
}

.b-delimiter-profile {
    height: 2px;
    margin: 33px 0 20px;
    display: block;
    background: url(../../images/new_pravo/border_topic.png) repeat-x;
    clear: left;
}

.b-delimiter-topic {
    height: 2px;
    margin: 33px 0 25px;
    display: block;
    background: url(../../images/new_pravo/border_topic.png) repeat-x;
    clear: left;
}

.b-delimiter-topic-activ {
    height: 2px;
    margin: 31px 0 26px;
    display: block;
    background: url(../../images/new_pravo/border_topic.png) repeat-x;
    clear: left;
}

.b-delimiter.preview {
    margin: 20px 0px;
}

.b-topic-btn-container {
    zoom: 1;
    margin: 0 0 -5px -3px;
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
}
.b-topic-btn-container.big {
    position: relative;
}
.b-topic-delimiter {
    padding-left: 20px;
    position: relative;
}

.b-content .b-topic .b-big-topic-title {
    font-size: 1.73em;
    font-weight: 400;
    padding:0 255px 0 0;
}
.b-content .b-topic .b-big-topic-title,
.b-content .b-topic .b-big-topic-title a {
    color: #5F6776;
    position: relative;
    top: 0;
}
.b-content .b-topic .b-big-topic-title a.inactive {
    color: #5F6776;
}

.b-big-topic-title .top-button {
     top: -9px;
}

.b-content .b-topic h1 .b-karma {
    color: #649600;
    position: absolute;
    right: 0;
    top: 0;
}

.b-content .b-topic h1 .b-karma .negative {
    color:#c1272d;
}

.b-content .b-topic h1 .b-karma i {
    top: -2px;
    width: 13px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: url(../../images/new_pravo/icons.png) no-repeat;
}

.b-content .b-topic h1 .b-karma i.up {
    background-position: -7px -236px;
}

.b-content .b-topic h1 .b-karma i.up:hover {
    background-position: -7px -219px;
}

.b-content .b-topic h1 .b-karma i.down {
    background-position: -7px -269px;
}

.b-content .b-topic h1 .b-karma i.down:hover {
    background-position: -6px -253px;
}

.b-content .b-topic h1 .b-topic-info,
.b-content .b-topic h1 .b-topic-plus,
.b-content .b-topic h1 .b-topic-plus-inactive {
    top: 5px;
    left: 0;
    width: 25px;
    height: 26px;
    background: url(../../images/new_pravo/icons.png) no-repeat;
    position: absolute;
    cursor: pointer;
}
.b-content .b-topic h1 .b-topic-edit,
.b-content .b-topic h1 .b-topic-delete,
.b-content .b-topic h1 .b-topic-up,
.b-content .b-topic h1 .b-topic-down {
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(../../images/new_pravo/icons.png)no-repeat;
    cursor: pointer;
    position: absolute;
}

.b-big-topic-title .top-button .b-topic-btn-container i {
    top: 6px;
}

.b-content .b-topic h1 .b-topic-up,
.b-content .b-topic h1 .b-topic-down {
    height: 18px;
    top: 3px;
}

.b-content .b-topic h1 .b-topic-delete {
    background-position: 0 -373px;
    margin: 1px 0 0;
}

.b-content .b-topic h1 .b-topic-delete:hover {
    background-position: 0 -344px;
}

.b-content .b-topic h1 .b-topic-edit {
    background-position: 0 -316px;
    margin: 2px 0 0;
}

.b-content .b-topic h1 .b-topic-edit:hover {
    background-position: 0 -287px;
}

.b-content .b-topic h1 .b-topic-up {
    background-position: 0 -235px;
}
.b-content .b-topic h1 .b-topic-up:hover {
    background-position: 0 -219px;
}
.b-content .b-topic h1 .b-topic-down {
    background-position: 0 -268px;
}
.b-content .b-topic h1 .b-topic-down:hover {
    background-position: 0 -252px;
}

.b-content .b-topic h1 .b-topic-info {
    background-position: -1px -80px;
}

.b-content .b-topic h1 .b-topic-info:hover {
    background-position: -1px -52px;
}

.top-button .b-topic-btn-container .b-topic-plus {
    margin: 1px 0 0 0;
}

.b-content .b-topic h1 .b-topic-plus {
    background-position: -1px -135px;
}

.b-content .b-topic h1 .b-topic-plus:hover {
    background-position: -1px -108px;
}

.b-content .b-topic h1 .active .b-topic-plus {
    background-position: -1px -192px;
}

.b-content .b-topic h1 .active .b-topic-plus:hover {
    background-position: -1px -164px;
}

.count4 .b-button {
    margin: -2px 0 0 0 ;
}

.b-topic-title {
    font-size: 1.67em;
    font-weight: 400;
    line-height: 1.2em;
    color: #5F6776;
    width: 97%;
    clear:left;
}
.b-topic-title--docs {
    padding-left:30px;
    background:url(../../images/pravoru-logo.png) 0 5px no-repeat;
}
.b-content .b-topic .b-topic-title i {
    font-size: 25px;
    line-height: 1px;
    color: #0091D1;
}
.b-content .b-topic .b-topic-title a {
    position: relative;
}

.b-form.topic a.black,
.b-content .b-topic .b-topic-title a.black {
    color: #5f6776;
}

.b-content .b-topic .b-topic-title a.b-link {
    color: #5f6776;
    padding-left: 28px;
    position: relative;
}
.b-content .b-topic .b-topic-title a.b-link i {
    top: 0;
    left: 0;
    width: 16px;
    height: 23px;
    background: url(../../images/new_pravo/icons.png) -5px -591px;
    position: absolute;
}

.b-content .b-topic .b-topic-title .b-topic-title-link {
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) -63px -49px no-repeat;
    position: absolute;
}

.b-content .b-topic .b-topic-content {
    display: block;
    overflow: hidden;
}

.top-button {
    position: absolute;
    right: 111px;
}

.b-content .b-topic .b-topic-content h4,
.b-content .b-topic .b-topic-content h5,
.b-content .b-topic .b-topic-content h6 {
    line-height: 1.4em;
    margin-top: 10px;
    font-weight: 700;
}

.b-content .b-topic .b-topic-content h4 {
    font-size: 1.29em;
    color: #828995;
    margin-bottom: 10px;
}

.b-content .b-topic .b-topic-content h5 {
    font-size: 1.15em;
}

.b-content .b-topic .b-topic-content h6 {
    font-size: 1.08em;
}

.b-content .b-topic .b-topic-content,
.b-content .b-topic .b-topic-content p {
    font-size: 0.93em;
    line-height: 1.44em;
    color: #5f6776;
    margin-top: 10px;
}

.b-content .b-topic .b-topic-content img {
    margin: 20px;
    max-width: 700px;
}
.b-content .b-topic .b-topic-content a {
    text-decoration: undreline;
    font-weight: normal;
}

.b-context .b-topic .b-topic-content--android {
    text-decoration: none;
    color: #5F6776;
}

.b-context .b-topic .b-topic-content--android a {
    text-decoration: none;
    color: #0091D1;
}

.b-content .b-topic .b-topic-content a.b-read-more {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    clear: left;
}
.b-content .b-topic .b-topic-content .poll,
.b-content .b-topic .b-topic-content .poll-new {
    margin: 0 0 0 30px;
    display: block;
}

.b-content .b-topic .b-topic-content .poll {
    margin-top: 19px !important;
}

.b-content .b-topic .b-topic-content .poll li {
    margin-bottom: 15px;
}

.b-content .b-topic .b-topic-content .poll-new li {
    margin-bottom: 9px;
}

.b-content .b-topic .b-topic-content .poll-new button {
    font-size: 1.1em;
}

.b-poll-buttons {
    margin-top: 16px !important;
}

.b-content .b-topic .b-topic-content .poll dt {
    float: left;
    width: 70px;
    text-align: right;
    color: #B8B8B8;
    padding-right: 10px;
}
.b-content .b-topic .b-topic-content .poll dt span {
    font-weight: bold;
    color: #2D3038;
}
.b-content .b-topic .b-topic-content .poll dd {
    width: 400px;
    color: #5F6776;
    margin-left: 80px;
    margin-bottom: 10px;
}
.b-content .b-topic .b-topic-content .poll dd div,
.b-content .b-topic .b-topic-content .poll dd div span {
    height: 5px;
    background: #666e7c url(../../images/polls.png) 0 -20px no-repeat;
    position: relative;
}
.b-content .b-topic .b-topic-content .poll dd div span {
    top: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background-position: 100% -30px;
    position: absolute;
}
.b-content .b-topic .b-topic-content .poll .most dd div,
.b-content .b-topic .b-topic-content .poll .most dd div span {
    background: #0080cc url(../../images/polls.png) no-repeat;
}
.b-content .b-topic .b-topic-content .poll .most dd div span {
    background-position: 100% -10px;
}
.b-content .b-topic .b-topic-content .b-poll-stat {
    font-size: .857em;
    margin-bottom: 10px;
    display: block;
    color: #B8B8B8;
}

.b-content .b-topic .b-topic-tags {
    margin-top: 33px;
    padding-left: 22px;
    clear:left;
    width: 90%;
    position: relative;
    overflow:hidden;
}
.b-content .b-topic .b-topic-tags i {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat;
    position: absolute;
}
.b-content .b-topic .b-topic-tags li {
    float: left;
    font-size: .8em;
    color: #B8B8B8;
    display: inline-block;
    position: relative;
    top: 1px;
}

.b-content .b-topic .b-topic-tags li a {
    color: #B8B8B8;
}

.b-content .b-topic .b-topic-tags li a:hover {
    color: #0091d1;
}

.b-content .b-topic .b-topic-panel {
    min-height: 23px;
    font-size: .8em;
    color: #5F6776;
    line-height: 23px;
    margin-top: 17px;
    border: 1px #e3e3e3 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 8px;
    float:left;
    cursor:default;
    height: 29px;
    margin-bottom:20px;
}
.b-content .b-topic .b-topic-panel li {
    float: left;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting {
    font-weight: bold;
    color: #649600;
    margin-right: -2px;
    padding: 0 13px 0 16px;
    position: relative;
    line-height: 29px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-voting i {
    top: 7px;
    width: 13px;
    height: 15px;
    background: url(../../images/new_pravo/icons.png) no-repeat ;
    position: absolute;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.up {
    left:-1px;
    top:6px;
    background-position:-7px -236px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.up--hover {
    background-position: -7px -219px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.up:hover {
/*  background-position: -7px -219px; */
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.down {
    right: -5px;
    background-position: -7px -269px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.down--hover {
    background-position: -6px -253px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.down:hover {
/*  background-position: -6px -253px; */
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.direction-green {
    background: url(../../images/new_pravo/icons.png) -7px -220px no-repeat ;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-voting i.direction-red {
    background: url(../../images/new_pravo/icons.png) -7px -254px no-repeat;
}

span.red {
    color: #C1272D;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-date {
    margin-left: 17px;
    line-height: 29px;
}
.b-content .b-topic .b-topic-panel.date .b-topic-panel-date {
    margin-left: 0;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-favorite {
    width: 10px;
    margin-left: 16px;
    position: relative;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-favorite.link {
    margin-left:20px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-favorite i {
    width: 16px;
    height: 16px;
    background: url(../../images/new_pravo/icons.png) -5px -528px no-repeat;
    margin: 6px 0 0;
    display: block;
    cursor: pointer;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-favorite i:hover,
.b-content .b-topic .b-topic-panel .b-topic-panel-favorite i.selected,
.b-content .b-topic .b-topic-panel .b-topic-panel-favorite.active i {
    background-position: -5px -544px;
}

.b-about-blog .b-topic-panel-user,
.b-content .b-topic .b-topic-panel .b-topic-panel-user,
.b-content .b-topic .b-topic-panel .b-topic-panel-comments,
.b-content .b-topic .b-topic-panel .b-topic-panel-view,
.b-content .b-topic .b-topic-panel .b-topic-panel-link {
    margin-left: 14px;
    padding-left: 20px;
    position: relative;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-comments {
    margin-left:5px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-view {
    padding-left: 22px;
    margin-top:-1px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-view span {
    margin-left:-6px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-link {
    margin:3px 15px 0 0;
    width:95px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-user {
    max-width:100px;
    margin-left:20px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-user.link {
    max-width:100px;
    margin-left:0;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-link a {
    display: block;
    font-weight: bold;
    color: #0085BC;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    padding-left:15px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-link a i {
    width:7px;
    height:10px;
    top:7px;
    left:0;
    position:absolute;
    background:url(../../images/icons.png) -101px -3px no-repeat;
}

.b-about-blog .b-topic-panel-user,
.b-content .b-topic .b-topic-panel .b-topic-panel-user,
.b-content .b-topic .b-topic-panel .b-topic-panel-comments,
.b-content .b-topic .b-topic-panel .b-topic-panel-view {
    font-weight: bold;
}
.b-about-blog .b-topic-panel-user {
    margin: 0 10px;
}

.b-topic-panel .b-topic-panel-user {
    margin: 0 0 0 30px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-social {
    margin:-1px 0 0 8px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-comments {
    padding-left:6px;
    margin-top:-1px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-comments a {
    padding-left: 15px;
    position: relative;
    top: 4px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-view i {
    top:2px;
    width: 18px;
    left: -12px;
    height: 20px;
    background: url(../../images/icons.png) -99px -65px no-repeat;
    display: inline-block;
    position: relative;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-view {
    color:#0091d1;
}

.b-about-blog .b-topic-panel-user,
.b-content .b-topic .b-topic-panel .b-topic-panel-user a,
.b-content .b-topic .b-topic-panel .b-topic-panel-comments a {
    color: #0091d1;
    cursor:pointer;
}

.b-button.big.b-whois-info-prof  button, .b-button-large.b-whois-info-prof  button {
    text-transform: none !important;
    font-size:.9em;
}

.b-whois-info-prof {
    margin-left: 217px !important;
}
.b-about-blog .b-topic-panel-user i,
.b-content .b-topic .b-topic-panel .b-topic-panel-user i,
.b6-content .b-topic .b-topic-panel .b-topic-panel-comments i,
.b-whois-info.b-jobs-info td.user-name i {
    top: 7px;
    left: 1px;
    width: 15px;
    height: 12px;
    background: url(../../images/icons.png) -62px -71px no-repeat;
    position: absolute;
}

.b-whois-info.b-jobs-info td.user-name i {
    top: 4px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-link i {
    top: 2px;
    left: -10px;
    width: 7px;
    height: 10px;
    background: url(../../images/new_pravo/icons.png) -9px -561px no-repeat;
    position: absolute;
}

.b-topic-panel .b-topic-panel-user span {
    position: relative;
    top: 3px;
}

.b-about-blog .b-topic-panel-user i {
    top:0;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-comments i {
    top: 4px;
    width: 16px;
    left: -6px;
    height: 15px;
    background: url(../../images/new_pravo/icons.png) -5px -574px no-repeat;
    display: inline-block;
    position: relative;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-comments span {
    color: #ff8600;
    margin-left: 7px;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-social a {
    cursor:pointer;
    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.b-content .b-topic .b-topic-panel .b-topic-panel-social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.b-content .b-topic .b-topic-panel .b-topic-panel-social i.tweeter {
    background-position: -110px 0;
}

.b-content .b-topic .b-topic-panel .b-topic-panel-social i {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat;
    margin-top: 7px;
    margin-left: 6px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.facebook {
    background-position: -127px -70px;
    width: 17px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.twitter,
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.vk,
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.odn {
    margin: 7px 0 0 7px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.twitter {
    background-position: -153px -70px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.vk {
    background-position:-178px -70px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.odn {
    background-position: -204px -70px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.google {
    background-position:-230px -70px;
    margin-left:9px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social i.social {
    cursor:pointer;
    background-position:-256px -70px;
}
.b-content .b-topic .b-topic-panel .b-topic-panel-social .b-social-icons-popup i {
    margin:0;
}

.b-social-icons {
    position:relative;
}
.b-social-icons-popup {
    width:147px;
    height:16px;
    top:-45px;
    left:50%;
    padding:11px 0 11px 11px;
    margin-left:-78px;
    position:absolute;
    border:1px solid #d6dce0;
    border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
    background:#fff url(../../images/social-popup.png) repeat-x;
}
.b-social-icons-popup-arrow {
    width:12px;
    height:6px;
    font-size:0;
    bottom:-6px;
    left:50%;
    margin-left:-6px;
    position:absolute;
    background:url(../../images/social-popup.png) 0 -38px no-repeat;
}
.b-social-icons-popup a {
    width:17px;
    margin-right:10px;
}
.b-social-icons-popup a.last {
    margin:0;
}

.b-sidebar {
    border-left: 1px #b8b8b8 solid;
    background: #f1f6fc;
}
#sidebar .l-indent {
    padding: 14px 20px 0;
    margin: 0 0 20px;
    background: #f5f8fd;
    border: 1px solid #ebf2fb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

#sidebar .l-indent.b-contest {
    background: #FFFBF2;
    border: 1px solid #FCE5CA;
}

.best-24 {
    margin: 1px 0 0 0;
}

#sidebar .l-half {
    width: 50%;
    margin-right: -5px;
    display: inline-block;
    vertical-align: top;
}

#sidebar .l-half .l-indent {
    margin: 0 30px 0 0;
    border: none;
    padding: 0 0 0 0 ;
}

#sidebar .l-half.l-half-r .l-indent {
    margin: 0 0 0 20px;
}

#sidebar .l-indent.b-statistic .l-half.l-half-r .l-indent {
    margin-left: 17px !important;
}

#sidebar  p {
    font-size: .8em;
    color: #5F6776;
    line-height: 1.666em;
    margin-top: 10px;
}

#sidebar p.end {
    margin: 5px 0 13px !important;
    display: block;
}

#sidebar p.end a {
    text-decoration: none;
}

#sidebar p a{
    text-decoration: underline !important;
}

.b-topics-feed {
    margin-top: 20px;
}

.b-topics-feed .b-user-a-black {
    color: #5f6776;
}

.b-topics-feed li {
    font-size: .8em;
    color: #5F6776;
    line-height: 1.66em;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}
.b-topics-feed li i {
    font-size: 14px;
    line-height: 1px;
}
.b-topics-feed li .b-user {
    font-weight: bold;
    color: #2D3038;
    margin: 0 0 0 0;
}

.b-topics-feed li .fix-color-a {
    color: #5F6776;
}

.b-topics-feed li .fix-color-a-black {
    color: #000;
}

.b-topics-feed li i.avatar {
    margin: 0 4px -1px 0;
    width: 15px;
    height: 12px;
    background: url(../../images/icons.png) -62px -71px no-repeat;
    display: inline-block;
}
.b-votes {
    color: #649600;
    margin: 0 0 0 5px;
}
li.selected .b-votes {
    color:#fff;
}
.b-topics-feed li a.black {
    color: #5F6776;
}

.b-category-list {
    display: block;
    margin: 12px -10px 0;
    padding: 0 0 20px;
}
.b-category-list li {
    font-size: .8em;
}
.b-category-list li,
.b-category-list li a {
    color: #5F6776;
    display: block;
}
.b-category-list li:hover {
    background-color: #d5dae2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b-category-list li .b-selection {
    line-height: 1.666em;
    padding: 0 10px;
}
.b-category-list li.selected .b-selection {
    color: #fff;
}
.b-category-list li .b-selection .b-selection-top,
.b-category-list li .b-selection .b-selection-bottom {
    margin: 0 -1px;
    padding: 0 1px;
    display: block;
    position: relative;
}

.b-category-list li.selected .b-selection .b-selection-top,
.b-category-list li.selected .b-selection .b-selection-bottom-l,
.b-category-list li.selected .b-selection .b-selection-bottom,
.b-category-list li.selected .b-selection .b-selection-bottom-r {
    background: url(../../images/custom-list-selection.png) no-repeat;
}
.b-category-list.compact li.selected .b-selection .b-selection-top,
.b-category-list.compact li.selected .b-selection .b-selection-bottom-l,
.b-category-list.compact li.selected .b-selection .b-selection-bottom,
.b-category-list.compact li.selected .b-selection .b-selection-bottom-r {
    background: url(../../images/custom-list-selection-compact.png) no-repeat;
}

.b-category-list.compact li.selected_compact .b-selection .b-selection-top,
.b-category-list.compact li.selected_compact .b-selection .b-selection-top-r,
.b-category-list.compact li.selected_compact .b-selection .b-selection-bottom,
.b-category-list.compact li.selected_compact .b-selection .b-selection-bottom-r {
    background: url(../../images/custom-list-selection-compact_monolith.png) no-repeat;
}

.b-category-list.compact li.selected_compact .b-selection .b-selection-top {
    margin-left: -10px;
    padding-left: 10px;
    color: #fff;
}
.b-category-list.compact li.selected_compact .b-selection .b-selection-top .b-votes {
    color: #fff;
}
.b-category-list.compact li.selected_compact .b-selection .b-selection-top .b-selection-top-r {
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    width: 9px;
    background-position: -391px 0px;
}
.b-category-list.compact li.selected_compact .b-selection .b-selection-bottom {
    background-position: 0px -48px;
    margin-left: -10px;
}
.b-category-list.compact li.selected_compact .b-selection .b-selection-bottom .b-selection-bottom-r {
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    width: 9px;
    background-position: -391px -48px;
}

.b-category-list li.selected .b-selection .b-selection-top-l,
.b-category-list li.selected .b-selection .b-selection-top-r {
    background: url(../../images/custom-list-selection-corners.png) no-repeat;
}
.b-category-list.compact li.selected .b-selection .b-selection-top-l,
.b-category-list.compact li.selected .b-selection .b-selection-top-r {
    background: url(../../images/custom-list-selection-corners-compact.png) no-repeat;
}

.b-category-list li .b-selection .b-selection-top {
    padding: 5px 1px 2px;
}
.b-category-list.compact li .b-selection .b-selection-top {
    margin-top: -1px;
    margin-bottom: -3px;
    padding: 0 1px;
}
.b-category-list.compact li .b-selection .b-selection-top-c {
    top: 1px;
    position: relative;
}
.b-category-list li.selected .b-selection .b-selection-top,
.b-category-list.compact li.selected .b-selection .b-selection-top {
    background-color: #00b3f6;
    background-position: 0 -8px;
    background-repeat: repeat-x;
}
.b-category-list.b-statistic {
    margin-top: 11px;
}

.b-category-list li.selected .b-selection .b-selection-top-l,
.b-category-list.compact li.selected .b-selection .b-selection-top-l {
    top: 0;
    left: -9px;
    bottom: 0;
    width: 9px;
    background-position: 0 0;
    position: absolute;
}
.b-category-list li.selected .b-selection .b-selection-top-r,
.b-category-list.compact li.selected .b-selection .b-selection-top-r {
    top: 0;
    right: -9px;
    bottom: 0;
    width: 9px;
    background-position: 100% 0;
    position: absolute;
}

.b-category-list li .b-selection .b-selection-bottom {
    padding-top: 4px;
}
.b-category-list li.selected .b-selection .b-selection-bottom,
.b-category-list.compact li.selected .b-selection .b-selection-bottom {
    background-color: #00b3f6;
    background-position: 0 -4px;
    background-repeat: repeat-x;
}
.b-category-list li.selected .b-selection .b-selection-bottom-l,
.b-category-list.compact li.selected .b-selection .b-selection-bottom-l {
    top: 0;
    left: -9px;
    bottom: 0;
    width: 9px;
    background-position: 0 0;
    position: absolute;
}
.b-category-list li.selected .b-selection .b-selection-bottom-r,
.b-category-list.compact li.selected .b-selection .b-selection-bottom-r {
    top: 0;
    right: -9px;
    bottom: 0;
    width: 9px;
    background-position: 100% 0;
    position: absolute;
}

h2.b-statistic {
    font-size: 1.3em;
    margin-top: 7px;
}

.l-indent.b-statistic {
    padding-left: 4px !important;
}

.b-statistic .b-category-list {
    margin-top: 11px !important;
    padding-bottom: 23px;
}

.b-statistic .l-half-r li {
    width: 155px;
}

.b-user-statistic {
    color: #5F6776;
    margin-top: 11px;
    display: block;
}

.b-user-statistic .b-user-statistic-columns {
    display: block;
    margin-top: 10px;
}

.b-user-statistic .b-user-statistic-columns li {
    float: left;
}
.b-user-statistic .b-user-statistic-columns.col2 li {
    width: 50%;
}

.b-user-statistic .b-user-statistic-columns.col3 li {
    width: 33.33%;
}

.b-user-statistic .b-user-statistic-columns li h1 {
    font-size: 1.733em;
    font-weight: 400;
}
.b-user-statistic .b-user-statistic-columns li p {
    margin-top: 2px;
}

.b-user-statistic-columns.col3 p {
    margin-top: -1px !important;
}

.b-popular-blogs {
    margin-top: 11px;
    display: block;
}

.b-popular-blogs table {
    width: 100%;
    border-collapse: collapse;
}

.b-popular-blogs table td {
    font-size: .933em;
    font-weight: bold;
    vertical-align: bottom;
    padding: 3px 0 0;
    line-height: 1.92em;
}

.b-popular-blogs table td a {
    color:#5f6776;
}
.b-popular-blogs table td.count {
    font-size: 0.93em;
    font-weight: 400;
    color: #806A00;
    text-align: right;
}

.b-table-list-blogs table td h2 {
    line-height: 1.15em !important;
}

.b-comments {
    margin-bottom: 45px;
}

.b-comments.preview {
    margin-bottom: 0;
    margin-top: 30px;
}

.b-comments.preview .b-comment {
    margin-top: 0;
}


.b-comments .b-comments {
    margin-left: 30px;
    margin-bottom: 0;
}

.b-comments .b-comments.preview .b-comment-text {
    border-left: 1px #DDDEDE solid;
    border-right: 1px #DDDEDE solid;
    background-color: #F7F7F7;
}

.b-comments .b-comments.preview .b-comment .b-comment-text {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.b-comments .b-comment {
    font-size: .8em;
    color: #5F6776;
    line-height: 1.66em;
    margin-top: 24px;
}

.b-comments .b-comment-new {
    font-size: .8em;
    background: #F2F1C4;
    color: #5F6776;
    line-height: 1.66em;
    margin-top: 24px;
}

.b-comments .b-comment .delete {
    padding: 3px 0;
    display: block;
}

.b-comments.comments-topic .b-comment .delete {
    display: inline;
    /*margin-left: -3px;*/
}

.b-comments .b-comments .b-comment {
    font-size: 1em;
}
.reply {
    margin-top: -7px;
}
.reply .b-button {
    margin: 0;
}

.reply .b-button button {
    padding: 0;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .b-comments .b-comments.preview .b-comment .b-comment-text {
        margin-top: -7px;
    }
    .reply {
        margin-top: -10px;
    }
}

.b-standalone-coments {
    margin-bottom: 40px;
}
.b-standalone-coments h3 a {
    color: #2D3038;
}
.b-standalone-coments .topic {
    font-size: .8em;
    margin: 5px 0 -5px;
}

.coments-list-search .box-title {
    padding-top: 1px !important;
}

.coments-list-search .b-comments .b-comment .b-comment-user-panel {
    margin-bottom: 16px !important
}

.b-comments .b-comment .box-title {
    clear: left;
    width: 100%;
    padding: 10px 0 0 0;
}

.b-comments .b-comment .box-title p {
    color: #5F6776;
}

.b-comments .b-comment .box-title p a {
    text-decoration: none;
    margin: 0 0 0 0;
}

.b-comments .b-comment .box-title p span {
    margin: 0 5px 0 0;
}

.b-comments .b-comment .box-title .fix-color {
    color: #5F6776;
}

.b-comments .b-comment .b-comment-user-panel {
    min-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}
/* для новых коментов*/
.coments-list-search .b-comments .b-comment-new .b-comment-user-panel {
    margin-bottom: 16px !important
}
.b-comments .b-comment-new .box-title {
    clear: left;
    width: 100%;
    padding: 10px 0 0 0;
}
.b-comments .b-comment-new .box-title p {
    color: #5F6776;
}
.b-comments .b-comment-new .box-title p a {
    text-decoration: none;
    margin: 0 0 0 0;
}
.b-comments .b-comment-new .box-title p span {
    margin: 0 5px 0 0;
}
.b-comments .b-comment-new .box-title .fix-color {
    color: #5F6776;
}
.b-comments .b-comment-new .b-comment-user-panel {
    min-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}
/* == */



.b-comments.comments-topic .b-comment-text {
    line-height: 1.67em !important;
}

.b-comments .b-comment .b-comment-user-panel li {
    float: left;
    line-height: 30px;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-user {
    font-weight: bold;
    margin-right: 10px;
    padding-left: 40px;
    position: relative;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-user,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-user a {
    color: #2D3038;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-user i {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-user span {
    font-weight: 400;
    color: #5F6776;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-date {
    margin-right: 10px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-link {
    margin-right: 5px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite {
    width: 10px;
    margin: 0 10px 0 4px;
    position: relative;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite i {
    width: 16px;
    height: 16px;
    background: url(../../images/new_pravo/icons.png) -5px -529px no-repeat;
    margin: 7px 4px 0;
    display: block;
    cursor: pointer;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite i:hover,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite i.selected,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite.active i {
    background-position: -5px -545px
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-parent {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 0 10px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-parent a {
    border-bottom: 1px solid #0091D1;
    font-size: 0.8em;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-line {
    position: relative;
}
/*.b-comments .b-comment .b-comment-user-panel:hover .b-comment-user-panel-line i {
    top: 13px;
    left: 10px;
    width: 10000px;
    height: 1px;
    background: url(../../images/comment-line.png) repeat-x;
    position: absolute;
}
*/
.b-comments.comments-topic .b-comment-user-panel:hover {
    background: #E3ECF9;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls {
    float: right;
/*  background-color: #fff;*/
    padding-left: 10px;
    position: relative;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls span {
    float: left;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls span {
    font-weight: bold;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.positive span {
    color: #649600;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.negative span {
    color: #C1272D;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i {
    width: 16px;
    height: 14px;
    background: url(../../images/new_pravo/icons.png) no-repeat;
    margin-top: 6px;
    margin-left: 18px;
    cursor: pointer;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i.plus {
    background-position: -5px -447px;
    margin-left: 3px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i.plus:hover {
    background-position: -5px -480px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.voted i.plus,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.disabled i.plus {
    background-position: -5px -416px;
    margin-top: 8px;
    margin-left: 3px;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.plus i.plus {
    background-position: -5px -512px;
    margin-top: 6px;
    margin-left: 3px;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i.minus {
    background-position: -6px -431px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls i.minus:hover {
    background-position: -6px -463px;
}

.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.voted i.minus,
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.disabled i.minus {
    background-position: -6px -401px;
    margin-top: 8px;
}
.b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-controls.minus i.minus {
    background-position: -6px -497px;
    margin-top: 6px;
}

.b-comments .b-comment p a {
    text-decoration: underline;
    margin-right: 10px;
}

.b-comments .b-comment .b-comment-text {
    display:block;
    color:#2D3038;
    margin-right:82px;
    overflow-y:hidden;
}

.b-comments .b-comment .b-comment-text img {
    padding:10px;
}

.b-comments .b-comment .b-comment-text.del {
    text-decoration: line-through;
}
.b-comments .b-comment .b-comment-text p {
    line-height: 1.666em;
    color: #5F6776;
}

.b-comments .b-comment .b-comment-text .b-form-row {
    margin-top: 8px;
    margin-bottom: 10px;
}
.b-comments .b-comment .b-comment-text .b-form-row .b-custom-textarea .b-custom-textarea-field {
    font-size: 1em;
}
/* ---------------------------- */

.b-comments .b-comment-new .b-comment-user-panel li {
    float: left;
    line-height: 30px;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-user {
    font-weight: bold;
    margin-right: 10px;
    padding-left: 40px;
    position: relative;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-user,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-user a {
    color: #2D3038;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-user i {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-user span {
    font-weight: 400;
    color: #5F6776;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-date {
    margin-right: 10px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-link {
    margin-right: 5px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-favorite {
    width: 10px;
    margin: 0 10px 0 4px;
    position: relative;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-favorite i {
    width: 16px;
    height: 16px;
    background: url(../../images/new_pravo/icons.png) -5px -529px no-repeat;
    margin: 7px 4px 0;
    display: block;
    cursor: pointer;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-favorite i:hover,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-favorite i.selected,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-favorite.active i {
    background-position: -5px -545px
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-parent {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 0 10px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-parent a {
    border-bottom: 1px solid #0091D1;
    font-size: 0.8em;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-line {
    position: relative;
}
/*.b-comments .b-comment-new .b-comment-user-panel:hover .b-comment-user-panel-line i {
    top: 13px;
    left: 10px;
    width: 10000px;
    height: 1px;
    background: url(../../images/comment-line.png) repeat-x;
    position: absolute;
}
*/
.b-comments.comments-topic .b-comment-user-panel:hover {
    background: #E3ECF9;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls {
    float: right;
/*  background-color: #fff;*/
    padding-left: 10px;
    position: relative;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls span {
    float: left;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls span {
    font-weight: bold;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.positive span {
    color: #649600;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.negative span {
    color: #C1272D;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i {
    width: 16px;
    height: 14px;
    background: url(../../images/new_pravo/icons.png) no-repeat;
    margin-top: 6px;
    margin-left: 18px;
    cursor: pointer;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i.plus {
    background-position: -5px -447px;
    margin-left: 3px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i.plus:hover {
    background-position: -5px -480px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.voted i.plus,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.disabled i.plus {
    background-position: -5px -416px;
    margin-top: 8px;
    margin-left: 3px;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.plus i.plus {
    background-position: -5px -512px;
    margin-top: 6px;
    margin-left: 3px;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i.minus {
    background-position: -6px -431px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls i.minus:hover {
    background-position: -6px -463px;
}

.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.voted i.minus,
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.disabled i.minus {
    background-position: -6px -401px;
    margin-top: 8px;
}
.b-comments .b-comment-new .b-comment-user-panel .b-comment-user-panel-controls.minus i.minus {
    background-position: -6px -497px;
    margin-top: 6px;
}

.b-comments .b-comment-new p a {
    text-decoration: underline;
    margin-right: 10px;
}

.b-comments .b-comment-new .b-comment-text {
    display:block;
    color:#2D3038;
    margin-right:82px;
    overflow-y:hidden;
}

.b-comments .b-comment-new .b-comment-text img {
    padding:10px;
}

.b-comments .b-comment-new .b-comment-text.del {
    text-decoration: line-through;
}
.b-comments .b-comment-new .b-comment-text p {
    line-height: 1.666em;
    color: #5F6776;
}

.b-comments .b-comment-new .b-comment-text .b-form-row {
    margin-top: 8px;
    margin-bottom: 10px;
}
.b-comments .b-comment-new .b-comment-text .b-form-row .b-custom-textarea .b-custom-textarea-field {
    font-size: 1em;
}


/* ---------------------------- */


/*********************/
.b-button-middle {
    margin: 0;
    position: absolute;
    top: -5px;
    right: 0;
}

.b-button-middle--nomargin {
    margin: 0 0 0 -4px;
}

.b-button-middle .b-button-middle-l,
.b-button-middle .b-button-middle-r {
    background: url(../../images/buttons_monolith.png) no-repeat;
}
.b-button-middle .b-button-middle-l {
    float: left;
    height: 41px;
    background-repeat: no-repeat;
    background-position: 0px -64px;
}
.b-button-middle .b-button-middle-r {
    float: left;
    width: 10px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: -290px -64px;
}
.b-button-middle button {
    min-width: 120px;
    height: 35px;
    font: 1em Arial, Helvetica, sans-serif;
    line-height: 27px;
    color: #fff;
    text-shadow: -1px -1px 0 #0075af;
    border: none;
    background: none;
    padding: 2px 8px 0px 17px;
    cursor: pointer;
    text-transform: capitalize;
}

.b-button-middle--nomargin button {
    text-transform: none;
}

.b-button-large {
    margin: 0px 3px 22px 0px;
    padding:0px;
}
.b-button-large .b-button-large-l,
.b-button-large .b-button-large-r {
    background: url(../../images/buttons_monolith.png) no-repeat;
}
.b-button-large .b-button-large-l {
    float: left;
    height: 60px;
    background-position: 0px 0px;
}
.b-button-large .b-button-large-r {
    float: left;
    width: 10px;
    height: 60px;
    background-position: -290px 0px;
}
.b-button-large .b-button-large-l button {
    min-width: 120px;
    font: 1.33em Arial, Helvetica, sans-serif;
    line-height: 27px;
    color: #fff;
    text-shadow: -1px -1px 0 #0075af;
    border: none;
    background: none;
    text-transform: capitalize;
    height: 55px;
    padding:0px 8px 0px 17px;
    width: 170px;
    cursor: pointer;
    background:transparent;
}



.b-button {
    margin: -3px 3px 22px -3px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.b-button .b-button-l,
.b-button .b-button-c,
.b-button .b-button-r {
    background: url(../../images/new_pravo/icons.png) no-repeat;
}
.b-button .b-button-l,
.b-button .b-button-r {
    top: 0;
    bottom: 0;
    width: 10px;
    position: absolute;
}
.b-button .b-button-l {
    left: 0;
    background-position: -1px -717px;
}
.b-button.big .b-button-l {
    background-position: -2px -855px
}

.b-button .b-button-c {
    float: left;
    background-position: 0 -643px;
    background-repeat: repeat-x;
    padding: 1px 0 5px;
}
.b-table-list-bottom .b-button-c {
    height: 28px;
}
.b-table-list-bottom button {
    top: -7px;
    position: relative;
}
.b-button.big .b-button-c {
    background-position: 0 -759px;
    padding: 2px 0 4px;
}

.b-button .b-button-r {
    right: 0;
    background-position: -17px -681px;
}
.b-button.big .b-button-r {
    background-position: -17px -809px;
}

.b-button button {
    min-width: 120px;
    height: 29px;
    font: 1.33em Arial, Helvetica, sans-serif;
    line-height: 27px;
    color: #fff;
    text-shadow: -1px -1px 0 #0075af;
    border: none;
    background: none;
    padding: 0 18px 6px;
    cursor: pointer;
    text-transform: capitalize;
}
.b-comment .b-button button {
    min-width: 120px;
}

.b-comment-new .b-button button {
    min-width: 120px;
}

.b-button.big button {
    height: 40px;
    font: 1.333em Arial, Helvetica, sans-serif;
    padding-bottom:6px;
    padding-top:1px;
    width:170px;
    cursor: pointer;
}

.vacancy-add .b-button.big {
    font-size: 1.25em;
}

.b-search-job {
    color:#5F6776;
}

.b-search-job .b-button {
    margin: 25px 0 25px 100px;
}
.b-search-job .b-button button {
    margin-left:-4px;
    width:120px;
    font-size:1em;
    padding:0;
}

.b-search-job .b-button .b-button-c {
    width:110px;
}

.b-search-job .b-radio-label {
    margin:0 15px 0 0;
    font-size:.8em;
}

.b-search-job-kw .b-custom-input input{
    width:315px;
}

.b-search-job-salary span {
    font-size:.8em;
    margin: 10px;
    float:left;
}

.b-search-job-salary span:first-child {
    margin-left:0;
}

.b-search-job-salary .b-custom-input {
    width:80px;
    float:left;
}

.b-search-job-salary .b-custom-input input {
    width:60px;
    font-size:1em;
}

.b-search-job p {
    font-size:.8em;
    font-weight: bold;
    margin-bottom:4px;
}

.b-search-job input {
    height: 15px;
}

.b-search-job .b-search-job-employment input {
    height: auto;
}

.b-search-job-employment .b-radio i {
    height:15px;
}

.b-search-job-employment label {
    cursor:pointer;
}

.b-table-list {
    display: block;
}
.b-content .b-table-list {
    position: relative;
    margin: -17px 0 0 -20px;
}

.b-content .b-table-list.people {
    margin-top: -22px !important;
}

.b-table-list.people table th {
    padding-bottom: 10px !important;
}

.b-content .b-table-list.inbox {
    margin-top: -22px;
}

.b-content .b-table-list .b-vert-delimiter {
    top: 0;
    width: 1px;
    border-left: 1px #c1c4ca solid;
    margin-left: -10px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    position: absolute;
}

.b-table-list table {
    width: 100%;
    border-collapse: collapse;
}

.b-table-list table tr {
    border-bottom: 1px solid #ebebeb;
}

.b-table-list table th,
.b-table-list table td {
    font-size: .8em;
    font-weight: 400;
    color: #5F6776;
    padding: 0 10px;
}
.b-table-list table th {
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: #2D3038;
    padding: 5px 10px 15px;
}


.b-table-list.inbox table .new .b-table-list-checkable a {
    color: #FF8600;
}

.b-table-list table .b-table-list-checkable a {
    color: #5F6776;
    font-weight: bold;
}

.b-table-list table td a.author{
    color: #5F6776;
}

.b-table-list table th a {
    color: #2D3038;
}

.b-table-list table th i {
    top: -1px;
    font-size: 14px;
    color: #2d3038;
    line-height: 1px;
    position: relative;
}


.b-table-list table td {
    line-height: 1.666em;
    vertical-align: middle;
    padding: 0 10px;
    height: 61px;
}

.personal-avatar {
    display: inline-block;

}

.people .personal-avatar {
    margin-top: 6px;
}

.people table td {
    padding: 4px 10px 3px 9px !important;
}

.people .b-table-list-avatar h2 {
    line-height: 1.12em;
}

.b-table-list.users-search h2 {
    line-height: 1em;
}

.b-table-list.users-search {
    padding-top:10px;
}

.b-table-list.inbox table td {
    color: #5f6776;
    vertical-align: top;
    padding: 15px 9px 0;
    height: 34px;
}

.b-table-list.inbox table td.b-from, .b-table-list.inbox table td.l-center,  .b-table-list.inbox table td.l-date{
    padding-top: 18px;
    height: 30px;
}

.b-table-list.inbox table td .b-theme {
    margin-bottom: 14px;
}

#form_talks_list .b-table-list table td {
    line-height: 1.45em !important;
}

#form_talks_list .b-table-list table td.b-table-list-checkable .b-checkbox {
    margin-top: -2px !important;
}

#form_talks_list .b-table-list table th {
    padding-bottom: 10px !important;
}

.b-table-list.inbox .b-checkbox label {
    position: relative;
    top: 2px;
}

.b-table-list.inbox table .new td {
    color: #5F6776;
}

.b-table-list table tr:hover td {
    background-color: #f1f6fc;
}

.b-table-list table tr.service-block:hover td {
    background: none;
}
.b-table-list table td h2 {
    font-size:1.5em;
    margin: 0;
    line-height: 1.67em;
}
.b-table-list table td h2 span {
    background-color: #fffac2;
    padding: 3px 0 6px;
}
.b-table-list table td p {
    margin-top: 2px;
}

.b-table-list-user {
    font-size: 12px;
    font-weight: bold;
    color: #0091D1;
    margin-left: 5px;
    padding: 0 0 0 21px;
    position: relative;
    line-height: 1.67em;
}

.b-table-list-user--delete {
    color:#5F6776;
}
.b-table-list-user i {
    top: 2px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url(../../images/new_pravo/icons.png) -6px -910px no-repeat;
    position: absolute;
}

.b-content .index-topic .b-topic-tags {
    margin-top:10px;
    /*margin-bottom:30px;*/
}

.b-content .index-topic .b-topic-panel {
    margin-top:15px;
    margin-bottom:36px;
}

.b-table-list table td.b-table-list-count {
    font-size: 1em;
    color: #ff8600;
}
.b-table-list table td.b-table-list-count.negative {
    color: #ff8600;
}
.b-table-list table td.b-table-list-count.blue {
    color: #0085BC;
}


.b-table-list table td.b-table-list-checkable {
    font-size: .933em;
    color: #5f6776;
    padding-left: 50px;
}

.inbox td {
    vertical-align: top !important;
}

.b-table-list table td.b-table-list-checkable .b-checkbox {
    float:left;
    margin:2px 0 0 -35px;
}
.b-table-list table .new td.b-table-list-checkable label {
    font-weight: bold;
    color: #0085BC;
}

.people .b-table-list table td h2 {
    font-size: 1.5em;
    margin: 0;
}

.people table td.b-table-list-avatar img {
    margin: 0 0 0 -60px;
    position: relative;
    top: 3px;
}

.jobs .b-table-list {
    margin-top: -3px
}

.jobs.resume .b-table-list {
    margin-top: -13px
}

.jobs .b-table-list table th {
    padding-bottom: 11px !important;
}

.jobs .b-table-list table td {
    height: 24px;
}

.jobs .b-table-list div {
    margin-top: 1px;
}

.jobs .b-table-list table td h2 {
    margin: -1px 0 0;
    line-height: 1.15em;
    padding-bottom: 5px;
}

.jobs .b-table-list .b-table-list-count span  {
    margin: 0;
    display: block;
    line-height: 1.35em;
}

.b-columns {
    white-space: nowrap;
    display: block;
}
.b-columns .b-column {
    width: 100%;
    display: inline-block;
}
.b-columns .b-column img.captcha {
    top: 20px;
    display: block;
    margin-left: 20px;
    position: absolute;
}

.b-columns .b-column .month .b-custom-input {
    width: 99px;
}

.b-columns.count2 .b-column {
    width: 50%;
}
.b-columns.count2 .b-column.invert-width {
    width: 50%;
}
.b-columns.count3 .b-column {
    width: 270px;
}
.b-columns.count3 .b-column.invert-width {
    width: 500px;
}
.b-columns.count4 .b-column {
    width: 370px;
}
.b-columns.count4 .b-column.invert-width {
    width: 75%;
}

/*.b-form.topic-create .b-columns.count4 .b-column,
.b-form.question-create .b-columns.count4 .b-column,
.b-form.link-create .b-columns.count4 .b-column {
    width:772px;
}*/

.b-columns .b-column .day .b-custom-input,
.b-columns .b-column .year .b-custom-input {
    width: 70px;
}

.b-columns .b-column .month {
    width: 107px;
}

.b-columns .b-column .day  {
    width: 77px;
}

.i-note {
    color: #5f6776 !important;
}

.b-form {
    margin-top: -2px;
}
.b-form .b-row {
    font-size: .8em;
    line-height: 1.666em;
    color: #5F6776;
    margin-bottom: 20px;
    position: relative;
}
.b-form.b-login-container .b-row  {
    margin-bottom: 10px;
}
.b-form.b-login-container .b-row .b-column {
    vertical-align: top;
}
.b-form.b-login-container .b-row a {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
}

.b-form .b-row.big-indent {
    margin-bottom: 43px;
    z-index: 100;
}
.b-form .b-row.no-indent {
    margin-bottom:3px;
}
.b-form .b-row.left-indent {
    margin-left: 20px;
}

.b-form .b-row label {
    font-weight: bold;
    display: block;
}
.b-form .b-row label span {
    font-weight:normal;
}
.b-form.b-login-container .b-row label {
    top: -4px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.b-form.topic-create .topic-type {
    margin-left:29px;
}

.b-form .b-row label input {
    top: 2px;
    position: relative;
}
.b-form .b-row ol {
    font-size: 1.333em;
    color: #2D3038;
    margin-top: -5px;
}
.b-form .b-row ol li {
    line-height: 1.666em;
    list-style-type: decimal;
    margin-top: 10px;
    padding: 0 30px 0 0;
    position: relative;
}
.b-form .b-row ol li.no-delete {
    padding: 0;
}
.b-form .b-row ol li .b-custom-input {
    margin-top: 10px;
}
.b-form .b-row ol li input {
    font-size: 1em;
    display: inline;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .b-form .b-row ol li .b-custom-input .b-custom-input-border,
    .b-form .b-row ol li .b-custom-textarea .b-custom-textarea-border {
        height: 30px;
    }
    .b-form .b-row ol li input {
        position: relative;
    }
}
.b-form .b-row ol li a {
    font-size: .875em;
    font-weight: bold;
    margin-left: 12px;
}

.b-form .b-row ol li .b-delete {
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/new_pravo/icons.png) -4px -497px no-repeat;
    position: absolute;
    cursor: pointer;
}

.b-form .b-row ol li .b-delete:hover {
     background-position: -4px -463px;
}

.b-form .b-row ol li.no-delete .b-delete {
    display: none;
}

.b-form .b-row .b-textarea,
.b-form .b-row .b-custom-input,
.b-form .b-row .b-custom-textarea {
    margin-top: 4px;
}
.b-form .b-row .input-indent .b-textarea,
.b-form .b-row .input-indent .b-custom-input,
.b-form .b-row .input-indent .b-custom-textarea {
    margin-right: 10px;
}
.b-form .b-row .invert-input-indent .invert-width .b-textarea,
.b-form .b-row .invert-input-indent .invert-width .b-custom-input,
.b-form .b-row .invert-input-indent .invert-width .b-custom-textarea {
    margin-left: 10px;
}
.b-form .b-row .input-indent .last .b-textarea,
.b-form .b-row .input-indent .last .b-custom-input,
.b-form .b-row .input-indent .last .b-custom-textarea {
    margin-right: 6px;
}

.b-form .b-row img {
    margin: 10px 10px 10px 0;
}

.b-custom-input,
.b-custom-input .b-custom-input-border,
.b-custom-input .b-custom-input-field,
.b-custom-textarea,
.b-custom-textarea .b-custom-textarea-border,
.b-custom-textarea .b-custom-textarea-field,
.b-custom-input .b-custom-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;
}

.b-custom-shadow {
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj4KCTxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgoJCTxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiLz4KCQk8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiLz4KCTwvbGluZWFyR3JhZGllbnQ+Cgk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2dyYWQpIi8+Cjwvc3ZnPg==) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#e6e6e6,#fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));
    background: linear-gradient(top,#e6e6e6,#fff);
    background: -o-linear-gradient(top,#e6e6e6,#fff);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 3px;
    z-index: 99;
    margin-left:-10px;
    margin-right:0px;
}

.b-custom-input,
.b-custom-input .b-custom-input-border,
.b-custom-textarea .b-custom-textarea-border {
    background: #B8B8B8;
}
.b-user-popup .b-custom-input,
.b-user-popup .b-custom-textarea {
    background: #666;
    margin: 0 !important;
}
.b-user-popup .count3 .b-custom-input {
    width: 105px;
}
.b-custom-textarea {
    background: #B8B8B8;
}
.b-custom-input,
.b-custom-textarea {
    padding: 1px;
    display: block;
    position: relative;
}
.b-custom-input .b-custom-input-border,
.b-custom-textarea .b-custom-textarea-border {
    background-color: #fff;
    background-position: 0 -165px;
    display: block;
    padding:0 0 0 10px;
}
.b-custom-input.b-disabled .b-custom-input-border,
.b-custom-textarea.b-disabled .b-custom-textarea-border {
    background-color: #fff;
}

.b-custom-input .b-custom-input-field,
.b-custom-textarea .b-custom-textarea-field,
.b-login-container .b-row input {
    width:100%;
    border: none;
    background: none;
    padding: 0;
    display: block;
}

.b-custom-input .b-custom-input-field,
.b-custom-textarea .b-custom-textarea-field,
.b-custom-input .b-custom-select,
.b-login-container .b-row input {
    font: 1.25em Arial, Helvetica, sans-serif;
    color: #2D3038;
    margin: 0;
    padding: 0px 0 4px;
    visibility: visible !important;
    height: 1.25em;
}

.b-custom-input.b-disabled .b-custom-input-field,
.b-custom-textarea.b-disabled .b-custom-textarea-field,
.b-custom-input.b-disabled .b-custom-select {
    color: #2d3038;
    cursor: default;
}

.b-form.b-login-container .b-row .b-custom-input .b-custom-input-field {
    font-size:1em;
}
.b-custom-textarea .b-custom-textarea-field {
    font-size: 1.166em;
    height: 115px;
    line-height: 1.666em;
}
.b-custom-textarea .b-custom-textarea-field.big {
    height: 300px;
    color: #5f6776;
}
.b-custom-input.big .b-custom-input-field {
    top: 0;
    font-size: 1.7em;
    height:29px;
}

.b-custom-input .b-custom-select {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    opacity: 0;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.b-custom-input .b-custom-select-trigger {
    top: 2px;
    right: 1px;
    bottom: 1px;
    width: 19px;
    background: #dddddd url(../../images/custom-input.png) 0 -88px repeat-x;
    position: absolute;
    cursor: pointer;
}
.b-custom-input .b-custom-select-trigger i {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #dddddd url(../../images/arrows.png) no-repeat;
    position: absolute;
}

.b-form .b-row p {
    color: #B8B8B8;
    margin-top: 5px;
}

.b-form .b-form-submit-options {
    vertical-align: top;
    margin: -2px 0px 0px 6px;
    display: inline-block;
}
.b-form .b-form-submit-options li {
    font-size: .933em;
    font-weight: bold;
    line-height: 1.7em;
}
.b-form .b-form-submit-options li input {
    font: .9375em Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #0085BC;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.b-form .b-user-avatar {
    line-height: 50px;
    padding: 10px 0 20px 70px;
    display: block;
}

.b-form .b-user-avatar.settings {
    line-height: 1.66em;
    margin-top: -10px;
    padding: 0 0 10px;
}

.b-form .b-user-avatar .b-user-avatar-img {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: -70px;
}
.b-form .b-user-avatar.settings .b-user-avatar-img {
    float:none;
/*  border: 1px #ccc solid;*/
    margin: 0 0 6px;
    display: block;
}

.b-form .b-user-avatar.settings .b-user-avatar-img.photo {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.b-whois-avatar .b-avatar-checkbox {
    margin: -5px 0 0;
}

.b-whois-avatar .b-row {
    margin: 0 0 17px;
}

.b-form .b-user-avatar.settings p {
    color: #2D3038;
    margin: 0;
}

.b-form .b-user-avatar.settings p.file-info {
    position: relative;
    top: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.b-form .b-user-avatar.settings p strong label {
    position: relative;
    top: -3px;
}

.b-form .b-user-avatar.settings p.b-avatar strong label {
    top: 1px;
}

.b-form .b-user-avatar label {
    font-size: 1.166em;
    font-weight: bold;
    color: #0085BC;
}

.b-form .b-user-avatar.settings label {
    float: left;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
}

.b-form .b-user-avatar.settings strong label {
    font-weight: bold;
}

.b-form .b-user-avatar input {
    margin-top: -37px;
    display: block;
    cursor: pointer;
    opacity: 0;
}
.b-form .b-user-avatar.settings input {
    margin-top: -1px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .b-form .b-user-avatar label {
        font-weight:400;
        color:#2D3038;
    }
    .b-form .b-user-avatar input {
        margin-left: 130px;
        opacity: 1;
    }
}

.b-form .b-user-avatar.settings label.b-delete {
    color: #0085BC;
}


.b-table-list-bottom {
    bottom: 17px;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 1px solid #EBEBEB;
    width: 100%;
}
.b-table-list-bottom .b-table-list-bottom-indent {
    margin-right: 401px;
}
.b-table-list-bottom .b-table-list-bottom-bg {
    height: 48px;
    line-height: 48px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.b-table-list-bottom .b-table-list-bottom-bg .b-checkbox {
    float: left;
    margin: 13px 15px 0 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .b-table-list-bottom {
        bottom: 24px;
        right: 400px;
    }
    .b-table-list-bottom .b-table-list-bottom-bg .b-checkbox {
        margin-top: 6px;
    }
}

.b-table-list-bottom .b-table-list-bottom-bg label {
    font-size: .933em;
    color: #5F6776;
}

.b-table-list-bottom .l-r {
    top: 7px;
    right: 0;
    font-size: .8em;
    position: absolute;
}

.b-radio,
.b-checkbox {
    display:inline-block;
    position:relative;
    margin: 0 0 0 -6px;
}
.b-radio label,
.b-checkbox label,
.b-radio i {
    width: 21px;
    height: 21px;
    background: url(../../images/icons.png) 0 -49px no-repeat;
    display: inline-block;
    cursor: pointer;
    z-index: 110;
    position: relative;
}
.b-radio label,
.b-radio i {
    width: 21px;
    height: 21px;
    background: url(../../images/custom-radio.png) 6px 5px no-repeat;
    display: inline-block;
    cursor: pointer;
}
.b-checkbox.simple label {
    width: 21px;
    height: 21px;
    background: url(../../images/custom-checkbox.png) 4px 7px no-repeat;
}
.b-radio.selected label,
.b-radio.selected i {
    background-position: 6px -25px;
}
.b-checkbox.selected label {
    background-position: -22px -49px;
}
.simple.selected label {
    background-position: 4px -22px;
}
.b-radio input,
.b-checkbox input {
    position: relative;
    padding: 5px;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
}
.b-checkbox-label,
.b-form .b-row label.b-checkbox-label {
    font-weight: 400;
    display: inline-block;
    cursor:pointer;
}


.update {
    background: none repeat scroll 0 0;
    position: fixed;
    top: 50%;
    right: 0;
    text-align: center;
    z-index: 999;
    margin-top: -25px;
    height: 49px;
}

@media only screen and (device-width: 768px) { /* iPad */
    .update {
        position: absolute;
        right:-270px;
    }
}

.update .wrapper {
    border: 1px solid #c4c9d4;
    border-right: none;
    height: 49px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEwNEFFNEM0MDlERDExRTA4N0E2QjAyOTQzRDc4NEVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEwNEFFNEM1MDlERDExRTA4N0E2QjAyOTQzRDc4NEVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTA0QUU0QzIwOUREMTFFMDg3QTZCMDI5NDNENzg0RUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTA0QUU0QzMwOUREMTFFMDg3QTZCMDI5NDNENzg0RUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4eB639AAAAJklEQVR42mL+//8/EwMDAxMx9H8gzUAGDdaPZBZOtfjU4FYHEGAA/3NFHwNH6eAAAAAASUVORK5CYII=) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#ffffff,#e9e9e9);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#e9e9e9,GradientType=0);
    zoom: 1;
    background: linear-gradient(top,#ffffff,#e9e9e9);
}

.update .wrapper:hover {
    border-color: #828995;
}

.update .update-comments {
    cursor: pointer;
    vertical-align: top;
}
.update .refresh {
    width: 48px;
    padding: 11px 0 0;

}

.update .new-comments {
    border: 1px solid #c4c9d4;
    border-right: 0;
    height: 23px;
    width: 48px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEwNEFFNEM0MDlERDExRTA4N0E2QjAyOTQzRDc4NEVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEwNEFFNEM1MDlERDExRTA4N0E2QjAyOTQzRDc4NEVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTA0QUU0QzIwOUREMTFFMDg3QTZCMDI5NDNENzg0RUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTA0QUU0QzMwOUREMTFFMDg3QTZCMDI5NDNENzg0RUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4eB639AAAAJklEQVR42mL+//8/EwMDAxMx9H8gzUAGDdaPZBZOtfjU4FYHEGAA/3NFHwNH6eAAAAAASUVORK5CYII=) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#ffffff,#e9e9e9);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#e9e9e9,GradientType=0);
    zoom: 1;
    background: linear-gradient(top,#ffffff,#e9e9e9);
    padding-top: 5px;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

.update .new-comments:hover{
    border: 1px solid #828995;
    border-right: 0;
}


.b-system-message {
    font-size: .8em;
    line-height: 1.666em;
    margin-bottom: 30px;
}
.b-system-message.error {
    color: #C1272D;
}
.b-system-message h3 {
    font-size: 1.25em;
}
.b-system-message ul {
    margin-top: 10px;
}

.tuning {
    margin: -5px 0 0 1px;
}

.b-form.tuning .b-delimiter {
    margin-top: 23px !important;
}

.tuning .b-row {
    margin: 0 0 9px;
}

.b-whois-title {
    padding: 0 0 0 65px;
/*  overflow: hidden;*/
    width: 720px;
    display: table;
}
.b-whois-title .b-whois-title-avatar {
    float: left;
    width: 50px;
    height: 50px;
    background: #ccc;
    margin: -3px 0 20px -65px;
}
.b-whois-title h2 {
    color: #2D3038;
    padding-right: 12px;
    margin-bottom: 24px;
    left: -5px;
    top: 2px;
    float: left;
    width: 407px;
    min-height: 52px;
}
.b-whois-title .b-whois-carma,
.b-whois-title .b-whois-rating {
/*  margin: 0 -20px 0 40px;*/
/*  padding-right: 80px;*/
    position: relative;
    left: 24px;
}

.b-whois-title .b-whois-rating {
    left: 120px;
}

.b-whois-title .b-whois-carma {
    margin:0 1px;
}

.b-whois-avatar {
    margin: 23px 0 0;
}

.b-whois-title .b-whois-carma span,
.b-whois-title .b-whois-rating span {
    top: 6px;
    left: 0;
    font-size: .6em;
    color: #5F6776;
    line-height: 1.4em;
    position: absolute;
    text-align:center;
}
.b-whois-title .b-whois-carma span .plus,
.b-whois-title .b-whois-carma span .minus,
.b-whois-title .b-whois-rating span .plus,
.b-whois-title .b-whois-rating span .minus {
    top: 3px;
    color: #5f6776;
    margin: 0;
    height: 15px;
    width: 13px;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    background: url(../../images/new_pravo/icons.png) no-repeat;
}
.b-whois-title .b-whois-carma span .minus,
.b-whois-title .b-whois-rating span .minus {
    right: -18px;
    background-position: -8px -269px;
}

.b-whois-title .b-whois-carma span .minus:hover,
.b-whois-title .b-whois-rating span .minus:hover {
    background-position: -7px -253px;
}

.b-whois-title .b-whois-carma span .plus,
.b-whois-title .b-whois-rating span .plus {
    left: -18px;
    background-position: -7px -236px;
}

.b-whois-title .b-whois-carma span .plus:hover,
.b-whois-title .b-whois-rating span .plus:hover {
    background-position: -7px -219px;
}


.b-whois-title .b-whois-carma span label,
.b-whois-title .b-whois-rating span label {
    font-size: 1.73em;
    text-align: center;
    display: block;
}

.b-whois-title .b-whois-carma span label {
    color: #0085BC;
    white-space: nowrap;
}
.b-whois-title .b-whois-rating span label {
    color: #649600;
    margin: 0 auto;
}
.b-whois-title .b-whois-carma span p,
.b-whois-title .b-whois-rating span p {
    text-align: center;
    font-size:  0.8em;
    margin: 0 auto;
}

.b-whois-title .b-whois-rating .fix-sign {
    padding: 0 0 0 13px;
}

.b-whois-title .b-whois-carma span.negative .total,
.b-whois-title .b-whois-rating span.negative .total {
    color: #CC66CC;
}

.b-whois-title .l-r {
    float: left;
    font-size: .8em;
    font-weight: bold;
    text-align: right;
    line-height: 1.66em;
    width: 61px;
    margin-top: 4px;
}

.b-whois-title .l-r li a i {
    background: url(../../images/new_pravo/icons.png) no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.b-delimiter.whois-info-title {
    margin: 0 0 20px !important;
}

.b-whois-title .l-r li.add a i {
    background-position: -1px -135px;
}

.b-whois-title .l-r li.del a i {
    background-position: -1px -192px;
}

.b-whois-title .l-r li.msg a i {
    background-position: -1px -940px;
}

.b-whois-title .l-r li.msg, .b-whois-title .l-r li.add {
    float: left;
}

.b-whois-title-width {
    width: 200px;
    height: 30px;
    font-size: 1.7em;
    position: absolute;
    right: 10px;
}

.b-whois-container {
    position: relative;
    margin: 0;
    padding: 0;
}

.b-whois-info {
    display: block;
    margin: -1px 0 30px;
}

.b-whois-info table {
    width: 100%;
    border-collapse: collapse;
}
.b-whois-info table td {
    color:#2D3038;
    padding: 0px 10px;
    vertical-align: top;
    line-height: 2em
}

.b-whois-info.b-jobs-info.b-vacancy-info table td {
    line-height: 1.35em !important;
    padding: 0 10px 10px 10px !important;
    vertical-align: top !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info table td.first span {
    position: relative;
    top: 3px;
}

.b-whois-info table td.second  {
    line-height: 1.35em !important;
    padding-top: 4px;
}

.b-whois-info .b-user-photo {
    margin: 9px 0 !important;
}

.b-whois-info table .first span {
    display: inline-block;
}

.b-whois-info table .indent td {
    height: 26px;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.b-whois-info table .first {
    width: 190px;
    font-size: .8em;
    font-weight: bold;
    color: #5F6776;
    text-align: right;
    white-space: nowrap;
    line-height: 2.5em
}

.b-user-photo {
    border: 1px #ccc solid;
    display: block;
    margin: 11px 0 7px;
}
.b-whois-info table .b-table-list-user {
    margin: 0 15px 0 0;
    display: inline-block;
}

.create {
    height: 3px !important;
}

.b-form .topic-create-textarea {
    margin: 0 0 14px;
}

.b-form .topic-create-textarea .b-custom-textarea {
    margin: -2px 0 0;
}

.b-form .topic-create-textarea .b-custom-textarea .b-custom-textarea-field.big {
    color: #2d3038;
    height: 211px;
    padding: 3px 0;
    font-size: 1.333em;
}

.b-form .topic-create-textarea--comment .b-custom-textarea .b-custom-textarea-field.big {
    height:119px;
    font-size:1.166em;
}

.b-form .topic-create-key {
    margin: 0 0 35px;
}

.b-form .link-create-key {
    margin: 0 0 38px;
}

.b-form  .b-row.topic-create-checkbox {
    margin: 0 0 36px;
}

.b-form  .topic-create-checkbox .checkbox {
    margin: 3px 0 0 -2px;
}

.b-form  .topic-create-checkbox p {
    margin: 0;
}

.b-form .topic-create-title .b-custom-input.big .b-custom-input-field {
    padding: 2px 0 4px;
    font-size: 1.8em;
}

.b-form .topic-create-title.big-indent label {
    position: relative;
    top: 2px;
    margin-bottom: 6px;
}

.b-form .topic-create-title.big-indent{
    margin: 0 0 39px;
}

.b-row.big-indent.topic-create-title.topic-create {
    margin-bottom: 40px;
}

.b-form .topic-create-title-spiner {
    width:24px;
    height:24px;
    bottom:33px;
    right:6px;
    position:absolute;
    background:url(../../images/spiner.gif) no-repeat;
}

.b-form .topic-docs-checkbox-row label {
    font-weight:normal
}

.b-form .topic-doc-description {
    padding:13px 30px 20px;
    position:relative;
    overflow:hidden;
    border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
    background:#f3f4f5;
}

.b-form .topic-doc-quotes {
    width:10px;
    height:8px;
    position:absolute;
    background:url(../../images/quotes.png) no-repeat;
}

.b-form .topic-doc-quotes--top {
    top:17px;
    left:9px;
}

.b-form .topic-doc-quotes--bottom {
    bottom:13px;
    right:9px;
    background-position:0 -8px;
}

.b-form .topic-doc-description-title {
    padding-bottom:16px;
    font-size:1.53em;
    font-weight:normal;
}

.b-form .topic-doc-description-text {
    font-size:.73em;
}

.b-form .topic-doc-description-text ol li {
    list-style:none;
    margin-top:5px;
}

.b-form .topic-doc-description-text ol li span.num {
    padding-right:7px;
}

.b-form .topic-message {
    padding:10px;
    overflow:hidden;
    font-size:1em;
    border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
    background:#f6f9fd;
}

.b-form .opros-create-textarea {
    margin: 0 0 33px;
}

.b-form  .opros-create-textarea .b-custom-textarea .b-custom-textarea-field.big {
    height: 120px;
    padding: 2px 0;
    font-size: 1.333em;
    color: #2d3038;
}

.b-form .opros-create-ol.big-indent {
    margin: 0 0 46px;
}

.b-form .opros-create-ol label {
    margin-left: 30px;
}

.b-form .opros-create-ol ol {
    margin-left: 30px;
}

.b-form .opros-create-ol ol li {
    margin: 10px 0;
    color:#5f6776;
}

.b-form .opros-create-ol .b-custom-input .b-custom-input-field {
    padding: 5px 0;
}

.b-form  .link-create-key .b-custom-input.big .b-custom-input-field {
    padding: 3px 10px 3px;
}

.b-form  .link-create-url .b-custom-input.big .b-custom-input-field {
    padding: 3px 10px;
}

.b-form  .link-create-textarea .b-custom-textarea .b-custom-textarea-field.big {
    height: 105px;
    padding: 2px 0;
    font-size: 1.333em;
    color: #2d3038;
}

.link-create .b-row p {
    margin: 4px 0 0;
}

.blog-create-textarea .b-custom-textarea .b-custom-textarea-field.big {
    height: 105px;
    padding: 2px 0;
    font-size: 1.333em;
    color: #2d3038;
}

.b-form .blog-create-textarea .b-custom-textarea {
    margin: 6px 0 0;
}

.b-form .blog-create-textarea {
    margin: 0 0 17px;
}

.b-column.topic-create .b-custom-input {
    margin-top: 4px !important;
}

.b-popup-form {
    top: 300px;
    left: 50%;
    width: 380px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 7px 0 #606060;
    -webkit-box-shadow: 0 4px 7px 0 #606060;
    -moz-box-shadow: 0 4px 7px 0 #606060;
    background: #e3ecf9;
    margin-left: -185px;
    position: absolute;
    z-index: 999;
}
.b-popup-form.upload-image {
    top: -45px;
    font-size: .8em;
    margin-left: -190px;
}
.b-popup-form.upload-image .b-row {
    font-size: 1em;
}
.b-popup-form.upload-image .b-user-avatar.settings {
    padding: 0;
}

.upload-image .file-info {
    margin-top: 11px !important;
}

.upload-image.b-popup-form h1 {
    text-align: left !important;
    margin-bottom: 22px;
}

.upload-image .b-form .b-row label {
    color: #2d3038;
}

.upload-image  .b-form .b-user-avatar.settings p {
    margin-top: 1px;
}

.upload-image .b-form .b-row {
    margin-bottom: 22px !important;
}

.b-aligment{
    margin-top: 24px !important;
}

.b-aligment .b-radio.pac label {
    display:inline-block;
    height:15px;
    width:25px;
}

.upload-image .b-form .b-aligment .b-radio.pac label {
    width:150px;
    font-weight:normal;
    color:#5F6776;
}

.b-description {
    margin-top: -2px !important;
}

.b-custom-textarea-field-img-upload {
    width:93%;
    padding: 6px 10px 4px;
    margin-top: 4px;
}

.upload-image {
    text-shadow: 0 1px 0 white;
}

.upload-image .file-info {
    color: #828995 !important;
}

.upload-image input[name="align"] {
    position: relative;
    top: 1px;
    left: -4px;
}

.upload-image .b-align {
    margin-left: 27px;
}

.upload-image .b-row {
    clear: both;
}

.b-image-upload-wrapper {
    overflow: hidden;
    width: 100px;
    height: 20px;
    margin-bottom: -3px;
}

#upload-image-file {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 -2px;
    color: #0085bc !important;
    font-weight: bold;
    text-align: left;
    background: #e3ecf9;
    width: 105px;
    height: 20px;
    overflow: hidden;

}

#upload-image-file input {
    height: 20px;
    position:absolute;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0 !important;
    display: inline !important;
}

.b-popup-form .l-indent {
    padding: 23px 30px 17px;
}

.b-popup-form h1 {
    font-size: 1.666em;
    font-weight: normal;
    color: #2D3038;
    text-align: center;
}
.b-popup-form textarea {
    height: 50px !important;
}
.b-popup-form .b-custom-textarea {
    margin: 20px 0;
}

.l-indent ol {
    margin: 10px 0 0 20px;
}

.l-indent ol li {
    list-style:decimal;
    margin: 10px 0 0;
    font-size: 0.80em;
    line-height: 1.67em;
    color: #5F6776;
}

.b-popup-form .b-button {
    display: block;
    margin: 0 58px -11px;
}

.b-popup-form .b-button .b-button-c {
    width: 100%;
    text-align: center;
}

.b-popup-form .b-popup-form-close, .box-user_education .close-button {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) 0 -74px no-repeat;
    position: absolute;
    cursor: pointer;
}

.box-user_education .close-button {
    top: -5px !important;
    right: -5px !important;
}

.b-about-blog {
    margin-top: -10px;
    padding-top: 10px;
}
.b-about-blog h1 {
    font-size: 1.333em;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
    color: #A6974D;
}
.b-about-blog p {
    font-size: .8em;
    color: #5F6776;
    line-height: 1.67em;
    margin-top: 7px;
    display: block;
}
.b-about-blog p.b-about-blog-readers {
    font-size: 1em;
    margin-bottom: 9px;
}
.b-about-blog .b-about-blog-peoples {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-top: -3px !important;
}

.b-about-blog .b-about-blog-peoples-admins {
    margin-bottom:11px;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {

.b-container {
    margin-bottom: -32px;

}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.b-about-blog p.b-about-blog-peoples a {
    display: inline-block;
}

.b-container {
    margin-bottom: -60px;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-button.big.b-vacancy-hire button {
    padding:3px 0 3px;
}
}



.b-about-blog .b-button {
    margin-left: 10px;
}


.lite-center {
    left: 50%;
    width: 600px;
    margin: 150px 0 0 -200px;
    position: relative;
    z-index:990;
}

.lite-center h1 {
    font-size: 4em;
    font-weight: 400;
    color: #2D3038;
}
.lite-center h3 {
    font-size: 2em;
    font-weight: 400;
    color: #2D3038;
}
.lite-center p {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #5F6776;
    margin-top: 20px;
}
.lite-center p.links {
    font-size: .8em;
    line-height: 1.666em;
    color: #5F6776;
}

.b-editor-panel {
    background: #f5f8fd;
    border: 1px solid #ebf2fb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 5px 0 10px;
    padding: 4px;
    display: block;
    height: 22px;
}

.b-editor-panel.topic-create {
    margin-bottom: 11px;
    padding-bottom: 3px;
}

.b-editor-panel .b-custom-input {
    float: left;
    width: 140px;
    margin: 0 4px !important;
}
.b-editor-panel .b-custom-input input,
.b-editor-panel .b-custom-input select {
    font-size: 1em;
    padding: 2px 10px;
}
.b-editor-panel .b-custom-input select {
    height: 22px;
}

.b-editor-panel ul {
    float: left;
    border-left: 1px #b8b8b8 solid;
    border-right: 1px #f2f2f2 solid;
    margin: -4px 0 -4px 4px;
}
.b-editor-panel ul li {
    float: left;
    border-left: 1px #f2f2f2 solid;
    border-right: 1px #b8b8b8 solid;
}

.b-editor-panel ul li:hover {
    background: #e3ecf9;
}

.b-editor-panel ul li a,
.b-editor-panel ul li a.bold {
    width: 28px;
    height: 30px;
    background: url(../../images/editor-icons.png) no-repeat;
    display: block;
    margin-top: -1px;
}
.b-editor-panel ul li a.italic {
    background-position: -30px 0;
}
.b-editor-panel ul li a.underline {
    background-position: -60px 0;
}
.b-editor-panel ul li a.strike-through {
    background-position: -90px 0;
}
.b-editor-panel ul li a.link {
    background-position: -150px 0;
}
.b-editor-panel ul li a.quote {
    background-position: -120px 0;
}
.b-editor-panel ul li a.video {
    background-position: -210px 0;
}
.b-editor-panel ul li a.img {
    background-position: -180px 0;
}
.b-editor-panel ul li a.cut {
    background-position: -240px 0;
}

.mask {
    background: none !important;
}

.b-login-error {
    top: 150px;
    left: 0;
    width: 100%;
    font-size: .8em;
    color: #f00;
    text-align: center;
    position: absolute;
}

.b-custom-input .b-placeholder,
.b-custom-textarea .b-placeholder,
.b-custom-input .b-placeholder {
    float: left;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #a9a9a9;
    margin: 5px 0 -40px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
}

.b-custom-textarea .b-placeholder {
    margin-top: 5px;
}
.b-custom-input.field-error .b-placeholder,
.b-custom-textarea.field-error .b-placeholder,
.b-custom-input.field-error .b-placeholder {
    color: #666;
}

.b-tags-search {
    margin: -5px 0 0;
    padding: 0 150px 8px 30px;
    position: relative;
}

.b-tags-search i {
    background: url(../../images/new_pravo/icons.png) no-repeat -3px -618px;
    height: 21px;
    width: 22px;
    position: absolute;
    left: -5px;
    top: 3px;
}

.b-tags-search .tags-input .b-custom-input-border .b-custom-input-field {
    font-size: .8em !important;
    padding: 5px 10px;
}

.b-tags-search .b-button {
    position: absolute;
    right: 0;
    top: 1px;
}

.b-tags-search .b-button button {
    font-size: 1em;
}

.b-tags-search-delimiter {
    margin: 20px 0 27px;
}

.b-friend-list {
    font-size: .8em;
    color: #5F6776;
    margin: 11px 0 20px -5px;
    display: block;
}
.b-friend-list ul {
    float: left;
    width: 100%;
    margin: -2px 0 20px 1px;
}
.b-friend-list li {
    float: left;
    width: 49%;
    height: 20px;
    overflow: hidden;
}
.b-friend-list li .b-checkbox {
    float: left;
    margin: -3px 0 -20px;
}

.b-friend-list li .b-checkbox-label {
    margin: 3px 10px 0 25px;
}

.b-friend-list .b-checkbox-label {
    margin: 3px 0 0 1px;
}

.all-friend {
    padding: 0 0 0 7px;
}

.all-friend label {
    position: relativel;
    top: -4px;
}

#system_messages_notice {
    font-size: 0.8em;
    background: #F2F1C4;
    margin: -20px -20px 20px;
    padding: 10px;
}

#text_preview {
    font-size: .933em;
    line-height: 1.4em;
    margin: 20px 0 0;
}

.comment-img {
    max-width: 730px;
    overflow-x: scroll;
}


/* новые стили */

.b-contents {
    width: 1202px;
    margin: 0 auto 30px;
/*  position: relative; */
    z-index: 111;
}

/* FIXME - opera хак: HABR-397 */
@media all, {
    .b-contents {
        margin: auto;
    }
}
/* */

.b-header .b-contents {
    border-left: 1px solid #1E2023;
    height: 68px;
    margin: 0 auto;
}

.b-right {
    float: right;
    width: 380px;
    padding: 10px 0 0;
    margin: 0 11px 0 0px;
}

.b-left {
    margin: 0 410px 0 0;
    padding: 25px 0 40px 20px;
/*  position: relative; */
}

.b-nav-header {
    background: #e4e7e9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyQ0I2NDAzMDgxRDExRTBBMDBCQkI5RjM0OUI4NEFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyQ0I2NDA0MDgxRDExRTBBMDBCQkI5RjM0OUI4NEFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODJDQjY0MDEwODFEMTFFMEEwMEJCQjlGMzQ5Qjg0QUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDQjY0MDIwODFEMTFFMEEwMEJCQjlGMzQ5Qjg0QUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sBbqzAAAAPUlEQVR42mJ88vwlEwPDfyBmYPr/nwHM/g9kM8DYYBooB1KDxoaog+qFssE0Gvs/VA1EDyYbZgeaHoAAAwDLSCzYJbyq6QAAAABJRU5ErkJggg==) repeat-x;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#eceff1,#d6dadd);
    background: -webkit-gradient(linear, left top, left bottom, from(#eceff1), to(#d6dadd));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#eceff1,endColorstr=#d6dadd,GradientType=0); zoom: 1;
    background: linear-gradient(top,#eceff1,#d6dadd);
    border-bottom: 1px #75787e solid;
    height: 39px;
    z-index: 99;
}

.b-nav-header .b-contents {
    height: 39px;
    border-right: 1px solid #f8f9fa;
    border-left: 1px solid #9FA4AD;
    width: 1201px;
    z-index: 99;
    zoom: 1;
}

.b-main-menu i {background: url(../../images/new_pravo/top_header.png) no-repeat;}

.b-main-menu .item-posts i {
    background-position:0 -32px;
}

.b-main-menu .item-posts:hover i,
.b-main-menu .selected .item-posts i {
    background-position: 0 -1px;
}

.b-main-menu .item-blogs i {
    background-position:0 -96px;
}

.b-main-menu .item-blogs:hover i,
.b-main-menu .selected .item-blogs i {
    background-position:0 -64px;
}
.b-main-menu .item-people i {
    background-position:0 -163px;
}

.b-main-menu .item-people:hover i,
.b-main-menu .selected .item-people  i {
    background-position:0 -130px;
}

.b-main-menu .item-jobs i {
    background-position:0 -222px;
}

.b-main-menu .item-jobs:hover i,
.b-main-menu .selected .item-jobs i {
    background-position:0 -192px;
}

.b-main-menu .item-company i {
    background-position:0 -288px;
}

.b-main-menu .item-company:hover i,
.b-main-menu .selected .item-company i {
    background-position:0 -255px;
}

.b-main-menu .item-consult i {
    background-position:0 -345px;
}

.b-main-menu .item-consult:hover i,
.b-main-menu .selected .item-consult i {
    background-position:0 -317px;
}

.b-main-menu .item-docs i {
    background-position: 0 -360px;
}

.b-main-menu .item-docs:hover i,
.b-main-menu .selected .item-docs i{
    background-position: 0 -334px;
}

.b-main-menu .item-news i {
    background-position:0 -593px;
}

.b-main-menu .item-news:hover i,
.b-main-menu .selected .item-news i{
    background-position:0 -619px;
}

.b-main-menu .item-info i {
    background-position:0 -462px;
}

.b-main-menu .item-info:hover i,
.b-main-menu .selected .item-info i{
    background-position:0 -430px;
}

.b-main-menu .item-enter i {
    background-position:0 -525px;
}

.b-main-menu .item-enter:hover i,
.b-main-menu .selected .item-enter i{
    background-position:0 -494px;
}

.b-main-menu .b-main-menu-new {
    position:absolute;
    top:5px;
    right:15px;
    padding:2px 3px;
    color:#fff;
    font-style:normal;
    font-size:.8em;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:0 1px 0 0 #000;
    -moz-box-shadow:0 1px 0 0 #000;
    box-shadow:0 1px 0 0 #000;
    background-color:#009FE5;
    background: -moz-linear-gradient(top,#00BAFC,#0079C7);
    background: -webkit-gradient(linear, left top, left bottom, from(#00BAFC), to(#0079C7));
    background: -o-linear-gradient(top,#00BAFC,#0079C7);
    background: linear-gradient(top,#00BAFC,#0079C7);
}

.b-info-user {
    float: right;
    width: 359px;
    position: relative;
    z-index: 999;
    color: #5f6776;
    border-left: 1px solid #fff;
    border-right: 1px solid #9FA4AD;
    height: 39px;
    padding: 0 0 0 39px;
    line-height: 0.94em;
}

.b-info-user a {
    font-size: .8em;
    color: #5f6776;
    text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    -o-text-shadow: 0 1px 0 #fff;
}

.b-info-user a.b-info-user-link--new-messages {
    color:#FF8600;
}

.b-info-user span.fix-height {
    position: relative;
    bottom: -2px;
}

.b-info-user dt {
    font-weight: bold;
    line-height: 0.94em;
    margin: 5px 0 -1px 0;
}

.b-info-user .b-user-avatar {
    position: absolute;
    left: 8px;
    top: 10px;
}

.b-info-user .b-user-avatar i {
    display: block;
    width: 20px;
    height: 20px;
}

.b-serch-index {
    border-left: 1px solid #f6f7f7;
    border-right: 1px solid #9FA4AD;
    float: left;
    height: 39px;
    width: 299px;
    position: relative;
    z-index: 899;
}

.b-nav .add-message {
    border: none !important;
    background: #ffbf00 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNEOUUzQkRDMDgxRDExRTA4NTQ4Q0QyRDE1RkEwMDZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNEOUUzQkREMDgxRDExRTA4NTQ4Q0QyRDE1RkEwMDZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q5RTNCREEwODFEMTFFMDg1NDhDRDJEMTVGQTAwNkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q5RTNCREIwODFEMTFFMDg1NDhDRDJEMTVGQTAwNkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50NBb7AAAAKklEQVR42mL+v5+BieEfFP8H4r8Q9n8kNjZ5Bizy/wnI49L/H7s8QIABAEFTKsAkUPGUAAAAAElFTkSuQmCC) no-repeat;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#ffbf00,#fc7400);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#fc7400));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffbf00,endColorstr=#fc7400,GradientType=0); zoom: 1;
    background: linear-gradient(top,#ffbf00,#fc7400);
    width: 100px;
    line-height: 38px !important;
    margin: 0;
}

.b-nav .add-message a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    color: #fff !important;
    text-shadow: 0 -1px 0 #75787e !important;
    -moz-text-shadow: 0 -1px 0 #75787e !important;
    -webkit-text-shadow: 0 -1px 0 #75787e !important;
    -o-text-shadow: 0 -1px 0 #75787e !important;
    font-size: 1em !important;
    line-height: 39px !important;
    display: block;
}

.search_enter {
    cursor: pointer;
    border: none;
    background: url("../../images/new_pravo/top_header.png") -6px -557px;
    width: 12px;
    height: 15px;
    margin: 11px 0 0 7px;
}

.b-serch-index p {
    float: left;
    margin: 11px 0 0 10px;
    font-weight: bold;
    color: #5f6776;
    text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    -o-text-shadow: 0 1px 0 #fff;
}

.b-serch-index .b-nav {
    float: left;
    width: 212px;
    padding: 6px 0 0;
}

.b-serch-index .l-indent .b-nav-search {
    padding: 0 5px 0 9px;
    box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    height: 22px;
}

.fix-margin-table {
    padding: 0 0 30px !important;
}

li.end {
    width: 498px;
    height: 39px;
    display: inline-block;
}

li.end--company {
    width: 98px;
}

li.end--blog {
    width: 198px;
}

li.end-top {
    width: 498px;
    height: 40px;
    display: inline-block;
}

.info-empty {
    border-left: 1px solid #9FA4AD;
}

.i-menu-topic .empty {
    height: 39px;
    width: 398px;
}

.i-menu-topic a {
    font-size: 1em !important;
}


.b-nav-topic {
    padding: 0 0 0 10px;
    height: 1px;
    position: relative;
    top: -5px;
}

.b-nav-topic.create {
    padding-left:20px;
}

.b-nav-topic li {
    float: left;
    margin: 0 47px 0 0;
}

.b-nav-topic.create li {
    margin-right:35px;
}

.b-nav-topic li.last {
    margin-right:0;
}

.b-nav-topic li a {
    font-size: 1.33em;
    line-height:1.37em;
    color: #0091d1;
    text-transform: capitalize;
}

.b-nav-topic.create li a {
    font-size: 1.61em;
    line-height:.97em;
}

.b-nav-topic li p {
    font-size: 1.4em;
    text-transform: capitalize;
}

.b-nav-topic .selected a {
    color: #2d3038;
    font-weight: bold;
    display: inline-block;
}

.b-nav-topic li a sup, .b-nav-topic li p sup{
    font-size: 0.5em;
    margin: -15px 0 0;
    vertical-align: text-top;
}

.b-clear-left {
    clear:left;
}

.i-color .b-custom-textarea .b-custom-textarea-border textarea,
.i-color .b-custom-input input {
    color:#000;
}

#speakerListBlock {
    margin:24px 0px 0px 0px;
}

.b-talk h1 {
    color: #5a5d62;
    font-size: 1.73em;
    font-weight: normal;
    margin: 0 0 30px;
}

.b-talk .b-comment-text {
    margin: 0 0 8px;
}

.b-talk .b-button button {
    font-size:1.1em;
    min-width:90px;
    width:90px;
    padding:0;
}

.b-talk-return a b{
    color:#2D3038;
}

.b-talk-return span{
    color:#5F6776;
}

.b-talk-return {
    margin: 35px 0 0;
}

.b-talk-return ul {}
.b-talk-return ul li {
    margin: 0 0 40px;
}

.b-talk-return ul li p {
    font-size: 0.80em;
    color: #75737e;
}

.b-talk-return ul li h3 {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 0.80em;
    padding: 0 0 0 40px;
    position: relative;
}
.b-talk-return ul li h3 img {
    position: absolute;
    left: 0;
    top: -10px;
    width: 30px;
    height: 30px;
}

.b-talk-return ul li h3 span {
    margin: 0 10px;
}

.b-talk .b-custom-textarea .b-custom-textarea-field {
    height: 105px;
}

.b-talk .b-button {
    margin: 3px 3px 8px -3px;
}

.l-center {
    text-align: center;
    font-size: 1.20em;
    color: #bfc2c8;
}

.b-none {
    background: url("../../images/new_pravo/i.png") no-repeat;
    width: 110px;
    height: 110px;
    margin: 120px auto 32px;
    display: block;
}

.b-none_message {
    padding-top:7px;
    font-size:.91em;
}

.b-topics-feed .i-fix-color {
    color: #5F6776;
}

.regulations {
    margin: -2px 0 0;
}

.regulations h1 {
    color: #5F6776;
    font-size: 1.73em;
    margin: 0 0 20px;
    font-weight: normal;
}

.regulations p {
    color: #5F6776;
    margin: 0 0 11px;
    font-size: 0.93em;
    line-height: 1.40em;
}

.regulations ol {
    padding: 0 0 0 20px;
}

.regulations ol li {
    list-style:decimal;
    margin: 0 0 11px;
    color: #5F6776;
    font-size: 0.93em;
    line-height: 1.40em;
}

.b-avatar-checkbox  {
    clear: left;
    width: 100%;
}

.b-avatar-checkbox .b-checkbox {
    float: left;
    margin: -1px 0 0 -5px;
}

.b-avatar-checkbox .b-checkbox-label {
    color: #5F6776 !important;
}

.empty-avatar,
.empty-foto {
    background: #5F6776;
    margin: 0 0 10px;
}


.empty-foto {;
    width: 200px;
    height: 200px;
}

.empty-avatar {;
    width: 50px;
    height: 50px;
}


.l-half,
.l-half-r {
    float: right;
}


.clear-rifgt {
    clear: right;
    display: block;
}

.b-all-left {
    float: left;
    width: 100%;
    height: 1px;
}

.b-topic-title .b-topic-title-my-btn {
    margin: 0 0 0 18px;
}

.b-topic-title-my-btn .b-topic-btn-container {
    margin: 0px 0px -3px -3px;
}

.top-button .b-topic-title-my-btn {
    position: relative;
    bottom: -1px;
}

.i-menu-blogs li.end,
.i-menu-companies li.end,
.i-menu-info li.end {
    width: 498px !important;
}

.b-nav-people .end {
    width:98px !important;
}

.b-nav-fake-empty {
        border-right: 1px solid #75787e;
    margin: 0 0 0 300px !important;
}


.job {
    color: #5F6776;
    font-weight: bold;
    font-size: 0.80em;
    padding: 2px 0 0;
    position:relative;
}

.job label {
    color: #5F6776;
    font-weight: bold;
    font-size: 1em;
    padding: 0 0 8px;
    display: inline-block;
}

.job .categories {
    width: 760px;
}

.job .position {
    width: 760px;
}

.job .charge {
    width: 760px;
}

.job .charge .b-custom-textarea .b-custom-textarea-field,
.job .requirements .b-custom-textarea .b-custom-textarea-field,
.job .condition .b-custom-textarea .b-custom-textarea-field {
    height: 96px;
}

.job .requirements {
    width: 760px;
}

.job .condition {
    width: 760px;
}

.job .wages {
    width: 760px;
}

.job .wages tr.first td {
    padding-bottom: 13px;
}

.job .wages tr .b-radio input {
    position: relative;
    bottom: -3px;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
}

.job .wages tr .b-radio label {
    padding: 0 !important;
    width: 17px;
    height: 15px;
    margin: 0 7px 0 0;
}

.job .wages tr .b-radio label {
    position: relative;
    top: -3px;
}

.job .wages tr .pac label {
    padding: 0 !important;
    width: 17px;
    height: 15px;
    margin: -5px 7px 0 0;
    position: relative;
    top: -2px;
}
.job .wages {
    margin: 0 0 39px !important;
}

.job .employment {
    width: 370px;
}

.job .employment label {
    padding: 0 0 7px;
}

.job .info-hirer table {
    border: none;
}

.job .info-hirer table tr {}

.job .info-hirer table tr td {
    padding: 0 20px 8px 0;
    width: 360px;
    vertical-align: top;
}

.job .info-hirer {
    margin: 0 0 22px !important;
}

.job .info-hirer .b-custom-input .b-placeholder {
    font-size: 1.25em;
    margin-top: 3px;
}

.job .info-hirer .b-custom-input  {
    background: #B8B8B8;
    margin: 0 0 1px 0;
}


.job .info-hirer .country,
.job .info-hirer .city,
.job .info-hirer .email,
.job .info-hirer .tel {
    float: left;
    margin: 0 10px 0 0;
    width: 170px;
}

.job .info-hirer .city,
.job .info-hirer .tel {
    margin: 0;
    width: 180px;
}

.job .categories {
    margin: 0 0 38px;
}
.job .position {
    margin: 0 0 18px;
}
.job .charge {
    margin: 48px 0 28px 0;
}
.job .requirements {
    margin: 0 0 18px;
}
.job .condition {
    margin: 0 0 28px;
}

.job .employment {
    margin: 0 0 48px;
}

.job .wages,
.job .info-hirer {
    margin: 0 0 26px;
}

.job .wages span {
    margin: 25px 0 0;
    display: inline-block;
}

.job .wages p {
    margin: 0 0 10px;
}
.job .wages .b-custom-input {
    width: 170px;
    display: inline-block;
    margin: -2px 10px -12px;
}

.wages.poll-new table, .wages.poll-new .b-radio-label {
    font-weight: normal;
}

.job .wages .radio {
    margin: 0 5px 0 0;
    position: relative;
    bottom: -3px;
}


.searched-item {
    background: #fff241;
    font-style: italic;
    padding: 3px 5px;
}

.list_blogs {
    width: 100%;
    margin: -5px 0 0;
}

.list_blogs td {
    border-bottom: 1px solid #EBEBEB;
    padding: 13px 0 15px;
    font-size: 0.80em;
    line-height: 1.67em;
}

.list_blogs td h2 {
    font-size: 1.5em;
}

.list_blogs .date {
    color: #5F6776;
    padding: 2px 0 9px;
    display: inline-block;
}

.list_blogs p {
    color: #2d3038;
}

.fix-margin-open {
    margin: 25px 0 15px;
}

.b-table-list-user-avatar img {
    float:left;
}

.b-table-list-user-avatar a {
    margin: 0 0 0 -10px;
    display: block;
}

.b-table-list.users-search .b-table-list-user-avatar img {
    margin-left:7px;
}

.b-table-list.users-search table td {
    padding: 9px 12px !important;
}

.coments-list-search .b-comments .b-comment {
    margin-top: 0;
}
.coments-list-search .b-comments .b-comment-new {
    margin-top: 0;
}


.coments-list-search .b-comments {
    margin-bottom: 0;
}

.coments-list-search {
    padding: 14px 0 0;
}

.coments-list-search .b-standalone-coments {
    margin-bottom: 34px;
}

.coments-list-search .b-comment-text {
    line-height: 1.67em;
}

#tag_wrap {}
#tag_wrap .LLS_inresults .b-table-list-user {
    color: #5F6776;
}

#tag_wrap .LLS_inresults .b-table-list-user i {
    top: -1px;
}

.top-blogs .b-table-list-blogs table th {
    padding: 10px !important;
}

.b-table-list-blogs table td {
    height: 30px;
    padding: 17px 10px 10px;
}

.b-table-list-blogs table td h2 {
    margin: -10px 0 0 !important;
}

.b-table-list-blogs table td p {
    margin-top: 2px;
    margin-bottom: -2px;
}

.b-table-list-blogs table td.b-table-list-count {
    padding-top: 0;
    padding-left: 8px !important;
}

.b-content .index-topic .b-topic-content,
.b-content .index-topic .b-topic-content p {
    margin-top: 17px;
}

.b-topic-content .poll-new button {
    padding: 0 1px 6px;
    min-width: 80px;
}

.b-jobs-info td.first {
    line-height: 2.5em;
}

.b-jobs-info td {
    line-height: 2em !important;
    vertical-align: baseline !important;
    padding: 0 10px !important;
}

.b-jobs-info {
    display: block;
    margin: -1px 0 30px;
    line-height: 1.33em;
}

.b-jobs-info .indent td {
    height: 50px !important;
}

.b-whois-info.b-jobs-info td.user-name a, .b-whois-info.b-jobs-info td.email a  {
    position: relative;
    font-weight: bold;
}

.b-whois-info.b-jobs-info td.user-name a {
    padding-left: 20px;
}

.b-whois-info.b-jobs-info {
    margin-top: 4px;
}

.b-whois-info.b-jobs-info.b-vacancy-info {
    margin-top: 23px;
}

.b-whois-info.b-jobs-info td {
    line-height: 1.35em !important;
}

.b-whois-info.b-jobs-info td.first {
    line-height: 2.5em !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-delimiter {
    margin: 35px 0 20px;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-button {
    margin-left: 218px;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-button.big button {
    padding: 0 48px 6px;
}

.personal-coments {
    margin: -5px 0 0;
}

.personal-coments .b-comments .b-comment {
     margin-top: 0;
}

.personal-coments .b-comments .b-comment .personal-coments-title p {
    color: #0091D1;
}

.personal-coments .b-comments .b-comment .personal-coments-title p a {
    text-decoration: none;
}

.personal-coments .b-comments .b-comment .personal-coments-title .comment-blog{
    margin: 0 0 0 0;
}

.personal-coments .b-comments .b-comment .b-comment-user-panel .b-comment-user-panel-favorite i {
    margin: 6px 5px 0;
}

.personal-coments .b-comments .b-comment .personal-coments-title p span {
    margin: 0;
    position: relative;
    top: -1px;
}

.personal-coments .b-comments .b-comment .b-comment-user-panel {
    margin-bottom: 5px;
}

.personal-coments .b-comments {
    margin: 0 0 60px 0;
}

.b-whois-info table td.usersfriend {
    line-height: 0.67em;
    padding: 0.33em 10px 6px;
}

.b-award {
    padding:30px 30px 11px 0;
    float:left;
    text-align:center;
    position:relative;
    color:#828995;
    font-size:.79em;
}

.b-award i {
    width:36px;
    height:36px;
    top:-3px;
    left:50%;
    margin-left:-33px;
    position:absolute;
    background:url(../../images/awards.png) no-repeat;
}

.b-award i.legend { background-position:0 0; }
.b-award i.columnist { background-position:-38px 0; }
.b-award i.author { background-position:-76px 0; }
.b-award i.consultant { background-position:-114px 0; }
.b-award i.winner { background-position:-152px 0; }
.b-award i.comedian { background-position:-190px 0; }


.job-rezume {
    margin: -10px 0 0 0;
}

.job-rezume h2 {
    margin: 0 0 5px;
    font-size: 1.7em;
}

.job-rezume .titel-box {
    margin: 0 0 19px;
}

.job-rezume label {
    margin: 0 0 8px;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    color: #5F6776;
}

.job-rezume .user_salary,
.job-rezume .resume_category,
.job-rezume .resume_title {
    margin: 0 0 35px;
}

.job-rezume .user_professional_skill {
    margin: 0 0 15px;
}

.job-rezume .user_salary .b-custom-input {
    width: 118px;
}

.job-rezume .user_salary {
    position: relative;
}

.job-rezume .user_salary .b-custom-input .b-custom-input-border .b-custom-input-field {
    font-size: 1.60em;
    height: 24px;
}

.job-rezume .user_salary .money {
    position: absolute;
    left: 129px;
    top: 38px;
    font-size: 0.8em;
    color: #B8B8B8;
}

.job-rezume .user_personal_quality {
    margin: 0 0 45px;
}

.job-rezume .b-custom-input .b-custom-input-border .b-custom-input-field {
    padding: 7px 10px;
}

.job-rezume-contackts .b-custom-input .b-custom-input-border .b-custom-input-field {
    padding: 3px 0;
}

.job-rezume-contackts .b-custom-input .b-placeholder, .b-custom-textarea .b-placeholder, .b-custom-input .b-placeholder {
/*  padding-top: 4px !important;*/
}

.job-rezume .b-custom-textarea .b-custom-textarea-border .b-custom-textarea-field {
    height: 96px;
    font-size: 1em;
}

.job-rezume .user_education {
    margin-top: 14px;
}

.job-rezume .b-delimiter-topic {
    margin-top: 30px !important;
}

.job-rezume .b-button.big .b-button-c {
    padding: 0 12px 6px !important;
}

.job-rezume  .b-button {
    margin-bottom: 2px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info table tr.b-row-ident td {
    padding-bottom: 40px !important;
}


.b-whois-info.b-jobs-info.b-vacancy-info table tr.b-vacancy-equirements td {
    padding-bottom: 30px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info table tr .b-vacancy-conditions td{
    padding-bottom: 20px !important;
}

.b-vacancy-contact {
    padding-bottom: 10px !important;
}


.box-user_education {
    background: #E3ECF9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 26px;
    margin: 0 0 30px;
    position: relative;
}

.box-user_education-lawsuit-title {
    display:block;
}

.box-user_education-lawsuit_company {
    width:530px;
    float:left;
    margin-right:10px;
}

.box-user_education-lawsuit_number {
    width:190px;
    float:left;
}

.job-rezume .box-user_education .b-custom-input .b-custom-input-border .b-custom-input-field {
    padding: 3px 0 8px;
    font-size: 1em;
}
.job-rezume .box-user_education .b-custom-input .b-custom-input-border .b-custom-input-field::-webkit-input-placeholder {
    color:#B8B8B8;
}
.job-rezume .box-user_education .b-custom-input .b-custom-input-border .b-custom-input-field:-moz-placeholder {
    color:#B8B8B8;
}


.job-rezume .box-user_education .b-custom-input {
    margin: 0 0 10px;
}

.box-user_education-year {
    margin: 15px 0 -12px;
}

.box-user_education-year table td {
    vertical-align: middle;
}

.box-user_education-year table td span {
    position: relative;
    top: -9px;
    margin: 0 9px;
    color: #5F6776;
}

.job-rezume .box-user_education .box-user_education-year .b-custom-input {
    margin: 0;
    font-size: 1em;
}

.job-rezume .box-user_education .box-user_education-year .b-custom-input .b-custom-input-border .b-custom-input-field {
    padding:5px 0 6px 0;
}

.job-rezume .box-user_education-year .box-user_education-selectbox.month-education .b-custom-input .b-custom-input-border .b-custom-input-field {
    padding:;
}

.job-rezume .b-custom-input .b-custom-select {
    font-size:1em;
}

.box-user_education-selectbox {
    width: 70px;
    display: inline-block;
}

.add-box-user_education {
    margin: -15px 0 43px 0;
    display: block;
}

.add-box-user_education.add-job {
    margin-bottom: 53px;
}

.add-box-user_education.add-education,.add-box-user_education.add-job {
    cursor: pointer;
    color: #0091D1;
    font-weight: bold;
    font-size: 1em;
}

.job-rezume .box-user_education .box-user_educationt-textarea {
    margin: 15px 0 15px;
}

.job-rezume .box-user_education .b-custom-textarea .b-custom-textarea-border .b-custom-textarea-field {
    height: 56px;
}

.job-rezume .month-education {
    width: 110px;
    margin: 0 6px 0 0;
}

.job-rezume .job-rezume-contackts {
    margin: 14px 0 39px;
    height: 30px;
}

.job-rezume .job-rezume-contackts table {
    width: 100%;
}

.job-rezume .job-rezume-contackts table td {
    padding: 0 0 0 9px;
}

.job-rezume .job-rezume-contackts table td.first {
    padding: 0;
}

.job-rezume .job-rezume-contackts .b-custom-input {
    width: 370px;
}

.job-rezume .b-table-list-bottom-bg {
    margin: 35px 0 6px 1px;
}

.job-rezume .b-table-list-bottom-bg .b-checkbox {
    top: -1px;
}
.job-rezume .b-table-list-bottom-bg label {
    color: #FF9400;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

.delet-button .b-button {
    position: relative;
    top: 2px;
}


.b-about-blog p.b-about-blog-peoples-friends {
    margin: 8px 0 0 0 !important;
    display: inline-block;
}

/* chrome */


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .b-about-blog .b-topic-panel-user i {
        top: 2px;
    }

    .delet-button .b-button {
        top: 14px !important;
    }

    .b-button.big .b-button-c {
        padding: 0 0 6px;
    }

    .b-button.big button {
        padding:0;
    }

    .job .wages .b-custom-input {
        position: relative;
        top: 2px;
    }

    .job .wages p {
        margin: 0 0 8px;
    }

    .b-table-list-blogs table td {
        height: 28px;
    }

    .b-content .index-topic .poll-new {
        margin: 20px 0 14px 31px !important;
    }

    .b-content .index-topic .b-topic-content, .b-content .index-topic .b-topic-content p {
        margin-top: 17px;
    }

    .b-about-blog .b-about-blog-peoples {
        margin-top: 0px !important;
    }

    .b-about-blog p.b-about-blog-peoples-friends {
        margin-top: 10px !important;
    }

    .b-about-blog p.b-about-blog-readers {
        margin-bottom: 8px;
    }

    .l-invert-indent {
        margin: -10px -20px 0;
    }

    .b-about-blog p {
        margin-top: 10px;
    }


    #sidebar .l-indent {
        padding: 14px 20px 0 18px;
    }

    .best-24 .b-topics-feed {
        margin: 19px 0 0 0;
    }

    #sidebar p.end {
        margin-bottom: 13px;
    }

    .b-topics-feed li {
        line-height: 1.67em;
    }

    .b-table-list-blogs table td h2 {
        margin: -8px 0 0 !important;
    }

    .l-indent .fix-margin-open {
        margin: 25px 0 15px !important;
    }

    .box-user_education-prof .b-company_add {
        padding-top: 28px;
    }
}

.box-user_education-year .b-checkbox-user_education {
    display: inline;
    position: relative;
    margin: 0 0 0 7px;
    top: -4px;
}

.box-user_education-year .b-checkbox-user_education .b-checkbox-label {
    position: relative;
    top: 3px;
    font-weight: normal;
    font-size: 1em;
    cursor:pointer;
}

.box-user_education-year table td span {
    color: #2D3038;
    margin: 0 8px 0 9px;
    top: -2px;
}

@-moz-document url-prefix() {
    .box-user_education-year table td span {
        top: -12px;
    }

    .box-user_education-year .b-checkbox-user_education {
        top: -12px;
    }
}

.b-topic-title-my-btn_wrapper {
    display: inline-block;
}

#add_friend_form .b-popup-form {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 266px;
    margin-top: -133px;
}

#add_friend_form .b-popup-form h1 {
    text-align: left;
    letter-spacing:.03em;
    font-weight:bold;
    text-shadow:0 1px 0 white;
}

#add_friend_form .b-registration-button a {
    font-weight:bold;
}

.upload-image .b-registration-button, #add_friend_form .b-registration-button {
    border-top: 1px solid #8f959f;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: block !important;
    margin: 39px 0 0 -30px;
    width: 380px;
}

.upload-image .b-registration-button {
    margin-top: 22px;
    height: 40px !important;
}

.upload-image .l-indent {
    padding-bottom: 0 !important;
}

.upload-image .b-registration-button a {
    padding-top:9px !important;
    font-size:1.5em;
}

.upload-image .b-custom-input {
    margin: 4px 0 2px !important;
}

#add_friend_form .b-registration-button a {
    text-shadow: 0 -1px 0 #005275;
}

#add_friend_form .b-popup-form textarea {
    height: 97px !important;

}
#add_friend_form  .b-popup-form .b-custom-textarea {
    margin-top: 28px !important;
}

#add_friend_form .b-registration-button #submit-button {
    visibility: hidden;
}

.b-form.password-form {
    margin-top: -15px;
}

.b-form.password-form .b-row {
    margin-bottom: 13px !important;
}

.b-form.password-form h2.l-bottom {
    margin-top: 31px !important;
    margin-bottom: 10px !important;
}

.b-form.password-form .b-delimiter {
    margin: 28px 0 21px;
}

.b-form.password-form .b-button.big button,
.b-button.big.b-company-add button {
    font-size:1.3em;
}

.b-form.b-profile .b-custom-input{
    margin-top: 4px;
}

.b-form.b-profile .b-row {
    margin-bottom: 15px;
}

.b-delimiter-profile-blank {
    font-size: 0;
    height: 20px;
}

.b-form.b-profile {
    padding-right: 2px;
}

.b-form.b-profile .b-button {
    margin-top: 5px;
}

.b-form.b-profile .b-button.big .b-button-c {
    padding: 0 13px 6px;
}

.b-form.b-profile .b-row .invert-input-indent .invert-width .b-custom-input {
    margin-left: 6px;
}

.b-form.b-profile .b-columns.count3 .b-column.invert-width {
    width: 497px;
}

.b-container h2.l-bottom.b-profile {
    margin-bottom: 13px;
}

.b-form.b-whois-avatar .b-delimiter {
    margin: 11px 0 20px;
}

.b-form.b-whois-avatar .b-delimiter.b-avatar {
    margin: 35px 0 20px;
}

.b-form.tuning .b-button.big,
.b-form.b-whois-avatar .b-button.big {
    font-size:.9em;
}

.b-row.b-profile-photo {
    margin-bottom: 0;
}

.b-avatar-checkbox .b-checkbox-label {
    position: relative;
    top: 2px;
}

.b-form .b-user-avatar.settings input {
    top: 2px;
}

.b-form .b-user-avatar.settings.b-avatar {
    padding: 0 0 34px;
}

.b-user-avatar.settings .b-user-photo {
    border: 0;

}

.b-user-avatar.settings .b-user-photo {
    margin-bottom: 6px !important;
}

.b-form .b-user-avatar.settings p.file-info.b-avatar {
    top: 0;
}

.jobs/*.resume*/ .b-table-list table td {
    vertical-align: top;
    padding-top: 14px;
    padding-bottom: 11px;
}

.b-nav-topic.jobs li {
    margin-right: 36px;
}

.job-rezume .resume_category .b-custom-input-field {
    font-size: 1em;
    padding: 3px 10px 8px !important;
}

.job-rezume .resume_title .b-custom-input-field{
    font-size: 1.6em;
    padding: 5px 10px !important;
}

.vacancy-add .b-custom-input .b-custom-input-field {
    padding-bottom: 5px;
}

.vacancy-add .position .b-custom-input .b-custom-input-field {
    padding-top: 5px;
}

.vacancy-add .position .b-custom-input .b-custom-input-border {
    font-size: 1.6em;
}

.job.vacancy-add .info-hirer .b-custom-input {
    margin-bottom: 2px;
}

.b-form.job.vacancy-add .b-button.big button {
    width:125px;
}

.job.vacancy-add  .b-button.big .b-button-c {
    padding:0 22px 6px;
}

.g-hidden {
    display: none !important;
}

.g-invisible {
    visibility:hidden;
}

.g-error {
    color:#c1272d !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-delimiter.b-vacancy-hire {
    margin-top: 15px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info .b-button.big.b-vacancy-hire button {
    padding-left:0;
    padding-right:0;
}

.g-disabled {
    opacity: 0.5;
}

.g-word-break {
    word-wrap: break-word;
}

.b-whois-info.b-jobs-info.b-vacancy-info .g-word-break {
    width: 500px;
}

.job-rezume-contackts-field {
    width: 49%;
    float: left;
}

.job-rezume-contackts-field:first-child {
    margin-right: 12px;
}

/* company list*/

.b-company .b-table-list table td h2 {
    padding: 0;
}
.b-company .b-table-list table td {
    padding-top: 9px;
    padding-bottom: 4px;
}
.b-company .b-table-list table td.b-table-list-count {
    padding-top: 11px;
}

.b-company_avatar-cell {
    padding-right:0 !important;
}

.b-company_add {
    height: 35px;
}

.b-company_add a {
    position: relative;
    text-shadow: 0 -1px 0 #fff;
    padding-left: 40px;
}

.b-company_add a.g-text-overflow {
    padding-left: 12px;
    width:350px;
}

.b-company_add i {
    background: url(../../images/icons.png) -80px -70px;
    width: 16px;
    height: 18px;
    left: 12px;
    position: absolute;

}

.b-company_category-select .b-category-list li:hover {
    background-color: #d5dae2;
    /*-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: -moz-linear-gradient(100% 100% 90deg, #05bcff, #014dff);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#014dff), to(#05bcff));*/
}

/*@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .b-company_category-select .b-category-list li:hover {
        background: #014dff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiPg0KCTxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPg0KCQk8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDE0ZGZmIi8+DQoJCTxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YmNmZiIvPg0KCTwvbGluZWFyR3JhZGllbnQ+DQoJPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNncmFkKSIvPg0KPC9zdmc+);
    }
}
.b-company_category-select .b-category-list li:hover a {
    color: #fff;
}*/
/* end company list */

/* company info */

/* fixme: класс создан на время выливки */
.empty--company-info {
    height: 39px;
    width: 198px !important;
}
/* end fixme */


.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company .label {
    color: #5F6776;
    font-size: .8em;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company table tr.b-row-ident td {
    padding-bottom: 49px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company table tr.b-row-ident--medium td {
    padding-bottom: 30px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company table tr.b-row-ident--big td {
    padding-bottom: 40px !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company p {
    padding-top: 9px;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company .b-company-info_exp p {
    padding-top: 19px;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company p:first-child {
    padding-top: 0 !important;
}

.b-whois-info.b-jobs-info.b-vacancy-info.b-vacancy-info--company td.user-name a {
    padding: 2px 10px 0 15px;
    display: block;
    float: left;
}
/* end company info */

/* company info title */
.b-topic--company {
    position: relative;
    display: table !important;
}

.b-topic--company .b-big-topic-title {
    color: #0091D1 !important;
    font-size:1.2em !important;
    width: 500px !important;
    padding: 13px 0 0 0 !important;
    margin: 0 0 0 10px !important;
    float: left;
}

.b-topic--company img {
    float: left;
}

.b-company-info_buttons {
    width: 212px;
    float: right;
    margin-top: 8px;
}

.b-topic--company i {
    width: 25px;
    height: 25px;
    background: #efefef;
    float: right;
    margin-left: 10px;
    background: url(../../images/new_pravo/icons.png) no-repeat;
    cursor: pointer;
}

.b-company-info_like {
    background-position: 0 -970px !important;
}

.b-company-info_like--del {
    background-position: 0 -995px !important;
}

.b-company-info_like, .b-company-info_like--del {
    cursor: pointer;
}

.b-company-info_friend {
    background-position: -1px -135px !important;
}

.b-company-info_friend--del {
    background-position: -1px -164px !important;
}

.b-company-info_edit {
    background-position: -1px -316px !important;
}

.b-company-info_edit:hover {
    background-position: -1px -287px !important;
}

.b-company-info_delete {
    background-position: -1px -374px !important;
}

.b-company-info_delete:hover {
    background-position: -1px -345px !important;
}

.b-company-info_rating {
    font-size: 1.7em;
    color: #649600;
    float: right;
    text-align: center;
    margin:-3px 2px 0 0;
}

.b-company-info_rating span {
    color: #5F6776;
    font-size:.48em;
    margin-top: -2px;
    display:block;

}

.b-delimiter--company {
    margin-top: 29px;
}

/* end company info title */

/* company add */
.b-company-add {
    clear: left;
}
.b-company-add_name {
    margin-bottom: 25px;
}
.b-company-add_name .b-custom-input-field {
    font-size:1.6em;
    padding: 5px 0;
}

.b-company-add_location .b-custom-input,
.b-company-add_name .b-custom-input,
.b-company-add_descr .b-custom-textarea {
    margin-top: 8px;
}

.b-company-add_location {
    display: table;
    float: left;
    margin-bottom: 45px;
}

.b-company-add_date-foundation {
    float: left;
    width: 110px;
    margin-left: 20px;
}

.b-company-add_location_country,
.b-company-add_location_city {
    width :200px;
    float: left;
}

.b-company-add_location .b-custom-input-field,
.b-company-add_partners .b-custom-input-field,
.b-company-add_exp_input .b-custom-input-field,
.b-company-add_exp_input_date .b-custom-input-field,
.b-company-add_url .b-custom-input-field,
.b-company-add_date-foundation .b-custom-input-field {
    font-size: 1em;
    padding: 5px 0 6px;
}

.b-company-add_location_country {
    clear: left;
    margin-right: 10px;
}

.b-company-add_location_country .b-custom-input .b-custom-select {
    font-size: 1em;
}

.b-company-add_category {
    float: left;
    width: 250px;
    margin-top: 9px;
    margin-bottom: 44px;
}

.b-company-add_category .b-checkbox {
    min-height: 20px;
}

.b-company-add_category label {
    margin-top: 2px;
}

.b-company-add_category label {
    float: left;
    display: block;
}

.b-company-add_category li {
    margin-top: -6px;
}

.b-company-add_empl-cnt {
    margin-bottom: 53px;
}

.b-company-add_empl-cnt ul {
    margin-top: 3px
}
.b-company-add_empl-cnt ul li {
    display: block;
    float: left;
    width: 100px;
}

.b-company-add label,
.b-company-add_date-foundation label {
    color: #5F6776;
    font-weight: bold;
    font-size: .8em;
}

.b-company-add_descr {
    margin-bottom: 55px;
}

.b-company-add_descr textarea {
    height: 97px;
}

.b-company-add span {
    color: #5F6776;
    font-size: .8em;
    cursor: pointer;
}

.b-company-add_category span {
    position: relative;
    top: 4px;
    left: 4px;
    float: left;
    display: block;
    width: 220px;
    line-height: 1.7em;
    cursor: pointer;
}

.b-company-add_auth {
    margin:0 0 25px;
}

.b-company-add_partners_input {
    width: 400px;
    float: left;
    margin:0 10px 0 0;
}

.b-company-add_partners_input--position {
    width: 311px !important;
}

.b-company-add_partners ul {
    position: relative;
    top: 13px;
}

.b-company-add-title {
    padding-bottom:8px;
}

.b-company-add_partners ol {
    margin-left: 20px;
}

.b-company-add_partners ol li {
    position: relative;
    height:43px;
}

.b-company-add_partners ol li a,
.b-company-add_exp ol li a {
    position: relative;
    top:9px;
    cursor: pointer;
    padding-left:13px;
}

@-moz-document url-prefix() {
    .b-company-add_partners ol li a,
    .b-company-add_exp ol li a {
        top:9px;
    }
}

.b-company-add_partners ul li {
    float: left;
    display: block;
    width: 140px;
    margin-top:-13px;
}

.b-company-add_partners_num {
    position: absolute;
    left: -20px;
    top:9px;
    color:#5f6776;
}

.b-company-add_partners i,
.b-company-add_exp i {
    background: url(../../images/new_pravo/icons.png) -7px -497px;
    cursor: pointer;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 16px;
    right: 7px;
}

.b-company-add_exp i {
    top: 15px;
}

.b-company-add_partners i:hover {
    background-position: -7px -462px;
}

.b-company-add_partners {
    margin-bottom: 33px;
}

.b-company-add_exp_input,
.b-company-add_exp_input_date {
    width: 530px;
    float: left;
    margin:0 10px 0 3px;
    position: relative;
    z-index: 10;
}

.b-company-add_exp_input_date {
    width: 181px;
    float: left;
}

.b-company-add_exp ol li {
    position: relative;
    padding-left: 20px;
    height:43px;
}

#exp-add {
    clear: left;
}

#partner-add, #exp-add {
    width: 150px;
}

.b-company-add_exp_num {
    position: absolute;
    left: 0;
    top:9px;
    color:#5f6776;
}

.b-company-add_exp {
    margin-bottom: 43px;
}

.b-company-add_url .b-custom-input,
.b-company-add_date-foundation .b-custom-input {
    margin-top: 8px;
}

.b-button.big.b-company-add {
    margin-top: 18px;
    font-size: 1.3em;
}

.b-company-add_help {
    padding-bottom: 14px !important;
}
.b-company-add_help h2 {
    font-size: 1.7em !important;
    margin-top: 0 !important;
}

.b-company-add_help p {
    margin-top: 9px !important;
}
/* end company add */

/* last vacancies list */
.b-vacancy-last h2 {
    font-size: 1.7em;
    margin: 0 0 18px 0;
}

.b-vacancy-last li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.b-vacancy-last_all {
    margin: 11px 0 16px 0 !important;
}

.b-vacancy-last_name {
    display: block;
    float: left;
    width: 200px;
    color: #5F6776;
    font-size: .9em;
    line-height: 1.55em;
    font-weight: bold;
}

.b-vacancy-last_pay {
    float: right;
    color: #806A00;
    font-size: 1.03em;
    margin-top: 1px;
}

.b-vacancy-last_all a {
    font-size: .8em;
    text-decoration: underline;
}

.b-vacancy-add_help {
    padding-bottom: 14px !important;
}

.b-vacancy-add_help p {
    line-height:1.37em !important;
    margin:0 !important;
    padding:5px 0;
    color:#a3a8b1 !important;
    font-size:1em !important;
    text-align:center;
    text-shadow:0 1px 0 #fff;
}

/* end last vacancies list */

/* settings */
.b-profile-prof {
    margin-top: 32px !important;
    margin-bottom: 16px !important;
}

.box-user_education-prof {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
    margin-bottom: 14px !important;
}

.box-user_education-prof .b-custom-input-field {
    font-size: 1em;
    padding: 5px 10px 6px;
}

.box-user_education-prof p {
    color: #5F6776;
    font-size: 1em;
    line-height: 1.35em;
}

.b-settings-prof {
    clear: left;
    display: table;
}


.b-settings-prof--comp {
    margin-top: 21px;
}

.b-settings-prof--phone {
    margin-top: 15px;
}

.b-settings-prof_pos,
.b-settings-prof_comp {
    float: left;
    width: 351px;
    margin-top: 4px;
}

.b-settings-prof_comp .b-custom-input .b-custom-select {
    font-size: 1em;
}

.b-settings-prof_pos {
    margin-right: 11px;
}

.b-settings-prof_phone {
    width: 351px;
/* fixme: на время закоментирования подтверждения аккаунта */
    margin-bottom: 20px;
/* end fixme */
}

.b-settings-prof_phone .b-custom-input {
    margin-top: 8px !important;
}

.b-settings-prof label {
    color: #5F6776;
    font-weight: bold;
    font-size: .8em;
}

.box-user_education-prof .b-company_add {
    position: absolute;
    margin-top: 18px;
}
/* end of settings */

/* experts */
.people-experts .b-table-list-avatar h2 a{
    color: #FF8600;
}
/* end of experts */

/* experts topics */
.b-expert_title {
    margin-top: 15px;
}

.b-expert_title img {
    background: #f5f8fd;
    border: 1px solid #CFD1D6;
    padding: 9px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    float:left;
}

.b-expert_topic {
    background: #f5f8fd;
    border: 1px solid #CFD1D6;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 13px 20px 15px;
    margin: 20px 0 0;
    position: relative;
}

.b-expert_topic_corner {
    background: url(../../images/new_pravo/icons.png) 0 -1021px;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 35px;
    top: -10px;
}

.b-expert_topic .b-topic-content {
    color: #2D3038 !important;
    margin-top: 0 !important;
}

.b-expert_topic_author {
    display: table;
}

.b-expert_topic_author_info {
    float:left;
    margin: 19px 0 0 20px;
}

.b-expert_topic_author_info_name a {
    font-size: 18px;
    color: #FF8600;
}

.b-expert_topic_author_info_company {
    font-size: 12px;
    color: #FF8600;
    margin-top: 3px;
}

.b-expert_topic_author_info--comment {
    margin-top: 9px;
}

.b-expert_topic_author_info .b-comment-user-panel {
    margin-top: -6px;
}

.b-comment-user-panel:hover {
    background: none !important;
}

.b-expert_topic--comment {
    padding-top: 14px;
    padding-bottom: 14px;
}

.b-expert_topic_author_info_who {
    font-size: 12px;
    color: #5F6776;
}

.b-expert_topic_author_info--comment-add {
    margin-top: 11px;
}
/* end experts topic */

/* index grid aligment */
.b-content .b-topic.index-topic .b-topic-content {
    margin-top: 19px;
}

.b-content .b-topic.index-topic .b-topic-content a.b-read-more {
    margin-top: 10px !important;
}

.b-content .b-topic.index-topic .b-topic-tags li {
    padding-top: 2px;
}

.b-content .b-topic.index-topic .b-topic-content .poll-new {
    margin-top: 0 !important;
}

.b-content .b-topic.index-topic .b-topic-content .poll-new .b-button {
    margin-top: 4px;
}

.b-content .b-topic.index-topic .b-topic-content .b-poll-stat {
    margin-bottom: 9px;
}

.ui-field-inner {
    display: block;
    padding: 1px 11px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZyIgeDE9IjAiIHkxPSIwIiB4Mj0iMCIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8%2BPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjQTZBN0FDIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cpIi8%2BPC9zdmc%2BDQo%3D);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#A6A7AC));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #A6A7AC);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-field-border {
    display: block;
    background: #343439 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZyIgeDE9IjAiIHkxPSIwIiB4Mj0iMCIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzEyMTMxOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzOSIvPjwvbGluZWFyR3JhZGllbnQ%2BPC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZykiLz48L3N2Zz4NCg%3D%3D);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#121318), to(#343439));
    background: -moz-linear-gradient(top, #121318, #343439);
    padding: 1px 11px;
    margin: 0 -10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-text-field {
    display: block;
    background: #fff;
    padding:0 10px;
    margin: 0 -10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.b-login-container .b-row input {
    border:none;
    margin: 0 -10px;
    padding: 6px 10px;
    font-size:1em;
}

.b-login-container .b-row .b-placeholder {
    float: left;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #a9a9a9;
    margin: 5px 0 -40px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
}

/* =b-invite
__________________________________*/

.b-invite-title {
    padding-bottom:20px;
}

.b-invite-about {
    color:#5F6776;
    font-size:.933em;
    line-height:1.43;
}

.b-invite-wrapper {
    padding-top:33px;
}

.b-invite-form {
    width:360px;
    float:left;
}
.b-invite-form-title,
.b-invite-list-title {
    color:#2D3038;
    font-size:1em;
    font-weight:bold;
}

.b-invite-form-title {
    padding-bottom:11px;
}

.b-invite-form-input.b-row {
    margin-bottom:15px;
}

.b-invite-form-input.b-row .b-custom-input-border {
    height:30px;
}

.b-invite-form-input.b-row .b-custom-input-border input {
    height:16px;
    font-size:1.333em;
}

.b-invite-form .b-button {
    margin-top:5px;
}

.b-invite-list {
}

.b-invite-list-wrapper {
    width:391px;
    float:right;
    border-left:1px solid #EBEBEB;
    margin-top:-2px;
}

.b-invite-list-title {
    padding-left:20px;
    padding-bottom:5px;
}

.b-invite-list-item {
    padding:7px 0 7px 20px;
    border-bottom:1px dashed #EBEBEB;
}

.b-invite-list-item:last-child {
    border-bottom:none;
}

.b-invite-list-name {
    color:#0091D1;
    padding-bottom:5px;
}

.b-invite-list-e-mail {
    color:#5F6776;
    font-size:.8em;
}

/* =b-lawyer_week
__________________________________*/

.b-lawyer_week {
    color:#5F6776;
    padding-bottom:3px;
}

.b-lawyer_week-wrapper {
    text-align:center;
}
.b-lawyer_week-photo {
    max-width:180px;
    border:10px solid #DFE2E7;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.b-lawyer_week-photo--wrapper {
    display:block;
    position:relative;
    margin:23px auto 8px;
    width:200px;
}

.b-lawyer_week-name {
    color:#FF8600;
    display:block;
    text-shadow:0 1px 0 #fff;
}

.b-lawyer_week-lastname {
    font-weight:bold;
    font-size:1.2em;
}

.b-lawyer_week-job {
    font-size:.8em;
    margin-top:9px;
}

.b-lawyer_week-count-title {
    font-size:.8em;
    margin-top:13px;
}

.b-lawyer_week-count {
    position:absolute;
    width:62px;
    height:62px;
    top:-19px;
    right:-17px;
    background: url("../../images/icons.png") -166px 0 no-repeat;
    color:#fff;
    text-shadow:0 -1px 0 #004C70;
    font-size:1.66em;
    font-style:normal;
    font-weight:bold;
    padding:15px 0 0;
}

.b-lawyer_week-count-title.b-lawyer_week-count-title--comment {
    text-align:center;
}

.b-lawyer_week-count.b-lawyer_week-count--comment {
    background-position:-231px 0;
    padding:7px 0 0;
    height:50px;
}

.b-lawyer_week-count-winner {
    position:absolute;
    width:54px;
    height:52px;
    top:-23px;
    right:-21px;
    background: url("../../images/icons.png") -302px 0 no-repeat;
    color:#fff;
    text-shadow:0 -1px 0 #004C70;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    padding:20px 0 0;
}

.b-lawyer_week-topic {
    font-size:.8em;
    display:block;
    margin-top:5px;
}

.b-decoration_line {
    border-bottom:1px solid #DADCDF;
    margin-top:22px;
}

.b-decoration_arrow {
    position: relative;
    z-index: 2;
    margin-top:-6px;
}

.b-decoration_arrow i {
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #F5F8FD;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #DADCDF;
    border-bottom: 1px solid #DADCDF;
    margin: 0 auto;
}

/* =b-contact
__________________________________*/

.b-contact {
    color:#5F6776;
}

.b-contact-info {
    font-size:0.933em;
    margin-bottom:13px;
    line-height:1.43;
}

.b-contact-title {
    color:#806A00;
    font-size:1.733em;
    font-weight:normal;
    margin-bottom:20px;
}
.b-contact-user,
.b-contact-mail {
    width:369px;
    float:left;
}

.b-contact .b-form .b-row.b-contact-user,
.b-contact .b-form .b-row.b-contact-mail {
    margin-bottom:15px;
}

.b-contact-user {
    margin-right:22px;
}

.b-contact-message {
    clear:left;
    width:760px;
}

.b-contact-message .b-custom-textarea .b-custom-textarea-field {
    height:163px;
}

/* =b-category_consult
__________________________________*/

.b-category_consult .b-category-list {
    margin:12px 10px 0 -20px;
    padding:0 0 30px;
}

.b-category_consult .l-half.l-half-r .b-category-list {
    margin:12px -6px 0 -4px;
}

.b-category_consult .b-custom-input-field {
    height:14px;
    padding-left:20px;
    font-size:.8em;
    color:#5F6776;
}

.b-category_consult .b-button {
    margin:20px 107px;
    font-size:.8em;
}

.b-category_consult .b-button .b-button-c {
    width:105px;
}

.b-category_consult .b-button button {
    padding:0 18px 6px 3px;
}

.b-category_consult-search {
    position:relative;
}

.b-category_consult-search-title {
    font-weight:bold;
    margin-bottom:5px;
}

.b-category_consult-search-icon {
    position:absolute;
    width:19px;
    height:19px;
    top:6px;
    left:8px;
    background: url("../../images/new_pravo/icons.png") -5px -1075px no-repeat;
}
/* =opera svg
__________________________________*/

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

    head~body .ui-text-field_dark .ui-field-inner {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+DQo8bGluZWFyR3JhZGllbnQgaWQ9ImdyYW5kIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoMjU1LDI1NSwyNTUpOyBzdG9wLW9wYWNpdHk6MCIvPg0KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoMTY2LDE2NywxNzIpOyBzdG9wLW9wYWNpdHk6MSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOnVybCgjZ3JhbmQpIiByeD0iMnB4Ii8+DQo8L3N2Zz4=);
    }
    head~body .ui-text-field_dark .ui-field-border {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+DQo8bGluZWFyR3JhZGllbnQgaWQ9ImdyYW5kIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoMTgsMTksMjQpOyBzdG9wLW9wYWNpdHk6MSIvPg0KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoNTIsNTIsNTcpOyBzdG9wLW9wYWNpdHk6MSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOnVybCgjZ3JhbmQpIiByeD0iMnB4Ii8+DQo8L3N2Zz4=);
    }

    head~body .b-main-menu .b-main-menu-new {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj4KCTxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgoJCTxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMEJBRkMiLz4KCQk8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5QzciLz4KCTwvbGluZWFyR3JhZGllbnQ+Cgk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2dyYWQpIi8+Cjwvc3ZnPg==);
    }
}
/* end index grid aligment */

/* =b-help
__________________________________*/

.b-help {
    color:#5F6776;
}

.b-help .b-delimiter {
    margin:0;
    background:0;
}

.b-help-title {
    margin-bottom:18px;
    color:#806A00;
    font-size:1.733em;
    font-weight:normal;
}

.b-help-subtitle {
    margin-bottom:10px;
    color:#806A00;
    font-size:1.2em;
}
.b-help-info {
    margin-bottom:20px;
    line-height:1.333;
}

.b-help-img {
    text-align:center;
    padding:0 0 20px;
}

.b-help-sections h2 i {
    position:absolute;
    top:-12px;
    margin:0;
}

.b-help-icon {
    left:-67px;
    height:47px;
    width:47px;
    background:url(../../images/help/icons-help.png) 0 0 no-repeat;
}

.b-help-icon--topic {
    background-position:0 -52px;
}
.b-help-icon--blog {
    background-position:0 -108px;
}
.b-help-icon--people {
    background-position:0 -163px;
}
.b-help-icon--job {
    background-position:0 -218px;
}
.b-help-icon--companies {
    background-position:0 -269px;
}

.b-help-sections {
    padding-top:15px;
}

.b-help-section {
    padding:0 0 15px;
    border-top:1px solid #DCDCDC;
}

.b-help-section h2 {
    margin:30px 0 30px 67px;
    color:#2D3038;
    font-size:1.333em;
    font-weight:bold;
}

.b-help-section-title {
    position:relative;
}

.b-help-note {
    margin-bottom:20px;
    font-style:italic;
    font-size:.8em;
    line-height:1.666;
}

.b-help-list-title {
    line-height:1.333;
}

.b-help-list {
    margin-bottom:20px;
    padding-left:15px;
    list-style-type:disc;
    line-height:1.333;
}
.b-help-columns {
    padding-top:10px;
}

.b-help-left,
.b-help-right {
    float:left;
    width:46%;
}

.b-help-left {
    padding-right:20px;
}

.b-help-right {
    padding-left:20px;
}

.b-help .b-topic-info,
.b-help .b-topic-plus {
    display:block;
    float:left;
    width: 25px;
    height: 26px;
    margin:4px 15px 0 0;
    background: url(../../images/new_pravo/icons.png) no-repeat;
}
.b-help .b-topic-info {
    background-position: -1px -80px;
}
.b-help .b-topic-plus {
    background-position: -1px -135px;
}

.b-wrap-relative {
    position: relative;
    margin: 0;
    padding: 0;
}
.b-logo_footer {
    float: left;
    padding: 6px 17px;
    border-right: 1px solid #00000c;
    border-left: 1px solid #747780;
}

.b-notificator {
    position: relative;
    min-width: 65px;
    max-width: 255px;
    min-height: 30px;
    margin: 0px auto;
    padding: 15px 20px 15px 65px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
/*  font-weight: bold; */
    text-shadow: #000 0 -1px;
    border: 1px solid #313843;
    border-radius: 5px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#535862), to(#313843));
    background: -webkit-linear-gradient(top, #535862, #313843);
    background: -moz-linear-gradient(top, #535862, #313843);
    background: -o-linear-gradient(top, #535862, #313843);
    background: linear-gradient(top, #535862, #313843);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#535862,endColorstr=#313843,GradientType=0);
    box-shadow: 0 2px 5px 0px #838383;
}

.b-notificator--green {
    text-shadow: #173819 0 -1px;
    border: 1px solid #4c6756;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#42a247), to(#316f35));
    background: -webkit-linear-gradient(top, #42a247, #316f35);
    background: -moz-linear-gradient(top, #42a247, #316f35);
    background: -o-linear-gradient(top, #42a247, #316f35);
    background: linear-gradient(top, #42a247, #316f35);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#42a247,endColorstr=#316f35,GradientType=0);
}

.b-notificator-text {
    vertical-align: middle;
}

.b-notificator-icon {
    position: absolute;
    left: 20px;
    top: 15px;
/*  display: inline-block;
    vertical-align: middle; */
    width: 26px;
    height: 28px;
    margin: 0 15px 0 0;
    background: url(/templates/skin/pravo/images/notification-icons.png) no-repeat;
    background-position: -30px;
}
.b-notificator-icon--star {
    background-position: 0;
}
.b-notificator-icon--lock {
    background-position: -30px;
}
.b-notificator-icon--note {
    background-position: -120px;
}
.b-notificator-icon--plus {
    background-position: -90px;
}

.b-counter {
    position: absolute;
    width: 95px;
    height: 15px;
    right: 110px;
    top: 7px;
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 0;
}

/* Menu-fly */
.menu-fly {
    opacity:0;
    position:fixed;
    z-index:999;
    top:-30px;
    left:0;
    margin:0;
    padding:0;
    min-width:1250px;
    width:100%;
    height:28px;
    border-top:1px solid #838A96;
    border-bottom:1px solid #606878;
    background:#3B3D44;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#3B3D44), to(#2D3139));
    background:-webkit-linear-gradient(#3B3D44, #2D3139);
    background:-moz-linear-gradient(#3B3D44, #2D3139);
    background:-ms-linear-gradient(#3B3D44, #2D3139);
    background:-o-linear-gradient(#3B3D44, #2D3139);
    background:linear-gradient(#3B3D44, #2D3139);
    box-shadow:#333 0 0 10px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s linear;
    -ms-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    transition:opacity 0.3s ease-in-out;
    text-align:center;
    list-style:none;
    font-size:0;
    line-height:0;
    letter-spacing:-1px;
}
.menu-fly li:first-child {
    border-left:1px solid #1B1D24;
    *border:0;
}
.menu-fly li {
    display:inline-block;
    margin:0;
    padding:0;
    letter-spacing:normal;
    *display:inline;
    *zoom:1;
}
.menu-fly li:last-child {
    border-right:1px solid #727986;
}
.menu-fly a {
    display:block;
    margin-top:-1px;
    width:98px;
    height:28px;
    border-top:1px solid #838A96;
    border-right:1px solid #1B1D24;
    border-bottom:1px solid #606878;
    border-left:1px solid #727986;
    background:#3B3D44;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#3B3D44), to(#2D3139));
    background:-webkit-linear-gradient(#3B3D44, #2D3139);
    background:-moz-linear-gradient(#3B3D44, #2D3139);
    background:-ms-linear-gradient(#3B3D44, #2D3139);
    background:-o-linear-gradient(#3B3D44, #2D3139);
    background:linear-gradient(#3B3D44, #2D3139);
    text-decoration:none;
    font:10px/28px Arial,Helvetica,sans-serif;
    color:#B7B7B7;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    cursor:pointer;
}
.menu-fly a:hover {
    background:#35383F;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#35383F), to(#272B33));
    background:-webkit-linear-gradient(#35383F, #272B33);
    background:-moz-linear-gradient(#35383F, #272B33);
    background:-ms-linear-gradient(#35383F, #272B33);
    background:-o-linear-gradient(#35383F, #272B33);
    background:linear-gradient(#35383F, #272B33);
    color:#FFF;
}
.menu-fly li:first-child a {
    width:299px;
    background:url(../../images/menu-fly.png) 50% 50% no-repeat;
    text-indent:-999em;
}
.menu-fly-active {
    top:0;
    opacity:1;
}
.page-content-header {
    text-align: center; 
    padding-top: 5px; 
    padding-bottom: 5px;
}
.page-content-header-padd-bottom {
    text-align: center; 
    padding-bottom: 5px;
}
.b-custom-input.no-selectbox.tags-input {
    display: inline-block;
    width: 100%;
}
a {
    text-decoration: none;
}

.l-indent ol {
	margin: 10px 0 0 20px;
}

.l-indent ol li {
	list-style:decimal;
	margin: 10px 0 0;
	font-size: 0.80em;
	line-height: 1.67em;
	color: #5F6776;
}