.b-form__grid {
    width: 100%
}

.b-form__label {
    padding: 4px 30px 15px 0;
    vertical-align: top;
    width: 30%;
    min-width: 140px
}

.b-form__field {
    vertical-align: top;
    padding: 0 0 15px 0;
    position: relative
}

.b-form__input-postfix {
    vertical-align: middle
}

.b-form__field-hint {
    font-size: 11px;
    color: #999;
    padding: 3px 0
}

.b-form__errors_hidden {
    display: none
}

.b-form__error-text {
    padding-bottom: 3px;
    color: #d40000;
    font-size: 12px
}

.b-form__buttons td {
    padding: 15px 0
}

.b-form__hint-bottom {
    padding: 15px 0
}

.b-textarea {
    position: relative;
    padding: 0 12px 12px 0;
    margin: 0 5px 0 0
}

.b-textarea__textarea {
    border-color: #a3a3a3 #C6C6C6 #e5e5e5;
    border-style: solid;
    border-width: 1px;
    line-height: 22px;
    padding: 5px;
    box-shadow: 0 1px 1px #cfcfcf inset;
    vertical-align: top;
    font-size: 13px;
    font-family: Arial,Geneva CY,Sans-Serif;
    background: #fff;
    outline: none;
    position: relative;
    width: 100%;
    height: 100%
}

.b-textarea__textarea:focus {
    box-shadow: 0 1px 1px #cfcfcf inset,0 0 1px #ffd94f,0 0 1px #ffd94f,0 0 2px #ffd94f
}

.b-textarea_transparent .b-textarea__textarea {
    border: none;
    box-shadow: none;
    margin-right: 0;
    top: -1px;
    *top: 1px
}

.b-textarea_transparent .b-textarea__textarea:focus {
    box-shadow: none
}

.b-textarea_inline {
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle
}

.b-input-text {
    position: relative;
    padding: 0 12px 0 0;
    margin: 0 5px 0 0
}

.b-input-text__input {
    border-color: #d1d1d1 #d1d1d1 #d1d1d1;
    border-style: solid;
    border-width: 2px;
    height: 33px;
    line-height: 30px;
    padding: 0 7px;
    vertical-align: top;
    font-size: 14px;
    font-family: Arial,Geneva CY,Sans-Serif;
    background: #fff;
    outline: none;
    position: relative;
    width: 100%
}

.b-input-text__input:focus {
    border-color: #777777;
}

.b-input-text_transparent .b-input-text__input {
    border: none;
    box-shadow: none;
    margin-right: 0;
    top: -1px;
    *top: 1px
}

.b-input-text_transparent .b-input-text__input:focus {
    box-shadow: none
}

.b-input-text_inline {
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle
}

.b-input-text_1 .b-input-text__input {
    height: 30px;
    line-height: 30px;
    font-size: 22px
}

.b-input-text_1 .b-input-text__inner {
    height: 30px
}

.b-button {
    text-decoration: none;
    color: #fff;
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    height: 25px;
    position: relative
}

.b-button__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    text-indent: -999px
}

.b-button__inner {
    background: #477c3e;
    border: 1px solid #477c3e;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px;
    height: 23px;
    line-height: 23px;
    padding: 0 15px;
    position: relative;
    font-size: 13px;
    margin: 0;
    font-family: Arial,Geneva CY,Sans-Serif;
    white-space: nowrap;
    outline: none;
    display: block
}

.b-button__inner .b-icon {
    margin: -1px 10px 0 -10px
}

.b-button__inner .b-icon_right {
    margin: -1px -10px 0 10px
}

.b-button:hover .b-button__inner {
    color: #ffffff!important;
    border-color: #599b4e;
    background: #599b4e;
}

.b-button:active .b-button__inner {
    color: #ffffff!important;
    background: #444;
    border: 1px solid #444;
}

.b-button_disabled {
    cursor: default;
    opacity: .5;
    filter: alpha(opacity=50)
}

.b-button_disabled .b-button__input {
    display: none
}

.b-button_disabled:hover .b-button__inner {
    color: #000!important;
    border-color: #b4b4b4
}

.b-button_disabled:active .b-button__inner {
    color: #000!important;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.b-button_1 {
    height: 32px
}

.b-button_1 .b-button__inner {
    height: 30px;
    line-height: 30px;
    font-size: 16px
}

.b-button_1 .b-button__inner .b-icon {
    margin-top: -2px
}

.b-button_orange {
    height: 32px
}

.b-button_orange .b-button__inner {
    background: url("/yandex/images/b-widget-button__sprite.png") 0 0 repeat-x #f47c33;
    color: #fff;
    text-shadow: -1px -1px 1px #f16a2a;
    border: none;
    height: 32px;
    line-height: 31px;
    *line-height: 30px
}

.b-button_orange:hover .b-button__inner {
    color: #fff!important;
    opacity: .8;
    filter: alpha(opacity=80)
}

.b-widget-commercial {
    background-size:10px 100%;
    border-radius:8px;
    padding:20px;font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #000000;
    width: 100%;
}

.b-widget-commercial__logo-link {
    margin-right: 15px;
    position: relative
}

.b-widget-commercial__logo-img {
    vertical-align: middle;
    border: none
}

.b-widget-commercial .b-form__label {
    width: 25%;
    text-align: right;
    font-size: 13px;
    padding-right: 10px
}

.b-widget-commercial .b-form__buttons td {
    padding: 10px 0 0
}

.b-widget-commercial .b-form__field,.b-widget-commercial .b-form__label {
    padding-bottom: 10px
}

.b-widget-commercial_bank {
    width: 429px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,26,0.25);
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 17px;
    padding-right: 17px
}

.b-widget-commercial_bank td.b-form__label {
    min-width: 130px
}

.b-widget-commercial_bank div.b-form__label {
    min-width: 130px;
    padding-right: 3px;
    *padding-right: 1px
}

.b-widget-commercial div.b-form__label {
    text-align: left;
    width: auto
}

.b-widget-commercial_bank .b-input-text__input {
    padding-left: 0;
    padding-right: 0
}

.b-widget-commercial_bank div.b-input-text {
    margin-right: -6px
}

.b-widget-commercial_bank .b-button_orange {
    height: 36px
}

.b-widget-commercial_bank .b-button_orange .b-button__inner {
    height: 36px;
    line-height: 35px
}

.b-textarea__textarea-compact {
    padding: 0 12px 5px 0;
    margin: 0 -5px 0 0
}

.b-textarea__textarea-compact .b-textarea__textarea {
    padding: 2px;
    padding-bottom: 1px
}

.b-form__field-hint {
    padding-bottom: 0!important
}

.b-widget-commercial .b-form-radio_size_l .b-form-radio__text {
    line-height: 30px;
    padding: 0 10px
}