.field_brands .brand_level_1 label.disabled{
    cursor: not-allowed;
    
    opacity: 0.5;
}

.field_brands .brand_level_1 label.disabled::before{
    
}

.brand_content .form_checkbox label.disabled{
    cursor: not-allowed;
    
    opacity: 0.5;
}

.row .alert.error{
    float: none;
    width: 93%;
}

.row .phone_group .alert.error{
    width: 100%;
}

.field_textarea .row .alert.error{
    width: 100%;
}

#add_auto_disassembly #form_status{
    float: none;
    width: 100%;
    text-align: center;
}

.view_catalog .description,
.node_breakdown .description{
    word-wrap: break-word;
}

#fraud_form .alert{
    width: 66%;
    float: none;
    margin: 0 auto 15px auto;
}

#feedback_form .alert{
    float: none;
    clear: both;
    width: 66%;
    margin: 0 auto 10px auto;
}

#add_application .alert,
#add_application2 .alert,
#add_application3 .alert{
    width: 66%;
    float: none;
    clear: both;
    margin: 0 auto 10px auto;
}

#add_application3 .form_phone .alert{
    width: 100%;
    float: none;
    clear: both;
    margin: 5px auto 5px auto;
}

.remove_spare_part{
    color: #e9573e;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

#phones .phone_wrap{
    position: relative;
}

.phone_wrap .delete_field,
.modification_container .delete_field{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 13px;
    background: url('/images/delete_icon.svg') center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#error_form_transport_model{
    margin-top: 48px!important;
    margin-bottom: 0!important;
}

.modification_container {
    display: none;
    position: relative;
    width: 50.5%;
    margin-left: 32.6%;
    margin-top: 13px;
}

.modification_container input {
    margin: 0;
    width: 98%!important;
}

.relative{
    position: relative;
}

.relative .loading{
    position: absolute;
    
    display: none;
    
    width: 25px;
    height: 25px;
    
    top: 8px;
    left: 18px;
    
    background: url('/images/loading.gif') center center no-repeat;
    background-size: contain;
}

.form_radio label.active{
    background: #1290da;
    color: #fff;
}

.view_request .radios_default{
    margin-bottom: 0;
}

.mini_form {
    /*margin-top: 10px;*/
    background: #f6f7fb;
    margin-bottom: 20px;
    padding: 15px 0 0 0;
}

.mini_form .form-group:nth-last-child(1) {
    margin-bottom: 0;
}

.mini_form input[type=password] {
    height: 40px;
    border: 1px solid #ccd0d9;
    width: 560px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    font-family: 'Open Sans';
}

#form_verify_seller .alert{
    width: 52.5%;
    float: none;
    margin: 10px auto 0 auto;
}

#form_verify_seller .status{
    margin: 10px auto 15px auto;
}

.bans{
    
}

.bans .ban-item{
    overflow: hidden;
    
    border-bottom: 1px #f6f7fb solid;
    
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.bans .ban-item .title{
    font-weight: bold;
    
    float: left;
    
    width: 100%;
    clear: both;
}

.bans .ban-item .title:before{    
    display: block;
    content: '';
    
    float: left;
    
    width: 16px;
    height: 16px;
    
    margin-right: 10px;
    
    background: url('/images/user-silhouette.gif') no-repeat 0 0;
}

.bans .ban-item .body{
    float: left;
    width: 100%;
    
    margin-left: 26px;
    margin-top: 5px;
}

.ban-item .body .info{
    
}

.ban-item .body .info span{
    font-weight: bold;
}

.ban-item .body .comment{
    margin-top: 5px;
}

#reset_password .alert{
    float: none;
    clear: both;
    margin: 0 auto 0 auto;
    width: 66%;
    
    display: none;
}

#reset_password .form-field{
    display: inline-block;
}

#reset_password .form-field input{
    float: none;
}

#reset_password .form-field .alert{
    margin: 10px auto 0 auto;
    width: 99.2%;
    margin-left: 5px;
}

#reset_password input[type="submit"]:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

#reset_password input[type="submit"]:disabled:hover{
    background: 0 0;
    color: #1290da;
    border: 2px solid #1290da;
}

#add_region_auto_disassembly #form_status{
    width: 100%;
    text-align: center;
}

.verified_seller{
    display: inline-block;
    padding: 0px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* register_form-vendor */

#register_form-vendor .form-group .main_label {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 6px;
    font-family: 'Open Sans';
}

#register_form-vendor .form-group .main_label+div {
    padding-left: 5px;
}

#register_form-vendor .form_radios:not(.radios_default) {
    font-size: 0;
}

#register_form-vendor .form_radio:not(.radio_default) {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

#register_form-vendor .form_checkbox input, 
#register_form-vendor .form_radio:not(.radio_default) input {
    display: none;
}

#register_form-vendor .form_radio:not(.radio_default) label {
    color: #1290da;
    font-weight: 600;
    border: 1px solid #1290da;
    background-color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
}

#register_form-vendor .form_radio:not(.radio_default) input:checked+label {
    background: #1290da;
    color: #fff;
}

#period_radio{
    text-align: center;
}

#period_radio label{
    display: inline-block;
    
    width: auto;
    max-width: 100%;
    
    margin-bottom: 5px;
    font-weight: 700;
    
    line-height: 20px;
    
    float: none;
}

#period_radio label input{
    width: 18px;
    height: 18px;
}

input:disabled + label{
    cursor: not-allowed!important;
    opacity: 0.5;
}