form p {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1E1E1E;
    gap: 10px;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 1rem;
}
.one-row {
    display: flex;
    gap: 1em;
    align-items: center;
}

.one-row p {
    width: 50%;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    appearance: none;
    border: 1px solid #000;
    background: none;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    height: 50px;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text {
    background-color: #fff;
    border: 1px solid hsl(0 0% 7% / .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

.checkbox p {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:5px;
}

span.wpcf7-list-item.first.last {
    margin: 0;
    display: flex;
}

.action-button, 
.wpcf7-submit {
    min-width: 100px;
    border: unset;
    display: inline-flex;
    height: 40px;
    padding: 0px var(--Spacing-7, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-TEKA';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width:fit-content;
    cursor:pointer;
}
.action-button:hover,
.wpcf7-submit:hover {
color: var(--palette-600, #7973EF);
    border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
}

.one-row.second-row p {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width:786px){
    .page-id-6431 .one-row p{
        width:100%;
    }
    .page-id-6431 .one-row{
        flex-direction: column;
    }
}

textarea.wpcf7-form-control.wpcf7-textarea{
	min-height: 200px !important;
    max-height: 400px !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
