[id^=bx_incl_area] {
    display: initial;
}
.c-form {
    height: auto;
    min-height: auto;
}
.c-form-block {
    color: #fff;
}
.c-form-block__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-form {
    background: rgba(0,0,0,0.6);
    padding: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-form__title {
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 30px;
}
.c-form__button {
    margin-bottom: 20px;
    border-radius: 0;
}
.c-form__input {
    font-size: 13px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #252121;
}
.c-form__checkbox {
    opacity: 0;
    height: 1px;
    width: 1px;
    position: absolute;
}
.c-form__checkbox + .c-form__label {
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    color: #9a989a;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    margin-right: 20px;
}
.c-form__checkbox + .c-form__label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #c7d744;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form__checkbox:checked + .c-form__label:before {
    content: '✔';
    border-color: #c7d744;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    background-color: #c7d744;
    color: #fff;
}
.error .c-form__checkbox:checked + .c-form__label:before {
    border-color: #dca5a5;
}
.c-form__agree .c-form__label {
    color: #fff;
    margin-right: 0;
    padding-left: 23px;
    white-space: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    display: inline-block;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-form__agree .c-form__label::before {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}
.c-form__agree a {
    color: #c7d744;
    text-decoration: underline;
}
.c-form__agree a:hover {
    color: #9a989a;
}
.errorinput,
.error.c-form__input {
    background-color: #ffe6e6;
    border-color: #dca5a5;
}
.error.c-form__agree label::before {
    border-color: #dca5a5;
}
.c-form__white {
    background: #fff;
    color: #000;
    padding: 15px 0;
}
.c-form__white .c-form__input {
    border: 1px solid #000;
}
.c-form__white .c-form__agree .c-form__label {
    color: #000;
}
.c-form__white .c-button {
    padding: 12px 5px;
}
.c-form_white {
    background: #fff;
    padding: 0;
}
.c-form_white .c-form__title {
    color: #000;
}
.c-form_white .c-form__input {
    border: 1px solid #d3d3d3;
}
.c-form_white .c-form__agree .c-form__label {
    color: #000;
}
.pop {
    display: none;
    border-radius: 0;
    background-color: #fdfdfd;
    padding: 20px 30px;
    max-width: 100%;
}
.popform {
    max-width: 400px;
}
.form-captcha {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .c-form-block .c-form {
        margin-top: 30px;
    }
}