/*---reset-----------------------*/
* {
    font-size: 100.01%;
}
:focus {
    outline: 0;
}
body, html,
h1, h2, h3, h4, h5, h6,
address, blockquote, div, p, pre,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, td, tfoot, th, thead, tr,
img,
iframe, object  {
    margin: 0;
    padding: 0;
    border: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    vertical-align: top;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
blockquote, q {
    quotes: '' '';
}
/*---default---------------------*/
html, body {
    height: 100%;
}
body {
    font: normal .81em/1.7 arial, tahoma, verdana;
}
h1, h2, h3 {
    line-height: 1.3;
}
h1 {
    margin: 0 0 0.3em;
    font-weight: normal;
    font-size: 1.54em;
    text-transform: uppercase;
}
h2 {
    margin: 2.2em 0 0.5em;
    font-weight: bold;
    font-size: 1.07em;
}
h3 {
    margin: 2em 0 0.3em;
    font-weight: bold;
    font-size: 1em;
}
p {
    margin-bottom: 1.6em;
}
a {
    text-decoration: underline;
    cursor: pointer;
}
input, option, textarea, select {
    font-family: tahoma;
}
/*---develop---------------------*/
.e {
    color: red;
}
.z {
    border: 1px dashed red;
}
.x {
    background: orange;
}
.xx {
    background: blue;
}
.dev {
    width: 100%;
    height: 3em;
    position: absolute;
    left: 0;
    background: rgba(222, 163, 0, .4);
    display: none;
}
.dev div {
    margin-top: -.62em;
    width: 100%;
    height: 3.62em;
    position: absolute;
    left: 0;
    background: rgba(222, 163, 0, .3);
}
/*---global----------------------*/
.g-clear {
    clear: both;
}
.g-relative {
    position: relative;
}
/*---fixed-----------------------*/
.b-fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.b-fixed .frame {
    position: fixed;
    left: 50%;
    top: 50%;
}
    /*-------------------------------*/
    .b-fixed_fond {
        opacity: .5;
    }
/*---alert-----------------------*/
.b-alert {
    padding: 22px;
    width: 28em;
}
    /*-------------------------------*/
    .b-alert_original ,
    .b-alert_cropping {
        width: 51em;
    }
/*---container-------------------*/
.l-container {
    width: 100%;
    min-height: 100%;
    position: relative;
}
.container__page {
    margin: 0 auto;
    padding: 40px 0 1px 0;
    width: 990px;
}
/*---content---------------------*/
.l-content {
    margin-bottom: 3em;
    width: 100%;
    height: 100%; /* fix Opera */
    position: relative;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.content__w {
    width: 100%;
    float: left;    
}
.content__l {
    margin-right: 225px;
    position: relative;
}
.content__r {
    margin-left: -220px;
    width: 220px;
    float: left;
    clear: right;
    position: relative;
}
    /*-------------------------------*/
    .h-content_header {
        margin-bottom: 1.7em;
        z-index: 9;
    }
/*---duet------------------------*/
.l-duet {
    margin-bottom: 3em;
    width: 100%;
    height: 100%; /* fix Opera */
}
.l-duet:after {
    clear: both;
    display: block;
    content: '';
}
.duet__w {
    width: 100%;
    float: left;    
}
.duet__l {
    margin-right: 399px;
    position: relative;
}
.duet__r {
    margin-left: -364px;
    width: 364px;
    float: left;
    clear: right;
    position: relative;
}
    /*-------------------------------*/
     .h-duet_null {
         margin-bottom: 0;
     }
    /*-------------------------------*/
     .h-duet_banner {
         margin-bottom: 2em;
     }
    /*-------------------------------*/
     .h-duet_copir {
         margin-bottom: 2.5em;
     }
/*---twain-----------------------*/
.l-twain {
    margin: 0 35px 3em 0;
    position: relative;
}
.l-twain:after {
    clear: both;
    display: block;
    content: '';
}
.twain__r,
.twain__l {
    width: 50%;
    float: left;
    clear: right;
    position: relative;
}
.twain__r {
    left: 35px;
}
/*---trio------------------------*/
.l-trio {
    width: 100%;
    height: 100%; /* fix Opera */
    position: relative;
}
.l-trio:after {
    clear: both;
    display: block;
    content: '';
}
.trio__r,
.trio__c,
.trio__l {
    width: 253px;
    float: left;
    clear: right;
    position: relative;
}
.trio__c {
    left: 3px;
}
.trio__r {
    left: 6px;
}
    /*-------------------------------*/
    .l-trio_index {
        margin-right: 6px;
        width: auto;
    }
    .l-trio_index .trio__r,
    .l-trio_index .trio__c,
    .l-trio_index .trio__l {
        width: 33%;
    }
    .l-trio_index .trio__r {
        width: 34%;
    }
/*---menu------------------------*/
.b-menu {
    position: absolute;
    top: 0;
    left: 230px;
    z-index: 1;
}
.b-menu .item {
    margin-right: 2px;
    padding-bottom: 2px;
    float: left;
    position: relative;
}
.b-menu .item:hover ul {
    display: block;
}
    /*-------------------------------*/
   .b-menu_extra {
       width: 100%;
       position: relative;
       left: 0;
   }
   .b-menu_extra:after {
        clear: both;
        display: block;
        content: '';
    }
/*---submenu---------------------*/
.b-submenu {
    padding: 7px 10px 2px;
    width: 12em;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.b-submenu li {
    margin-bottom: .9em;
    font: normal .85em/1.3 tahoma;
}
.b-submenu span {
    margin: -.25em -10px -.5em;
    padding: .25em 10px .5em;
    display: block;
}
/*---search---------------------*/
.m-search {
    padding: .38em 0;
    width: 100%;    
}
.m-search:after {
    clear: both;
    display: block;
    content: '';
}
.m-search .field {
    margin-right: 2px;
    width: 7.5em;
    height: 1.3em;
    float: left;
    overflow: hidden;
    display: block;
}
.m-search .field input {
    width: 100%;
    display: block;
    font-size: .85em;
}    
.m-search .field-button span,
.m-search .field-button {
    float: left;
    display: block;
}
.m-search .field-button input,
.m-search .field-button span {
    width: 1.44em;
    height: 1.44em;
    overflow: hidden;
    position: relative;
}    
.m-search .field-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.m-search .m_select,
.m-search .m_select select {
    margin-right: 2px;
    width: 11em;
    height: 1.5em;
    float: left;
}
/*---decor-----------------------*/
.b-decor {
    position: absolute;
    top: 0;
    right: 0;
}
.b-decor .wrapper {
    padding-bottom: 0.38em;
    width: 100%;
}
.b-decor .wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.b-decor .field {
    margin-right: 2px;
    width: 7.5em;
    height: 1.3em;
    float: left;
    overflow: hidden;
    display: block;
}
.b-decor .field input {
    width: 100%;
    display: block;
    font-size: .85em;
}    
.b-decor .field-button span,
.b-decor .field-button {
    float: left;
    display: block;
}
.b-decor .field-button input,
.b-decor .field-button span {
    width: 1.44em;
    height: 1.44em;
    overflow: hidden;
    position: relative;
}    
.b-decor .field-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
    /*-------------------------------*/
    .b-decor_login {
        position: static;
    }
/*---login-----------------------*/
.b-login {
    padding-left: 50px;
}
.b-login .avatar strong {
    padding: .8em 0 .4em;
    display: block;
    font: bold .92em/1.4 tahoma;
}
/*---logo------------------------*/
.b-logo a,
.b-logo {
    width: 180px;
    height: 99px;
    display: block;
}
.b-logo {
    margin-right: 50px;
    width: 180px;
    height: 99px;
    float: left;
    position: relative;
    top: -20px;
    z-index: 2;
}
.b-logo img {
    display: none;
}
/*---motto-----------------------*/
.b-motto {
    padding-top: 2.9em;
    overflow: hidden;
    position: relative;
    font: normal .85em/1.6 tahoma;
}
/*---service---------------------*/
.b-service {
    width: 100%;
    margin-bottom: 1.6em;
}
.b-service li {
    padding-left: 7px;
    font: normal .85em/1.6 tahoma;
}
    /*-------------------------------*/
    .b-service-footer {
        margin: 0;
        overflow: hidden;
        position: relative;
    }
    .b-service-footer li {
        margin-right: 1.82em;
        float: left;
    }
/*---phone-----------------------*/
.b-phone {
    margin: -.4em 0 0;
    font: normal .85em/1.6 tahoma;
}
.b-phone span {
    margin-left: .6em;
    position: relative;
    top: .1em;
    font: normal 1.64em/1.2 arial;
    white-space: nowrap;
}
/*---copir-----------------------*/
.b-copir {
    margin: 0;
    font: normal .85em/1.6 tahoma;
}
/*---advert-----------------------*/
.b-advert {
    margin: 0;
    padding: 7px 14px;
    font: normal .85em/1.6 tahoma;
}
/*---banner----------------------*/
.b-banner .item,
.b-banner {
    width: 100%;
    position: relative;
}
.b-banner {
    margin-top: -5px;
}
.b-banner .item {
    padding-top: 5px;
}
.b-banner .item img {
    vertical-align: middle;
}
    /*-------------------------------*/
    .b-banner_small {
        margin-left: -6px;
        width: auto;
        overflow: hidden;
    }
    .b-banner_small .item {
        padding-left: 4px;
        width: auto;
        float: left;        
    }
/*---notice----------------------*/
.b-notice {
    margin-top: -5px;
    width: 100%;
    position: relative;
}
.notice__w  {
    width: 100%;
    position: relative;
}
.b-notice .item {
    margin-top: 5px;
    padding: 14px;
}
.b-notice .item:after {
    clear: both;
    display: block;
    content: '';
}
.b-notice .photo {
    margin-right: 17px;
    float: left;
}
.b-notice .photo img {
    vertical-align: middle;
}
.b-notice dl {
    padding: .4em 0 0;
    overflow: hidden;
    font: normal .85em/1.65 tahoma;
}
    /*-------------------------------*/
    .b-notice .item_1 dt {
        margin-bottom: 1.2em;
    }
    .b-notice .item_1 dd {
        font-style: italic;
    }
    /*-------------------------------*/
    .b-notice .item_2 dt {
        padding-top: .2em;
        font: italic 1em/1.5 arial;
    }
    .b-notice .item_2 dd a {
        margin-bottom: .6em;
        font: normal 1.09em/1.5 arial;
        display: block;
    }
    .b-notice dd.rama_box {
        overflow-y: hidden;
        height: 3.2em;
    }
/*---person----------------------*/
.b-person {
    padding-top: .38em;
    position: relative;
}
.b-person li {
    margin-bottom: .38em;
    height: 100%; /* fix Opera */
    clear: both;
    position: relative;
}
.b-person li:after {
    clear: both;
    display: block;
    content: '';
}
.b-person .photo {
    margin-right: 15px;
    float: left;
    display: block;
}
.b-person .photo img {
    vertical-align: top;
}
.b-person .name {
    padding: 9px 0;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 1.3;
    white-space: nowrap;
}
.b-person .name em {
    font: normal .85em tahoma;
}
    /*-------------------------------*/
    .b-person_print {
        padding-left: 9px;
    }   
    /*-------------------------------*/
    .b-person_message {
        padding: 0;
    }   
    /*-------------------------------*/
    .b-person_right {
        padding-top: 5px;
    }   
    .b-person_right li {
        margin-bottom: 5px;
        height: 52px !important;
        overflow: hidden;
    }   
    .b-person_right .selected {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }    
    .b-person_right .photo {
        margin-right: 10px;
    }
    .b-person_right .name * {
        font: normal .85em tahoma;
    }
    /*-------------------------------*/
    .b-person_text .name {
        padding-top: 0;
    }
    .b-person_text .name em {
        font: italic .85em arial;
    }    
/*---scroll----------------------*/
.b-scroll {
    padding: 1em 0;
    width: 100%;
}
.b-scroll span {
    margin: 0 auto;
    width: 56px;
    height: 10px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.b-scroll-frame {
    margin: 0 -15px;
    padding: 0 15px;
    height: 568px;       
    overflow: hidden;
    position: relative;
} 
/*---news------------------------*/
.b-news {
    margin-top: -2.3em;
    position: relative;
}
.b-news dt {
    margin-top: 1.95em;
}
.b-news dd {
    margin-top: .45em;
    padding-left: 16px;
    font-size: .85em;
    font-family: tahoma;
}
    /*-------------------------------*/
    .b-news_right {
        margin-left: 15px;
    }
/*---events----------------------*/
.b-events {
    margin-top: -5px;
    width: 100%;
    position: relative;
}
.b-events .item {
    margin-top: 5px;
    width: 100%;
    position: relative;
}
.b-events .item:after {
    clear: both;
    display: block;
    content: '';
}
.b-events .photo {
    margin: .1em 17px 0 0;
    float: left;
}
.b-events .photo img {
    vertical-align: middle;
}
.b-events .text {
    margin: 0;
    overflow: hidden;
    font: 1em/1.4 tahoma;
}

/*---photos----------------------*/
.b-photos {
    margin-bottom: 3em;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.b-photos .wrapper {
    margin: -13px -3px 0 0;
    position: relative;
}
.b-photos .item {
    margin: 13px 3px 0 0;
    width: 125px;
    vertical-align: top;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
}
.b-photos .photo {
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: relative;
}
.b-photos .link {
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-photos .link span {
    position: absolute;
    bottom: 6px;
    left: 10px;
}
.b-photos .link span span {
    position: relative;
    bottom: -4px;
    left: -6px;
    display: block;
}
.b-photos .link span span span {
    padding: 11px 6px;
}
.b-photos .link img {
    vertical-align: top;
}
.b-photos p {
    margin: .3em 0 .5em;
    position: relative;
    font: normal .85em/1.1 tahoma;
}
.b-photos p em {
    white-space: nowrap;
}
.b-photos p input {
    margin: 0;
    padding: 0;
    width: 121px;
}
    /*-------------------------------*/
    .b-photos_null {
        margin-bottom: 13px;
    }   
    /*-------------------------------*/
    .b-photos_2 .wrapper {
        margin-top: -3px;
    }
    .b-photos_2 .item {
        margin-top: 3px;
        width: 96px;
    }
    .b-photos_2 .photo {
        height: 96px; /* iz */
    }
    /*-------------------------------*/
    .b-photos_casting .wrapper {
        margin: -2em -48px 0 0;
    }
    .b-photos_casting .item {
        margin: 2em 48px 0 0;
        width: 223px;
    }
    .b-photos_casting .date {
        font: bold .85em/1.7 tahoma;
    }
    .b-photos_casting p,
    .b-photos_casting h2 {
        margin: .3em 0 0;
        font: normal 1em/1.7 arial;
    }
    .b-photos_casting .organizer {
        margin-top: .8em;
        font-style: italic;
    }
/*---panel-----------------------*/
.b-panel {
    margin-bottom: 1.85em;
    width: 100%;
    position: relative;
    font-family: tahoma;
}
.b-panel p {
    margin: 0;
    padding: .3em 20px .6em 230px;
    position: relative;
    font-size: .85em;
    line-height: 1.4;
}
.b-panel p span {
    margin: 0 .2em 0 .5em;
    width: 14px;
    height: 5px;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
}
.b-panel dl {
    padding: .9em 20px 1.2em 20px;
    position: relative;
}
.b-panel dl:after {
    clear: both;
    display: block;
    content: '';
}
.b-panel dt {
    width: 210px;
    float: left;
    font-size: 1.85em;
    line-height: 1.2;
    text-transform: uppercase;
}
.b-panel dd {
    overflow: hidden;
    position: relative;
    font-size: .92em;
    line-height: 1.5;
}
.b-panel dd .limiter {
    margin-right: 11em;
    display: block;
}
/*---rating----------------------*/
.b-rating {
    margin-top: -1.5em;
    width: 100%;
    position: relative;
}
.b-rating .item {
    margin-top: 1.5em;
    width: 100%;
}
.b-rating .item:after {
    clear: both;
    display: block;
    content: '';
}
.b-rating .photo {
    margin-right: 20px;
    width: 96px; /* iz */
    height: 160px;
    float: left;
    overflow: hidden;
    position: relative;
}
.b-rating .name {
    overflow: hidden;
}
.b-rating .limiter {
    margin-top: 12px;
    padding-right: 200px;
    min-height: 105px;
    position: relative;
}
.b-rating .limiter .number {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 3.08em;
    line-height: 1;
}
.b-rating .name h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
    color: #3d535a;
}
.b-rating .name p {
    margin-bottom: .6em;
    font-size: .85em;
    font-family: tahoma; 
}
.b-rating .name em {
    font-family: arial; 
}
    /*-------------------------------*/
    .b-rating .item_bg {
        background: #e9edee;
    }   
/*---tabs------------------------*/
.b-tabs {
    width: 100%;
    position: relative;
}
.b-tabs:after {
    clear: both;
    display: block;
    content: '';
}
.tabs__header {
    margin-right: -1px;
    padding: 0 15px;
    height: 2.2em;
    float: left;
    position: relative;
    text-align: center;
    font: normal .92em/2.2 tahoma;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}
.tabs__content {
    margin: 2.02em 0 0 -100%;
    width: 100%;
    float: right;
    position: relative;
    z-index: 1;
    display: none;    
}
.b-tabs dt.selected {
    z-index: 2;
    cursor: text;
}
.b-tabs dd.selected {
    display: block;
}
    /*-------------------------------*/
    .b-tabs_right .tabs__header {
        padding: 0 5px;
    }
/*---recom-----------------------*/
.b-recom {
    padding: 2.5em 15px 1.5em;
}
.b-recom .add {
    margin: 0;
    position: relative;
    top: -1.6em;
    text-align: right;
    font: normal .85em/1.1 tahoma;
    text-transform: lowercase;
}
.b-recom .item {
    width: 100%;
}
.b-recom .item:after {
    clear: both;
    display: block;
    content: '';
}
.b-recom .date {
    width: 120px;
    float: left;
    font-style: italic;
    font-size: .85em;
}
.b-recom .photo {
    float: right;
    font: normal .85em/1.1 tahoma;
}
.b-recom .content {
    margin-right: 160px;
    overflow: hidden;
}
.b-recom .content h3 {
    margin: 0 0 .2em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
}
.b-recom .content p {
    margin-bottom: 1.2em;
    font-style: italic;
}
    /*-------------------------------*/
    .b-recom_off .content {
        margin: 0;
    }
    /*-------------------------------*/
    .b-recom_comment .date {
        width: 72px;
    }
    .b-recom_comment .content h3 span {
        margin-left: 2em;
        font-weight: normal;
        font-style: italic;
        font-size: .85em;        
    }
        /*-------------------------------*/
        .b-recom_comment .date_2 {
            margin-left: 32px;
        }    
/*---services--------------------*/
.b-services {
    margin-bottom: 3em;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.b-services .wrapper {
    margin: -2.5em -4% 0 0;
    position: relative;
}
.b-services .item {
    margin: 2.5em 4% 0 0;
    width: 46%;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}
.b-services .photo {
    float: left;
    position: relative;
}
.b-services .photo img {
    vertical-align: top;
}
.b-services .name {
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}
.b-services .name h2 {
    margin: 0;
    font-weight: normal;
}
.b-services .name p {
    margin: 0;
}
.b-services .name .author {
    margin-top: .8em;
    font-style: italic;
}
/*---personal--------------------*/
.b-personal {
    margin-bottom: 3em;
    width: 100%;
    height: 100%; /* fix Opera */
    position: relative;
}
.b-personal:after {
    clear: both;
    display: block;
    content: '';
}
.b-personal .photo {
    margin-right: 5px;
    width: 381px;
    height: 381px;
    float: left;
    position: relative;
    overflow: hidden;
}
.b-personal .photo img {
    vertical-align: top;
}
.b-personal .name {
    padding-left: 18px;
    position: relative;
    width: 361px;
    overflow: hidden;
}
    /*-------------------------------*/
    .b-personal_null {
        margin-bottom: .8em;
    }
/*---profile---------------------*/
.b-profile {
    margin: -.8em 0 .8em;
    position: relative;
}
/*---prm-------------------------*/
.b-prm {
    width: 100%;
    position: relative;
    font: normal .85em/1.6 tahoma;
}
.b-prm dt {
    width: 100px;
    position: absolute;
    top: .25em;
    line-height: 1.1;
    
    color: #818e92;
}
.b-prm dd {
    padding: 0 0 .9em 115px;
    font-weight: bold;
}
.b-prm dd span {
    font-weight: normal;
}
.b-prm dd strong {
    font-size: 1.45em;
}
.b-prm dd em {
    font-style: normal;
    font-weight: normal;
}
.b-prm dd .assessment {
    margin: 0 .5em 0 .8em;
}
.b-prm dd .assessment ins {
    margin-left: 1px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: text-bottom;
    display: -moz-inline-stack;
    display: inline-block;
    cursor: pointer;
}
/*---ttch------------------------*/
.b-ttch {
    margin: .6em 0 1.3em -18px;
    padding: 10px 0 5px;
    position: relative;
    font: normal .85em/1.2 tahoma;
}
.b-ttch table {
    width: 100%;
}
.b-ttch td {
    padding-bottom: 5px;
}
.b-ttch .ttch__0 td {
    padding-top: 4px;
}
.b-ttch .ttch__0 td div {
    width: 100%;
    height: 0;
    overflow: hidden;
}
.b-ttch .ttch__l {
    padding-left: 18px;
}
.b-ttch .ttch__r {
    padding-right: 18px;
    padding-left: 8px;
    width: 50%;
    font-weight: bold;
}
.b-ttch .ttch__r div {
    width: 200px;
    overflow: hidden;
}
    /*-------------------------------*/
    .b-ttch_2 .ttch__r {
        width: 100%;
    }
/*---message---------------------*/
.b-message {
    margin-bottom: 2em;
    width: 100%;
}
.b-message td,
.b-message th {
    padding: 0 15px;
    vertical-align: middle;
}
.b-message th {
    font: normal .85em/1.8 tahoma;
}
.b-message td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.message__l {
    padding: 0 !important;
    width: 30%;
}
.message__c1 {
    width: 55%;
}
.message__c1 span {
   cursor: pointer;
}
.message__c4,
.message__c3,
.message__c2 {
    font: normal .85em/1.5 tahoma;
    white-space: nowrap;
}
.message__0 td {
    padding: 0;
    font-size: .92em;
}
.message__1 .message__c1 {
    font-weight: bold;
}
.message__3 td {
    padding-top: 0;
}
.message__4 td {
    padding: 0;
}
.message__4 td,
.message__3 td {
    padding-bottom: 1.54em;
}
.b-message .selected {
    display: none;
}

.b-message .mSelected {
    display: none;
}
    /*-------------------------------*/
    .b-message_bill .message__c1 {
        padding-left: 0;
        width: 100%;
    } 
/*---message-2------------------*/
.b-message-2 {
    margin: -.15em 0 2em;
    width: 100%;
    position: relative;
}
.b-message-2 td,
.b-message-2 th {
    vertical-align: middle;
    font-weight: normal;
    font-size: .92em;
    line-height: 1.2;
}
.b-message-2 th {
    padding-bottom: 3px;
}
.b-message-2 td {
    padding: 10px;
}
.message-2__l {
    padding: 0 !important;
}
.message-2__c1 {
    width: 25%;
    font-family: tahoma;
}
.message-2__c2 {
    width: 35%;
}
.message-2__c3 {
    white-space: nowrap;
}
.message-2__0 td {
    padding: 0;
}
.message-2__l img {
    display: block;
}
    /*-------------------------------*/
    .b-message-2_null {
        margin-bottom: 0;
    }
/*---fun-------------------------*/
.b-fun {
    width: 100%;
    position: relative;
}    
.b-fun .item {
    margin-bottom: 5px;
    padding: .7em 15px 0;
    position: relative;
}    
.b-fun .item h3 {
    margin: -.3em 0 .5em -10px;
    padding: 0;
    position: relative;
    font: bold .92em/1.3 tahoma;
    text-transform: uppercase;
}
.b-fun .item h4 {
    margin: 0 0 .2em 0;
    padding: 0;
    position: relative;
    font: bold .92em/1.3 tahoma;
    text-transform: uppercase;
}
.b-fun .item .dsc {
    margin-bottom: .4em;
    position: relative;
    font: bold .85em/1.3 tahoma;
}
    /*-------------------------------*/
    .b-fun .item_tgt {
        margin-top: -1px;
    }  
        /*-------------------------------*/
        .b-fun .item_other_tgt {
            margin-top: 1px;
        } 
/*---search----------------------*/
.b-search {
    width: 100%;
    font: normal .85em/1.3 tahoma;
}
.b-search .box {
    margin-bottom: 1em;
    width: 100%;
}
.b-search .box:after {
    clear: both;
    display: block;
    content: '';
}
.b-search .box div {
    margin-bottom: .6em;
    width: 100%;
    position: relative;
}
.b-search .box-2 {
    margin-bottom: .4em;
    padding-top: 1em;
}
.b-search .box-2 div {
    width: 49%;
    float: left;
}
.b-search .box input {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: -1px;
}
.b-search .box label {
    padding-left: 20px;
    display: block;
}
.b-search .box label.root_label {
    padding-left: 0px;
}
.b-search .slider {
    margin-bottom: 1.2em;
    width: 100%;
}
.b-search .slider input {
    width: 4.55em;
}
.b-search .slider .ruler {
    margin-top: .3em;
    height: 1.2em;
    position: relative;
}
.b-search .slider .ruler div {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.b-search .slider .ruler span {
    margin-left: -.2em;
    width: 0.4em;
    height: 1.65em;
    position: absolute;
    top: -.32em;
    z-index: 2;
}
.b-search .slider .ruler .min {
    left: 0;
}
.b-search .slider .ruler .max {
    right: 0;
}
.b-search .line {
    margin-bottom: 1em;
    width: 100%;
}
.b-search .line div {
    width: 100%;
    position: relative;
}
.b-search .line select {
    width: 100%;
}
.b-search .line input {
    width: 97%;
}
.b-search p.selected {
    margin-bottom: .5em;
    padding-top: 1em;
}
.b-search p.selected span {
    cursor: pointer;
}
.b-search .off-2 div,
.b-search .off {
    display: none;
}
.b-search .on {
    display: block !important;
}
/*---list------------------------*/
.b-list {
    padding-bottom: .7em;
}    
.b-list li {
    margin-bottom: .4em;
    position: relative;
    font: normal .85em/1.3 tahoma;
}    
    /*-------------------------------*/
    .b-list_rating li {
        line-height: 1.5;
    }    
        /*-------------------------------*/
        .b-list_rating_model li {
            padding-left: 4.55em;
        }    
        .b-list_rating_model li span {
            width: 3.55em;
            position: absolute;
            top: .3em;
            left: 0;
            font: bold 1.27em/1 arial;
        } 
/*---form------------------------*/
.b-form {
    margin: -1.7em 0 0;
    width: 100%;
    position: relative;
}
.b-form h3,
.b-form h2 {
    margin: 0 0 .7em;
    padding: 1.7em 0 0;
    font: normal .85em tahoma;
}
.b-form .item {
    margin-bottom: 1px;
    padding: .6em 40px 0;
    font: normal .85em/1.2 tahoma;
}
.b-form .line {
    margin-right: 150px;
    position: relative;
}
.b-form .submit:after,
.b-form .box:after,
.b-form .line:after {
    clear: both;
    display: block;
    content: '';
}
.b-form .line__r,
.b-form .line__c,
.b-form .line__l {
    width: 33.3%;
    float: left;
    clear: right;
    position: relative;
}
.b-form .line__c {
    left: 50px;
}
.b-form .line__r {
    left: 100px;
}
.b-form label {
    display: block;
    font-weight: bold;
}
.b-form em {
    font-weight: normal;
}
.b-form textarea {
    margin: .2em 0 .8em;
    width: 99%;
    height: 8em;
}
.b-form .line div div {
    margin-bottom: .8em;
    width: 100%;
    position: relative;
}
.b-form .line label {
    margin-bottom: .2em;
}
.b-form .line sup {
    vertical-align: top;
    font-weight: normal;
}
.b-form .line img {
    margin-bottom: .3em;
}
.b-form .line select {
    width: 100%;
}
.b-form .line input {
    width: 96.7%;
}
.b-form .line .calendar {
    margin: -9px 0 0 .4em;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 100%;
}
.b-form .line .panel {
    margin: -.55em 0 0;
    width: 15em;
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 1.18em;
}
.b-form .line .login {
    padding-top: 1.5em;
    display: block;
}
.b-form .line .mini {
    width: 32%;
}
.b-form .line .mini span {
    margin: -.7em 0 0 .8em;
    position: absolute;
    top: 50%;
    left: 100%;
}
.b-form .box {
    padding: .3em 0;
    width: 100%;
}
.b-form .box div {
    margin-bottom: .6em;
    width: 100%;
    position: relative;
}
.b-form .box-2 div {
    width: 33.3%;
    float: left;
}
.b-form .box input {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: -2px;
}
.b-form .box label {
    padding-left: 20px;
}
.b-form .submit {
    padding-top: 1.4em;
}
.b-form .mark {
    margin-bottom: .8em;
}
.b-form .mark-form {
    padding-bottom: .8em;
}
.b-form .mark-form .line div div {
    margin-bottom: 0;
}
    /*-------------------------------*/
    .b-form_alert {
        margin-top: 1em;
    }
    .b-form_alert .item {
        padding-right: 0;
        padding-left: 0;
    }
    .b-form_alert .item h3,
    .b-form_alert .item h2 {
        margin: 0;
        padding: 0;
        font-size: 1em;
    }     
    .b-form_alert label {
        font-weight: normal;
    }
    .b-form_alert .line .box-2 div {
        width: 100%;
    }
    .b-form_alert .submit {
        padding-top: .4em;
    }
    .b-form_alert .cropping {
        margin-bottom: .8em;
        width: 100%;
        overflow: hidden;
        height: 317px;
    }
    .b-form_alert .cropping img,
    .b-form_alert .cropping div {
        margin: 0 auto;
        display: block;
    }
    .b-form_alert .cropping .preloader{
        margin: -25px 0 0 -25px;
        position: absolute; 
        left: 50%;
        top: 50%;
    }    
    /*-------------------------------*/    
    .b-form_alert_cropping .line input {
        width: 99%;
    }
/*--------------------------js---*/
.js-mark_call {
    display: inline !important;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    cursor: pointer;
}   
.js-mark_fild {
    display: none;
}        
/*---step------------------------*/
.b-step {
    margin-left: -5px;
    padding-bottom: 2.3em;
    position: relative;
}
.b-step:after {
    clear: both;
    display: block;
    content: '';
}
.b-step .step-4,
.b-step .step-3,
.b-step .step-2,
.b-step .step-1 {
    width: 25%;
    float: left;
    clear: right;
}
.b-step div div {
    margin-left: 5px;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #b7c4c8;
}

.b-step div .on {
    padding: 11px 20px;
    border: 0;
    background: #f99d1c;
    color: white;
}
/*---tariff----------------------*/
.b-tariff {
    margin-bottom: 2em;
    width: 100%;
}
.b-tariff td {
    padding: 8px 20px;
    font: normal .85em/1.2 tahoma;
    border: 1px solid #b7c4c8;
}
/*---tooltip---------------------*/
.b-tooltip {
    width: 220px;
    position: absolute;
}
.b2-tooltip {
  z-index: 10000;
}
.tooltip__content {
    margin-right: 18px;
    padding: 10px 18px;
    font-style: italic;
    font-size: .85em;
}
.tooltip__corner {
    margin-left: 100%;
    width: 19px;
    height: 38px;
    position: absolute;
    top: 0;
    left: -19px;
}
    /*-------------------------------*/
    .b-tooltip_left .tooltip__corner {
        margin-left: 0;
        left: -18px;
    }
/*---tooltip-2-------------------*/
.b-tooltip-2 {
    width: 400px;
    position: absolute;
    z-index: 100000;
}
.tooltip-2__content {
    margin-left: 33px;
    padding-left: 17px;
}
.tooltip-2__corner {
    width: 34px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
}
.tooltip-2__head div {
    margin-bottom: .3em;
    font: bold .92em/1.3 tahoma;
}
.tooltip-2__head p {
    margin-bottom: 1.3em;
    font: normal .85em/1.3 tahoma;
}
.tooltip-2__footer {
    margin: -.7em 0 0 -17px;
    position: relative;
}
.tooltip-2__footer:after {
    clear: both;
    display: block;
    content: '';
}
.tooltip-2__footer div {
    padding-bottom: .5em;
    width: 33.2%;
    float: left;
    clear: right;
    text-align: center;
    font-size: .85em;
}
/*---guessing--------------------*/
.b-guessing {
    margin: -1em 0 3em;
    width: 100%;
    position: relative;
    text-align: center;
}
.b-guessing img {
    vertical-align: top;
}
/*---section---------------------*/
.b-section {
    padding: 0 2.5em 0 11px;
    height: 1.6em;
    float: left;
    position: relative;
    display: block;
    font: normal .92em/1.4 tahoma;
    text-decoration: none;
    white-space: nowrap;    
}
.b-section .marker {
    margin-top: -.67em;
    width: 1.34em;
    height: 1.34em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: .34em;
    text-align: center;
    font-size: .77em;
    line-height: 1.3;
}
.b-section .marker span {
    margin: -4px 0 0 -3px;
    width: 7px;
    height: 7px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
}
    /*-------------------------------*/
    .b-section_favorites .marker {
        width: 1.74em;
    }  
    /*-------------------------------*/
    .b-section_exit {
        padding-left: 0;
        padding-right: 0;
        width: 1.58em;
        overflow: hidden;
        text-indent: -9999px;
    }  
    .b-section_exit span {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }  
    /*-------------------------------*/
    .b-section_person {
        float: none;
    }  
    .b-section_person span {
        margin-top: -4px;
        width: 4px;
        height: 7px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        right: 7px;
    }  
        /*-------------------------------*/
        .b-section_person_fun {
            padding-left: 15px;
            font-size: .85em;
            text-transform: lowercase;
        }  
        /*-------------------------------*/
        .b-section_person_search {
            margin-top: -1.6em;
            padding-right: 17px;
            padding-left: 13px;
            float: right;
            top: 1px;
            right: -16px;
            font-size: .85em;
            text-transform: lowercase;
        } 
/*---avatar----------------------*/
.b-avatar *,
.b-avatar {
    display: block;
}
.b-avatar {
    width: 7em;
    position: relative;
}
.b-avatar:after {
    clear: both;
    display: block;
    content: '';
}
.b-avatar img {
    margin-right: 4px;
    float: left;
}
.b-avatar em {
    overflow: hidden;
    font: normal .85em/1.2 tahoma;
}
    /*-------------------------------*/
    .b-avatar_personal {
        margin-bottom: -2.6em;
        float: right;
        top: -.4em;
    }
    /*-------------------------------*/
    .b-avatar_tooltip {
        float: right;
        top: .4em;
    }
/*---sorting---------------------*/
.b-sorting {
    float: right;
    position: relative;
    top: .8em;
    z-index: 9;
    font: normal .85em/1.2 tahoma;
}
.b-sorting:after {
    clear: both;
    display: block;
    content: '';
}
.b-sorting a {
    padding-left: 2.8em;
    position: relative;
    display: inline-block;
}
.b-sorting ins {
    width: 5px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 1.8em;
    top: .48em;
    text-decoration: none;
    background-repeat: no-repeat;
}
.b-sorting .up {
    background-position: 0 -8px; /* попросили поменять местами (cat fix) */
}
.b-sorting .down {
    background-position: 0 0; /* попросили поменять местами (cat fix) */
}
/*---head------------------------*/
.b-head {
    margin-top: -2.2em;
    padding-bottom: .3em;
    position: relative;
}
.b-head h3,
.b-head h2,
.b-head h1 {
    margin: 0;
    padding: 0;
}
.b-head .head__number {
    font-size: 0.55em;
}
    /*-------------------------------*/
    .b-head_notop {
        margin-top: 0;
    }
    /*-------------------------------*/
    .b-head_panel {
        margin-top: -1em;
    }
    /*-------------------------------*/
    .b-head_right {
        margin: 2.3em 0 0 15px;
        padding-bottom: 1.35em;
    }
    .b-head_right h3 {
        font-weight: normal;
        font-size: 1.38em;
        text-transform: uppercase;
    }
    /*-------------------------------*/
    .b-head_personal {
        margin: -.2em 0 0;
        padding-bottom: 1.1em;
    }
    .b-head_personal h1 {
        line-height: 1;
        text-transform: none;
    }
        /*-------------------------------*/
        .b-head_personal_2 {
            margin-top: -1.3em;
        }    
    /*-------------------------------*/
    .b-head_alert {
        margin-top: -.8em;
        padding: 0;
    }
    .b-head_alert h1 span {
        display: block;
        font: bold .6em/1.4 tahoma;
        text-transform: none; 
    }
    /*-------------------------------*/
    .b-head_ok {
        margin: 0;
        padding: 0;
    }    
    .b-head_ok h1 {
        text-align: center;
    }    
/*---head_step-------------------*/
.b-head-step {
    text-transform: none;
}
/*---run-------------------------*/
.b-run *,
.b-run {
    height: 1.3em;
    overflow: hidden;
}
.b-run {
    float: left;
    position: relative;
    z-index: 9;
    font: normal .77em/1 tahoma;
    text-transform: lowercase;
}
.b-run:after {
    clear: both;
    display: block;
    content: '';
}
.b-run ins,
.b-run a {
    margin-left: 1px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.b-run ins *,
.b-run a * {
    position: absolute;
    top: 0;
    left: 0;
}
.b-run .del, .b-run .del *,
.b-run .fav, .b-run .fav *,
.b-run .star, .b-run .star * {
    width: 1.3em;
}
.b-run .del, .b-run .del *,
.b-run .fav, .b-run .fav *,
.b-run .star, .b-run .star *,
.b-run .more, .b-run .more *,
.b-run .tfp, .b-run .tfp * {
    text-indent: -9999px;        
}
.b-run .tfp *,
.b-run .tfp {
    width: 2.3em;
}
.b-run .cam {
    padding: 0 .4em 0 1.9em;
    line-height: 1.2;
    text-indent: 0;
}
.b-run .cam * {
    width: 100%;
}
.b-run .text-3,
.b-run .text-2,
.b-run .text-1 {
    padding: 0 4px;
}
.b-run .tag {
    padding: 0 5px 0 21px;
}
.b-run .tag * {
    margin-top: -5px;
    width: 9px;
    height: 10px;
    top: 50%;
    left: 6px;
}
.b-run .arrow * {
    margin-top: -3px;
    width: 14px;
    height: 5px;
    top: 50%;
    left: auto;
    right: 6px;
}
    /*-------------------------------*/
    .b-run_br {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    /*-------------------------------*/
    .b-run_br_photos {
        margin-right: 15px;
    }
    .b-run_line {
        margin-left: .3em;
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: bottom;
    }
    /*-------------------------------*/
    .b-run_head {
        float: right;
        top: .6em;
    }
    /*-------------------------------*/
    .b-run_personal *,
    .b-run_personal {
        height: auto;
    }
    .b-run_personal {
        margin-left: 20px;
        width: 8.3em;
        float: right;
        top: .25em;
        font-size: .85em;
        text-transform: uppercase;
    }
    .b-run_personal .text-1 {
        padding: 0;
        text-align: center;
        display: block;
        line-height: 1.4;
    }    
    .b-run_personal * strong {
        font-size: 1.18em;
    }    
    /*-------------------------------*/
    .b-run_tooltip *,
    .b-run_tooltip {
        height: auto;
        float: none;
    }
    .b-run_tooltip {
        width: 100%;
        top: -1px;
        left: 1px;
        text-align: right;
        font-size: .77em;
        
        color: #9bacb2;
    }
    .b-run_tooltip .text-2 {
        padding: 10px;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.9;
    }    
    /*-------------------------------*/
    .b-run_right {
        float: right;
        top: .45em;
    }
    /*-------------------------------*/
    .b-run_recom {
        margin-left: 8px;
        float: right;
    }
    /*-------------------------------*/
    .b-run_banner {
        height: auto;
    }
    .b-run_banner * {
        width: 2.6em;
        height: 2.6em;
    }
    /*-------------------------------*/
    .b-run_panel {
        height: auto;
        font-size: .92em;
    }
    .b-run_panel .arrow {
        padding: .35em 38px .65em 15px;
        height: auto;
    }
    .b-run_panel .arrow * {
        right: 15px;
    }
    /*-------------------------------*/
    .b-run_2 *,
    .b-run_2 {
        height: 1.73em;
    }
    .b-run_2 {
        font-size: .85em;
        line-height: 1.4;
    }
    .b-run_2 .del, .b-run_2 .del *,
    .b-run_2 .fav, .b-run_2 .fav *,
    .b-run_2 .star, .b-run_2 .star * {
        width: 1.73em;
    }
    .b-run_2 .text-3,
    .b-run_2 .text-2,
    .b-run_2 .text-1 {
        padding: 0 22px;
    }
        /*-------------------------------*/
        .b-run_2_right {
            float: right;
        }
    /*-------------------------------*/
    .b-run_message-2 {
        position: absolute;
        top: 0;
        right: 0;        
    }
/*---counter---------------------*/
.b-counter {
    margin: -1.5em 0 3em;
    width: 100%;
    position: relative;
    text-align: right;
    text-transform: lowercase;
}
.b-counter * {
    margin: 0 .25em;
    font: normal .85em/1.2 tahoma;
}
.b-counter span {
    margin: 0;
    padding: .24em .3em .34em .4em;
    position: relative;
}
.b-counter em {
    font-style: normal;
}
.b-counter .al,
.b-counter .l {
    margin: 0 1.5em 0 0;
}
.b-counter .ar,
.b-counter .r {
   margin: 0 0 0 1.5em;
}
.b-counter .ar,
.b-counter .al {
    width: 14px;
    height: 5px;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    background-repeat: no-repeat;
}
.b-counter .al {
    background-position: 0 0;
}
.b-counter .ar {
    background-position: 0 -10px;
}
.b-counter em.al {
    background-position: 0 -5px;
}
.b-counter em.ar {
    background-position: 0 -15px;
}
    /*-------------------------------*/
    .b-counter_null {
        margin-bottom: 0;
    }
/*---ref-------------------------*/
.b-ref {
    margin-left: .4em;
    padding: 0 1px 1px 2px;
    vertical-align: baseline;
    font: normal 90% tahoma;
    text-decoration: none;
    cursor: default;
}
    /*-------------------------------*/
    .b-ref_form {
        margin-top: -.7em;
        position: absolute;
        top: 50%;
        left: 100%;
    }
/*---editor----------------------*/
.b-editor {
    margin-top: -.42em;
    width: 100%;
    position: relative;
}
.b-editor .first-child,
.b-editor  h2:first-child {
    margin-top: .2em;
}
.b-editor ul {
    margin: 0 0 1.7em 1.3em;    
}
.b-editor ul>li {
    text-indent: -1.3em;
}
.b-editor ul>li:before {
    content: '\2014\a0';
}
.b-editor table {
    margin-bottom: 2em;
}
.b-editor td,
.b-editor th {
    padding: 8px 13px;
}
/*---xxx------------------------*/
.js_photo_name_inp {
    width: 123px;
}
.select_upload {
    height: 18px;
    color: red;
}
/*---rss_icon--------------------*/
.rss_icon {
    margin-right: 3px;
    margin-left: 0;
    padding-top: 3px;
    float: left;
}
div.rss_icon {
    float: none;
    text-align: left;
}
.rss_icon img { /* cat fix */
    margin-left: 0;
}
.rss_icon_position { /* cat fix */
    padding-top: 16px;
    padding-bottom: 22px;
    font-size: 0;
}

    
    
    
    
    
    
    
    