* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
html {
    overflow-y: scroll;
}
.html_iframe {
    overflow-y: auto;
}
body {
    font: 62.5%/1.5 'Droid Sans', Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    word-wrap: break-word;

    /*-webkit-font-smoothing: antialiased !important;*/
    /*-webkit-font-smoothing: subpixel-antialiased !important;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
a {
    color: #274d5a;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    vertical-align: top;
    border: 0;
}


.b-clearfix:after {
    content: "";
    display: block;
    clear: both;
}


.b-page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.b-page_min {
    min-width: 999px;
}
.b-page_iframe {
    min-width: 975px;
}
.b-page_fix {
    width: 985px;
    margin: auto;
    padding: 0 7px;
}
.b-page_iframe .b-page_fix {
    width: 955px;
    padding: 0 10px;
}

.b-content {
    margin: auto;
    padding: 0 0 60px;
}

.b-header__wrapper {
    position: relative;
    height: 66px;
    background: url(../img/b-header.png) repeat-x;
    z-index: 1;
}
.b-header__wrapper_main {
    height: 71px;
    background-image: url(../img/b-header_main.png);
}
.b-page_iframe .b-header__wrapper {
    height: 139px;
    background-image: url(../img/b-header_iframe.png);
}
.b-header {
}

.b-header__close {
    position: absolute;
    top: 13px;
    right: 17px;
    width: 16px;
    height: 17px;
    background: url(../img/b-header__close.png) no-repeat;
}

.b-footer__wrapper {
    margin-top: -38px;
    background: #4a4a4a;
}
.b-footer {
    height: 38px;
    color: #f7f7f7;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
}


.b-logo {
    position: relative;
    float: left;
    width: 216px;
    height: 35px;
    margin-top: 11px;
    background: url(../img/b-logo.png) no-repeat;
}
.b-logo_main {
    position: relative;
    display: block;
    top: 11px;
    margin: auto;
    width: 252px;
    height: 41px;
    background: url(../img/b-logo_main.png) no-repeat;
}
.b-logo_iframe {
    position: relative;
    float: left;
    display: block;
    width: 164px;
    height: 26px;
    margin: 7px 0 6px 67px;
    background: url(../img/b-logo_iframe.png) no-repeat;
}



.b-inp {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {color: #7f7f7f;}
:-moz-placeholder {color: #7f7f7f;} /* ff 4-18 */
::-moz-placeholder {color: #7f7f7f;} /* ff 19+ */
:-ms-input-placeholder {color: #7f7f7f;} /* ie 10 */


.b-search {
}
.b-search .b-inp {
    float: right;
}
.b-search .b-inp_text {
    padding: 6px 36px 7px 8px;
    width: 225px;
    height: 31px;
    font: 14px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    background: #f7f7f7;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.6) inset;
}
.b-search .b-inp_submit {
    position: relative;
    width: 36px;
    height: 31px;
    border: 0;
    margin-left: -36px;
    z-index: 1;
    background: url(../img/b-inp_search.png) center center no-repeat;
    cursor: pointer;
}

.b-search_ask {
    padding: 0 0 16px;
}
.b-search_ask .b-inp {
    float: right;
}
.b-search_ask .b-inp_label {
    float: left;
    font-size: 16px;
    line-height: 34px;
    color: #373737;
}
.b-search_ask .b-inp_text {
    padding: 6px 106px 7px 8px;
    width: 785px;
    height: 34px;
    font: 14px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    background: #fff;
    border: 0;
    border-radius: 2px 7px 7px 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.7) inset;
}
.b-search_ask .b-inp_submit {
    position: relative;
    width: 96px;
    height: 34px;
    border: 0;
    margin-left: -96px;
    z-index: 1;
    color: #fff;
    font: 16px/34px 'Droid Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    border-radius: 3px;
    background: #E75E01 url(../img/b-inp_submit_ask.png) repeat-x left top;
    box-shadow: 0 0px  1px rgba(50,0,0,.8) inset, 0 1px 1px rgba(255,255,255,.3) inset;
    cursor: pointer;
}
.b-search_ask img {
    margin: 9px 2px 0 0;
}


.b-title {
    float: left;
    font-size: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #003d5d;
    text-shadow: 0 1px 0 rgba(255,255,255,.62);
}
.b-page_iframe .b-title {
    padding: 0;
    margin: 10px 0 0 26px;
    line-height: 20px;
}
.b-title_main {
    font-size: 21px;
    line-height: 73px;
    text-align: center;
    font-weight: bold;
    color: #003d5d;
    text-shadow: 0 1px 0 rgba(255,255,255,.62);
}


.b-paper {
    position: relative;
    margin-top: -9px;
    background: url(../img/b-paper.gif) repeat-y;
    text-shadow: 0 1px 0 #fff;
}
.b-paper__content {
    margin: 0 3px;
    background: #fff url(../img/b-paper__content.png) repeat-x bottom left;
}
.b-paper_domain .b-paper__content {
    min-height: 204px;
    padding: 0 26px 0 281px;
}
.b-paper_ask .b-paper__content {
    min-height: 52px;
    padding: 20px 39px 0 29px;
    background-image: url(../img/b-paper__content_ask.png);
}
.b-paper_main {
    margin-bottom: 8px;
}
.b-paper_main .b-paper__content {
    min-height: 171px;
    padding: 0 39px 0 29px;
    background-image: url(../img/b-paper__content_main.png);
}
.b-paper_domain_small .b-paper__content {
    min-height: 146px;
    padding: 0 29px 0 198px;
    background-image: url(../img/b-paper__content_small.png);
}

.b-domain__name {
    padding: 20px 0 22px;
    font-size: 38px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-weight: bold;
    color: #213137;
}
.b-paper_domain_small .b-domain__name {
    padding: 24px 0 17px;
}
.b-domain__description {
    font-size: 16px;
    line-height: 19px;
    color: #29454f;
    padding-bottom: 23px;
}
.b-list_related {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 13px;
    color: #1b1b1b;
    text-shadow: 0 1px 0 #fff;
}
.b-list_related a {
    font-size: 11px;
}

.b-paper__bottom {
    height: 20px;
    background: url(../img/b-paper__bottom.png) no-repeat;
}
.b-paper__image {
    position: absolute;
    left:  25px;
    bottom: 17px;
    width: 228px;
    height: 178px;
    padding: 7px 0 0 6px;
    background: url(../img/b-paper__image.png) no-repeat;
}
.b-paper_domain_small .b-paper__image {
    left:  24px;
    bottom: 18px;
    width: 147px;
    height: 114px;
    padding: 5px 0 0 4px;
    background: url(../img/b-paper__image_small.png) no-repeat;
}


.b-main {
    float: left;
    width: 770px;
    min-height: 200px;
    padding-top: 18px;
}
.b-main_main {
    width: 630px;
}

.b-sidebar {
    float: right;
    width: 188px;
    padding-top: 18px;
}
.b-sidebar_main {
    width: 308px;
    padding-top: 25px;
}
.b-sidebar__block {
    margin-bottom: 32px;
}
.b-sidebar__header {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 8px;
}
.b-sidebar_main .b-sidebar__header {
    font-weight: bold;
    margin-bottom: 14px;
}

.b-list {
    list-style: none;
}

.b-list_recent li {
    padding: 0 0 5px 12px;
    font-size: 11px;
    line-height: 16px;
    background: url(../img/b-list.png) no-repeat left -96px;
}

.b-list_latest li {
    overflow: hidden;
}
.b-sidebar_main .b-list_latest li {
    overflow: hidden;
    margin-bottom: 5px;
}


.b-qa__domain {
    float: left;
    width: 100px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    overflow:hidden;
    white-space: nowrap;
}
.b-sidebar_main .b-qa__domain {
    font-size: 14px;
    width: 190px;
}

.b-qa {
    float: right;
    overflow: hidden;
    width: 24px;
    height: 14px;
    padding-left: 15px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #687b81;
    margin-top: 2px;
    white-space: nowrap;
    background: url(../img/b-list.png) no-repeat left 20px;
}
.b-qa_q {background-position: 0 -20px;}
.b-qa_a {background-position: 0 -60px;}

.b-sidebar_main .b-qa {
    width: 38px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 14px;
}
.b-sidebar_main .b-qa_q {background-position: 0 -0px;}
.b-sidebar_main .b-qa_a {background-position: 0 -40px;}


.b-icon {
    float: left;
    height: 38px;
    width: 38px;
    background: url(../img/b-icon.png) no-repeat 0 40px;
}
.b-icon_q    { background-position: 0    0px;}
.b-icon_a    { background-position: 0  -40px;}
.b-icon_tag  { background-position: 0  -80px;}
.b-icon_info { background-position: 0 -120px;}

.b-head_2 .b-icon {
    margin: -3px 0 0 -45px;
}

.b-icon2 {
    float: left;
    height: 28px;
    width: 29px;
    background: url(../img/b-icon2.png) no-repeat 0 30px;
}
.b-icon2_q { background-position: 0 0;}
.b-icon2_a { background-position: 0 -30px;}

.b-qa__item .b-icon2{
    margin: -5px 0 0 -41px;
}
.b-showmore .b-icon2{
    margin: -4px -29px 0 0px;
}

.b-head_2 {
    margin-bottom: 16px;
    padding: 3px 0 4px 47px;
    font: bold 26px/31px Arial, Helvetica, sans-serif;
    color: #000;
}
.b-head_3 {
    padding: 15px 0;
    font: bold 26px/32px Arial, Helvetica, sans-serif;
    color: #000;
}

.s_head_3 {
    color: #000000;
    display: table;
    font: bold 18px/0px Arial,Helvetica,sans-serif;
    height: 35px;
    padding: 19px 0 0 8px;
}

.b-qas {
    margin-bottom: 20px;
}
.b-qas_q {
    float: left;
    width: 48%;
}
.b-qas_a {
    float: right;
    width: 48%;
}
.b-qa__item {
    position: relative;
    margin: 0 0 15px 16px;
    padding: 11px 17px 10px;
    background: #EBF1F0;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.23);
    text-shadow: 0 1px 0 #fff;
}
.b-qas_a .b-qa__item {
    margin: 0 16px 15px 0;
}
.b-qa__arrow {
    position: absolute;
    top: 0px;
    width: 16px;
    height: 26px;
    background: url(../img/b-qa__arrow.png) no-repeat;
}
.b-qa__arrow {
    left: -16px;
}
.b-qas_a .b-qa__arrow {
    left: auto;
    right: -16px;
    background-position: 0  -30px;
}
.b-qa__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}
.b-qa__title a {
    color: #0077b5;
}
.b-qa__text {
    font-size: 13px;
    line-height: 16px;
    color: #3f3f3f;
}
.b-qa__body {
    max-height: 32px;
    overflow: hidden;
}
.b-qa__wrapper {
    overflow: hidden;
    height: 60px;
}


.b-highlight {
    color: #bd2400;
}


.b-showmore {
    padding: 2px 0 30px;
}
.b-showmore a {
    padding: 0 24px 0 34px;
    font-size: 16px;
    line-height: 20px;
    background: url(../img/b-list.png) no-repeat right -73px;
}
.b-page_iframe .b-showmore {
    line-height: 29px;
}


.b-featured {
    margin: 3px 0 19px;
    font: bold 18px/21px Arial, Helvetica, sans-serif;
    color: #000;
}
.b-relevant {
    margin: 3px 0 19px;
    font: bold 16px/21px Arial, Helvetica, sans-serif;
    color: #000;
}


.b-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #DADADA;
    background: url(../img/b-tabs.png) repeat-x left bottom;
}
.b-tab {
    float: left;
    padding: 2px 20px 0;
    font: 26px/45px Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #fff;
}
.b-tab_current {
    font-weight: bold;
    margin-bottom: -2px;
    background: #fff;
    border: 2px solid #DADADA;
    border-bottom-color: #fff;
    padding: 0px 18px 0;
    border-radius: 3px;
}
.b-tab .b-icon {
    margin: 5px 4px 0 0;
}


