.row.flex{
    margin-top: 30px;
}
.contacts_page_form form.contact__director input.agree {
    display: none;
}
.contacts_page_form form.contact__director .agree label {
    color: #adadad;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 20px;
}
.contacts_page_form form.contact__director .agree label::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e3e2e7;
    left: 15px;
    top: 31px;
}
.contacts_page_form form.contact__director .agree label.error::before {
    border: 1px solid red;
}
.contacts_page_form form.contact__director textarea, .contacts_page_form form.contact__director input[type=text].error, .contacts_page_form form.contact__director input[type=tel].error, .contacts_page_form form.contact__director textarea.error{
    border: 1px solid red;
}

.contacts_page_form form.contact__director input.agree:checked+label::before {
    background: url(/local/templates/kraski.ru/d_css/../img/icons/check-green.svg) no-repeat;
}
.captcha{
    margin-top: 20px;
}
.pop-success{
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #E5F2E8;
    line-height: normal;
}
.pop-success .pop-callback__subtitle .fa {
    position: relative;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 4rem;
    top: 3px;
}
.pop-success .pop-callback__subtitle .fa.fa-check{
    color: #66c05d;
}
.pop-success .pop-callback__subtitle .fa.fa-times{
    color: #d44646;
}