.kp-consultation {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 432px;
    gap: 80px;
    min-height: 344px;
    padding: 40px 48px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--kp-blue);
    color: #fff
}

.kp-consultation:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -45px;
    width: 430px;
    height: 280px;
    opacity: .23;
    background-image: url('/wp-content/uploads/2026/09/Frame-427322800-1.webp');
}

.kp-consultation__copy,
.kp-consultation__form {
    position: relative;
    z-index: 1
}

.kp-consultation__copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.kp-consultation__copy h2 {
    margin: 0
}

.kp-consultation__copy p {
    max-width: 549px;
    margin: 10px 0
}

.kp-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    max-width: 520px
}

.kp-contacts span {
    color: #38c241;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.kp-contacts a {
    color: #fff;
    font-size: 16px;
    gap: 4px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none
}

.kp-contacts small {
    display: block;
    margin-left: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

.kp-consultation__form label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px
}

.kp-consultation__form input[type=text],
.kp-consultation__form input[type=tel],
.kp-consultation__form input[type=email] {
    width: 100%;
    height: 40px;
    margin-top: 6px;
    padding: 10px;
    border: 1px solid var(--kp-muted);
    border-radius: 12px
}

.kp-consultation__form .wpcf7-acceptance label {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px
}

.kp-consultation__form input[type=submit] {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--kp-red);
    color: #fff;
    cursor: pointer
}

.kp-consultation__form a {
    color: #fff
}

.kp-form-note {
    padding: 18px;
    border: 1px dashed rgba(255, 255, 255, .6);
    border-radius: 12px
}

@media(max-width:1024px) {
    .kp-consultation {
        grid-template-columns: 1fr 390px;
        gap: 36px
    }
}

@media(max-width:767px) {
    .kp-consultation {
        grid-template-columns: 1fr;
        padding: 28px 20px;
        gap: 30px
    }

    .kp-contacts {
        margin-top: 25px
    }
}

.kp-consultation__copy h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

@media(max-width:767px) {
    .kp-consultation__copy h1 {
        font-size: 24px
    }
}