.b-gray {
    background: #FAFAFA;
    border: 2px solid #EFEFEF;
    padding: 17px 17px 0;
    border-radius: 8px;
    margin: 0 14px 40px;
}
.b-page_iframe .b-gray {
    margin: 0 0 21px;
    padding: 19px 23px 6px;
    font-size: 14px;
    line-height: 18px;
}
.b-page_iframe .b-gray p {
    margin-bottom: 15px;
}

.b-item {
    padding-left: 24px;
    margin-bottom: 14px;
}
.b-item__icon {
    float: left;
    margin-left: -24px;
}
.b-item__icon_q {
    float: left;
    margin: -1px 0 0 -24px;
    width: 16px;
    height: 16px;
    background: url(../img/b-item__icon_q.png) no-repeat;
}
.b-item__title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.b-item__title a {
    color: #0077b5;
}
.b-item__text {
    font-size: 13px;
    line-height: 16px;
    color: #3f3f3f;
}

.b-div {
    border-top: 2px solid #EAEAEA;
    margin: 15px 0 18px;
}
.b-div_main {
    margin: 33px 0 10px;
}


.b-about {
    padding: 0 32px;
    font-size: 16px;
    line-height: 22px;
    color: #2d3031;
}


.b-block {
    position: relative;
    min-width: 975px;
    z-index: 1;
    background: #afa;
}
.b-page_iframe .b-qa__item {
    clear: both;
    margin: 0;
    background: #F4F9FB;
    padding: 14px 17px 14px 56px;
    height: 55px;
    max-height: 55px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.b-page_iframe .b-qa__arrow {
    left: 23px;
    top: -18px;
    width: 33px;
    height: 18px;
    background-image: url(../img/b-qa__arrow_iframe.png);
}

.b-answers {
    float: right;
    font-size: 12px;
    padding-left: 16px;
    line-height: 14px;
    background: url(../img/b-list.png) no-repeat 0 -40px;
}


.b-block_related {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0 7px;
    font-size: 12px;
    line-height: 18px;
    background: url(../img/b-block_related.png) #dee1e3 repeat-x left top;
}
.b-block_related:hover {
}

.b-block_related .b-list_related {
    float: left;
    width: 286px;
    margin-left: 48px;
    overflow: hidden;
    line-height: 14px;
    height: 32px;
    padding-bottom: 0px;
}
.b-block_related .b-list_related:first-child {
    margin-left: 0px;
}
.b-block_related:hover .b-list_related {
    height: auto;
}


.b-iframe {
    position: absolute;
    min-width: 975px;
    top: 137px;
    left: 0;
    right: 0;
    bottom: 49px;
}
.b-iframe iframe {
    position: absolute;
}


.b-form {
    padding-left: 47px;
}
.b-form__line {
    margin-bottom: 10px;
}

.b-form__description {
    font-size: 13px;
}
.b-form .b-inp_textarea,
.b-form .b-inp_text {
    margin-top: 10px;
    padding: 6px 8px 7px 8px;
    width: 350px;
    height: 31px;
    font: 14px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    background: #f7f7f7;
    background: #fff;
    border: 0;
    border-radius: 2px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.6) inset;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.7) inset;
}
.b-form .b-inp_textarea {
    height: 150px;
}
.b-form .b-inp_submit {
    width: 96px;
    height: 34px;
    border: 0;
    color: #fff;
    font: 16px/34px 'Droid Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    border-radius: 3px;
    background: #E75E01 url(../img/b-inp_submit_ask.png) repeat-x left top;
    box-shadow: 0 0px  1px rgba(50,0,0,.8) inset, 0 1px 1px rgba(255,255,255,.3) inset;
    cursor: pointer;
}

.b-term__middle {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.b-header__ballon {
    float: right;
    width: 704px;
    height: 31px;
    padding: 6px 7px 7px 36px;
    margin: 6px 2px 0 0;
    background: url(../img/b-header__ballon.png) no-repeat;
}
