.service-title {
    background: #fbb040;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.contacts-form-title {
    font-weight: 700;
    color: #6d6e71;
    padding: 14px 30px;
    background: #e7e8e9;
    font-size: 14px;
    border: solid 1px #c6c8ca;
    margin-bottom: 15px;
}

.s-service .ordering-body-input-block .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
}

.s-service .partner-submit-wrapp {
    text-align: right;
}

.s-service .s-subtitle {
    color: #f7941d;
    margin-bottom: 10px;
    font-weight: bold;
}

.s-service .mt-20 {
    margin-top: 20px;
}

.s-service input, .s-service textarea {
    width: 100%;
}

.s-service .c-red {
    color: red;
}