.contact-form .wpcf7-form .rows {
    margin-bottom: 25px;
}

.wpcf7-form .rows {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.wpcf7-form .rows p {
    width: 24%;
}

.contact-form .wpcf7-form .rows p {
    width: 32%;
}

.wpcf7-form .rows label {
    width: 100%;
    color: var( --e-global-color-primary );
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.wpcf7-form .rows label .wpcf7-form-control-wrap input {
    border: 1px solid #333333;
    border-radius: 4px;
    color: var( --e-global-color-text );
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 14px 20px;
    outline: none;
    box-shadow: none;
    margin-top: 5px;
}

.wpcf7-form p {
    width: 100%;
    margin: 0;
}

.wpcf7-form p label {
    width: 100%;
    color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.wpcf7-form p label .wpcf7-textarea {
    border: 1px solid #333333;
    border-radius: 4px;
    color: var(--e-global-color-text);
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 14px 20px;
    outline: none;
    box-shadow: none;
    margin-top: 5px;
    max-height: 150px;
}

.wpcf7-form p .wpcf7-checkbox .wpcf7-list-item {
    margin: 10px 0 20px;
}

.wpcf7-form p .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-form p .wpcf7-checkbox .wpcf7-list-item input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.wpcf7-form p input.wpcf7-submit {
    color: var(--e-global-color-3e388f0);
    width: 100%;
    font-family: var(--e-global-typography-aa6f9d0-font-family), Sans-serif;
    font-size: var(--e-global-typography-aa6f9d0-font-size);
    text-transform: var(--e-global-typography-aa6f9d0-text-transform);
    line-height: var(--e-global-typography-aa6f9d0-line-height);
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
}

.wpcf7-form p input.wpcf7-submit:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-3e388f0);
}

.wpcf7-form .rows label .wpcf7-textarea {
    height: 52px;
}

.wpcf7-form p .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    color: var(--e-global-color-secondary);
}

.wpcf7-form  .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.wpcf7-form>p~p {
    margin-top: 20px;
}

.wpcf7-form label em {
    color: var(--e-global-color-secondary);
    margin-left: 2px;
}

@media(max-width: 1024px) {
    .contact-form .wpcf7-form .rows p {
        width: 100%;
        margin-top: 15px;
    }

    .contact-form .wpcf7-form .rows p:last-child {
        width: 100%;
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .wpcf7-form .rows p {
        width: 32%;
    }

    .wpcf7-form .rows p:last-child {
        width: 100%;
        margin-top: 15px;
    }
}

@media(max-width: 490px) {
    .wpcf7-form .rows p {
        width: 100%;
    }

    .wpcf7-form .rows label .wpcf7-form-control-wrap input {
        margin-top: 15px;
    }
}