.pop-form__success {
    box-sizing: border-box;
    padding: 8px 0 4px;
    text-align: center;
}

.pop-form__success::before {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d82731;
    color: #fff;
    content: '✓';
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.pop-form__success h2,
.pop-form__success .pop-form-h2 {
    margin: 0 0 12px;
}

.pop-form__success p {
    margin: 0 0 20px;
}

.pop-form__success .order-form__button {
    margin-top: 0;
}

.redroofs-smart-captcha {
    min-height: 100px;
    margin: 12px 0;
}
