button {
    background-color: inherit;
}

button:focus {
    outline: none;
}

.orders__edited_state_opened {
    background-color: #fff;
    z-index: 1;
}

.jgrowl-error {
    background-color: #db4039 !important;
}
.jgrowl-success {
    background-color: #00a651 !important;
}

.top-buttons__pay {
    border: none;
}

.top-form__pay {
    display: inline;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.invoice-orders__item {
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
}

.loading_button.loading {
    background-image: url(/images/loader_button.gif) !important;
    background-color: #bbb !important;
    background-position: center center !important;
    background-repeat: repeat !important
}

.info-box__out {
    vertical-align: middle;
    font: bold 12px ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    color: #999;
    border-bottom: 1px dotted;
    text-decoration: none;
    outline: 0;
}

.info-box__out:hover, .info-box__profile:hover {
    text-decoration: none;
}

.info-box__profile {
    font: bold 12px ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    color: #00a651;
    border-bottom: 1px dotted;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    margin-right: 20px;
}

.captcha img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    float: right;
}

.login-social {
    height: 30px;
}

.reg-info {
    width: 640px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;

}

.login-info, .reg-info, .recover-info {
    font-size: 12px;
}

.login-info .error, .reg-info .error, .recover-info .error {
    padding: 10px 20px;
    color: #db4039;
}

.recover-info.info {
    padding: 10px 20px;
    color: #00a651;
}

.recover-info {
    min-height: 35px;
}

.recovery-info p {
    margin-top: 5px;
}

.reg-error {
    display: inline;
    position: absolute;

}

.reg-control {
    display: block;
    margin-left: 0px;
}

.error_note_wrapper {
    position: absolute;
    top: 0;
    left: 21px;
    width: 260px;
    z-index: 8;
}

.error_note_wrapper .error_note {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    max-width: 260px;
    padding: 0 10px;
    color: #fff;
    background-color: #db4039;
}

.error_note_wrapper .error_note .error_note_text {
    font-size: 11px;
    vertical-align: middle;
    line-height: 14px;
    max-height: 28px;
    overflow: hidden;
    display: inline-block;
}

#captchaError {
    margin-left: 96px;
}

.icon-error {
    margin-top: 10px;
}

.results__results-button.pay {
    color: #1090c0;
}

.results__results-button.pay:after {
    background: url("../img/sprite.png") no-repeat -163px 0;
}

.results__results-button.pay:hover {
    background: #1090c0;
}

.results__title.pay, .results__order-num.pay {
    color: #999;
}

.recover {
    background: #f8f8f8;
    width: 319px;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 270px;
}

.recover-social {
    margin: 0;
    font-size: 12px;
}

.recovery-info {
    margin: 5px 0 5px;
    font-size: 12px;
}

.recovery__button {
    width: 140px;
    height: 36px;
    background: #00a651;
    color: #fff;
    font: bold 10px Arial;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.info {
    position: relative;
    font: 12px/18px Arial, sans-serif;
    color: #000;
    padding: 18px 40px 18px 20px;

    margin-bottom: 25px;
}

.info.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.info.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.recover-info .success, .info.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.recover-info .success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.info.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.opinion__feedback {
    margin: 10px 0 0;
    background-color: #FFFFFF;
    width: 100%;
    padding: 15px 11px;
    box-sizing: border-box;
    font: 12px/16px Arial;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#comments {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    margin: 10px 0;
    padding: 10px;
}

#comments .comment {
    margin: 10px 0;
    padding: 5px 11px 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font: 12px/16px Arial;
}

.comment .user {
    color: #999;
    font-weight: bold;
}

.comment .date {
    color: #999;
    font: 12px/36px Arial, sans-serif;
}

.profile-data__input-textarea {
    width: 298px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 10px;
    box-sizing: border-box;
    font: 12px Arial;
    padding: 0 10px;
}

.request-button-main {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 400px;
    height: 81px;
    background: #00a651;
    color: #fff;
    font: bold 21px ProximaNovaBold;
    text-transform: uppercase;
    text-align: center;
    line-height: 81px;
    text-decoration: none;
    margin: 10px 0;
}

.results__results-text {
    position: relative;
    display: inline-block;
    color: #faa74a;
    font: bold 10px Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

.slider > .dragger.check {
    background: #7bc1e9 !important;
}

.slider > .dragger {
    background: #ccc !important;
}

.button-request.pay {
    background: #1090c0;
}

.button-request.pay:hover {
    background: #7bc1e9;
}

.profile-user {
    padding-bottom: 10px;
}

.user {
    width: 80px;
    height: 75px;
    border: 1px solid #f2f1ed;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    position: relative;
    color: #ccc;
}

.active-user {
    border: 1px solid #0083d6;
    color: #0083d6;
}

.user:hover {
    border: 1px solid #0083d6;
    cursor: pointer;
    color: #0083d6;
}

.one {
    background: url('../images/user-1.png') no-repeat center 10px;
}

.one:hover, .one.active-user {
    background: url('../images/user-1-h.png') no-repeat center 10px;
}

.two {
    background: url('../images/user-2.png') no-repeat center 5px;
}

.two:hover, .two.active-user {
    background: url('../images/user-2-h.png') no-repeat center 5px;
}

.three {
    background: url('../images/user-3.png') no-repeat center 5px;
}

.three:hover, .three.active-user {
    background: url('../images/user-3-h.png') no-repeat center 5px;
}

.user span {
    font-size: 12px;
    line-height: 14px;
}

.user span:after {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: -9px;
}

.login-social {
    margin: 18px 0 117px !important;
}
.login{
    height: 373px;
}
.profile-data__email {
    font-size: 12px;
    margin-left: 16px;
}
.comment .user-name {
    color: #999;
    font-weight: bold;
}