.page-id-687 .standard-page__content .wpcf7 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 30px 0 34px;
    padding: clamp(24px, 3.5vw, 42px);
    overflow: hidden;
    border: 1px solid #e5ded3;
    border-radius: 14px;
    background: linear-gradient(145deg, #fbfaf8 0%, #f6f1e9 100%);
    box-shadow: 0 12px 30px rgba(32, 32, 32, 0.06);
}

.page-id-687 .standard-page__content .wpcf7::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(24px, 3.5vw, 42px);
    width: 70px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: #dd931d;
}

.page-id-687 .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
}

.page-id-687 .wpcf7-form > p {
    width: 100%;
    max-width: none;
    margin: 0;
}

.page-id-687 .wpcf7-form > p:nth-of-type(3), .page-id-687 .wpcf7-form > p:nth-of-type(4), .page-id-687 .wpcf7-form > p:nth-of-type(5), .page-id-687 .wpcf7-form .contact-math, .page-id-687 .wpcf7-form .wpcf7-response-output {
    grid-column: 1 / -1;
}

.page-id-687 .wpcf7-form label {
    display: block;
    color: #292825;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.page-id-687 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.page-id-687 .wpcf7-form .contact-math {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 120px;
    align-items: end;
    gap: 12px 18px;
    padding: 18px 20px;
    border: 1px solid #e2d8c8;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
}

.page-id-687 .wpcf7-form .contact-math > label {
    align-self: center;
}

.page-id-687 .wpcf7-form .contact-math > label strong {
    color: #a96500;
    font-size: 17px;
}

.page-id-687 .wpcf7-form .contact-math .wpcf7-form-control-wrap {
    margin-top: 0;
}

.page-id-687 .wpcf7-form .contact-math input[type="text"] {
    text-align: center;
    font-size: 17px;
    font-weight: 750;
}

.page-id-687 .wpcf7 input[type="text"], .page-id-687 .wpcf7 input[type="email"], .page-id-687 .wpcf7 input[type="tel"], .page-id-687 .wpcf7 input[type="url"], .page-id-687 .wpcf7 input[type="number"], .page-id-687 .wpcf7 select, .page-id-687 .wpcf7 textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8d2c9;
    border-radius: 8px;
    outline: 0;
    background: #fff;
    color: #202020;
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 2px 7px rgba(32, 32, 32, 0.025);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-id-687 .wpcf7 textarea {
    min-height: 156px;
    resize: vertical;
}

.page-id-687 .wpcf7 input[type="text"]:hover, .page-id-687 .wpcf7 input[type="email"]:hover, .page-id-687 .wpcf7 input[type="tel"]:hover, .page-id-687 .wpcf7 input[type="url"]:hover, .page-id-687 .wpcf7 input[type="number"]:hover, .page-id-687 .wpcf7 select:hover, .page-id-687 .wpcf7 textarea:hover {
    border-color: #bdb4a7;
}

.page-id-687 .wpcf7 input:focus-visible, .page-id-687 .wpcf7 select:focus-visible, .page-id-687 .wpcf7 textarea:focus-visible {
    border-color: #c77e0c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(221, 147, 29, 0.18);
}

.page-id-687 .wpcf7 .wpcf7-not-valid {
    border-color: #b84436;
    box-shadow: 0 0 0 3px rgba(184, 68, 54, 0.1);
}

.page-id-687 .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #a4352a;
    font-size: 13px;
    font-weight: 600;
}

.page-id-687 .wpcf7 input[type="checkbox"], .page-id-687 .wpcf7 input[type="radio"] {
    accent-color: #dd931d;
}

.page-id-687 .wpcf7 .wpcf7-submit {
    min-width: 168px;
    min-height: 50px;
    padding: 12px 28px;
    border: 2px solid #202020;
    border-radius: 8px;
    background: #202020;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.025em;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-id-687 .wpcf7 .wpcf7-submit:hover, .page-id-687 .wpcf7 .wpcf7-submit:focus-visible {
    border-color: #dd931d;
    background: #dd931d;
    color: #171717;
    transform: translateY(-1px);
}

.page-id-687 .wpcf7 .wpcf7-submit:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

.page-id-687 .wpcf7-spinner {
    vertical-align: middle;
    margin: 0 0 0 12px;
    background-color: #202020;
}

.page-id-687 .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 12px 15px;
    border: 1px solid #dd931d;
    border-radius: 8px;
    background: #fff8eb;
    color: #3c3326;
    font-size: 14px;
    line-height: 1.55;
}

.page-id-687 .wpcf7 form:not(.sent):not(.invalid):not(.failed):not(.unaccepted):not(.spam) .wpcf7-response-output:empty {
    display: none;
}

.page-id-687 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #5d9668;
    background: #f2faf3;
}

.page-id-687 .wpcf7 form.invalid .wpcf7-response-output, .page-id-687 .wpcf7 form.failed .wpcf7-response-output, .page-id-687 .wpcf7 form.unaccepted .wpcf7-response-output, .page-id-687 .wpcf7 form.spam .wpcf7-response-output {
    border-color: #b84436;
    background: #fff5f3;
}

@media (max-width: 680px) {
    .page-id-687 .standard-page__content .wpcf7 {
        margin: 24px 0 30px;
        padding: 26px 18px 22px;
        border-radius: 10px;
    }

    .page-id-687 .standard-page__content .wpcf7::before {
        left: 18px;
        width: 54px;
    }

    .page-id-687 .wpcf7-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page-id-687 .wpcf7-form > p:nth-of-type(3), .page-id-687 .wpcf7-form > p:nth-of-type(4), .page-id-687 .wpcf7-form > p:nth-of-type(5), .page-id-687 .wpcf7-form .contact-math, .page-id-687 .wpcf7-form .wpcf7-response-output {
        grid-column: auto;
    }

    .page-id-687 .wpcf7 .wpcf7-submit {
        width: 100%;
    }

    .page-id-687 .wpcf7-form .contact-math {
        grid-template-columns: 1fr 86px;
        padding: 16px;
    }

}
