.section_request {
    padding: 20px;
    border-radius: 5px;
}

.section_request.active-form {
    transition: background-color 1s;
    background-color: #fff !important;
}

.bloko-button.bloko-button_find {
    height: auto;
    text-align: center;
    line-height: 22px;
    padding: 5px 15px;
}

.offer-title {
    font-size: 22px;
    padding: 0 0 20px;
    margin: 0;
    font-weight: 400;
    line-height: 36px;
}

.offer-note {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 25px;
}

.offer-form .form-group {
    margin-bottom: 25px;
}

.offer-form .help-block {
    margin: 5px 0 -15px 240px;
    color: #0f8fee;
}

.offer-form .help-block:empty {
    display: none;
}

.offer-label {
    display: inline-block;
    width: 230px;
    font-size: 18px;
}

.offer-captcha {
    vertical-align: middle;
    text-align: right;
}

.offer-input {
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.offer-button {
    border: 1px solid #2c2c2c;
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.offer-th-link {
    color: #333333;
    display: inline-block;
    border: 1px solid #333333;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
    text-decoration: none;
}

.offer-th2-link {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    border: 1px solid;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    height: 46px;
    padding: 0 25px;
    font-size: 16px;
    font-family: inherit;
    line-height: 44px;
    margin-top: 30px;
    color: #fff;
    border-color: #0e81d6;
    background-color: #0e81d6;
}

.offer-th2-link:hover {
    background-color: #0f8fee;
}

.help-block {
    white-space: pre;
}

@media screen and (max-width: 480px) {
    .offer-label {
        display: block;
        margin-bottom: 10px;
    }

    .offer-form .help-block {
        margin: 5px 0 -15px 10px;
    }

    .offer-captcha {
        text-align: left;
    }
}
