

.slCallBack_form .error {
    background: rgba(255, 0, 0, 0.38);
    border-color: red;
}

.help-text.error {
    background: none;
    color: red;
}


/********* ПАНЕЛЬ *********/
.modSlCallBack {
    position: fixed;
    top: 50%;
    transform: translate(100%,-50% );
    right: 0;
    transition: all 0.3s;
}

.modSlCallBack:hover {
    transform:translate(0%,-50% );
}

.modSlCallBack-title {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-100%,-100%);
    background: #577bb7;
    color: #fff;
    line-height: 1;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    cursor: pointer;
}

.modSlCallBack-content {
    background: #fff;
    padding: 10px;
}

#slCallBack_form-id114 .form-group {
    margin-bottom: 5px;
}


#slCallBack-input_text-114 {
    height: 340px;
}

.mobile #slCallBack-input_text-114 {
    height: 150px;
}

/*http://www.yauzamotors.ru/local/templates/new/static/img/content/service.jpg*/
/********* КОНЕЦ | ПАНЕЛЬ *********/

/********* Политика конф. *********/
.slCallBack_form_PPBlock {

}
.slCallBack_form_PPBlock-stat {

}

.slCallBack_form_PPBlock-link {
    color: #fff;
    text-decoration: underline;
}

.slCallBack_form_PPBlock-label {
    margin: 0;
}

/********* КОНЕЦ | Политика конф. *********/

/********* Calculation *********/
.slCallBack_calculation {
    border: 2px solid #01204e;
    background-color: rgba(1, 53, 123, 0.78);
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("service.jpg");
    color: #fff;
    position: relative;
    /*margin-bottom: -15px;*/
}

.slCallBack_calculation:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 150, 243, 0.3);
}

/********* КОНЕЦ | Calculation *********/

label.slCallBack__label-1:after {
    display: inline-block;
    content: '*';
    margin-left: 2px;
}