.form-title {
    max-width: 533px;
    display: block;
    margin: auto;
    margin-top: 52px;
}

.form-template-modern label span {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.form-template-modern .wpcf7-text {
    padding: 6px 16px;
    transition: all .3s;
    height: 40px;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    box-sizing: border-box;
    width: 233px;
    height: 40px;
/*    background: #FFFFFF;*/
border: 0.5px solid #545E67;
border-radius: 0;
/*    color: #202831;*/
}

.form-template-modern .wpcf7-text:hover {
/*    background: rgba(255, 255, 255, 0.3);*/
}

#consent_label {
    margin-top: 14px;
}

#consent_label a {
/*    color: #E1674F;*/
text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.form-template-modern .wpcf7-list-item label span {
    font-size: 22px;
    font-weight: 400;
}

.wpcf7-spinner {
    margin: em auto;
/*    background: #E1674F88;*/
display: block;
}

.form-template-modern .wpcf7-submit {
    padding: 6px 65px;
    display: inline-block;
/*    background: #E1674F;*/
/*    color: #fff;*/
border: none;
height: auto;
line-height: 28px;
font-size: 22px;
font-weight: 500;
box-sizing: border-box;
width: auto;
display: block;
margin: auto;
cursor: pointer;
margin-top: 28px;
transition: all 0.5s;
border-radius: 4px;
}

.wpcf7-submit:hover {
/*    background: #E1674F;*/
}

.wpcf7-not-valid-tip {
    display: inline-block;
    margin-right: 0.5em;
}

.form-template-modern .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.form-template-modern .wpcf7-list-item input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-right: 0.2em;
/*    accent-color: #2F6861;*/
}

.wpcf7-list-item label {
    display: inline-block;
    margin: 0;
}

.form-template-modern .wpcf7-text:focus {
    border: 2px solid #E1674F;
    height: 40px;
}

.form-title {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
}

.form-template-modern .form-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 22px 16px;
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
    .form-template-modern{
        margin-top: 43px;
    }
    .form-template-modern .form-column-2 {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    .form-template-modern .wpcf7-text {
        width: 100%;
    }

    .form-column-2 label {
        width: 100%;
    }
}

.form-column-2 label {
    position: relative;
}

.form-column-2 label>span {
    position: absolute;
    top: 0;
    left: 0;
}

.form-column-2 label>span.wpcf7-form-control-wrap {
    position: static;
}

.form-column-2 label>span {
    position: absolute;
    top: 2.15rem;
    left: 1rem;
/*    color: #828A92;*/
transition: all .3s;
}

.form-column-2 label[data-filled="true"]>span {
    top: 0;
    left: 0;
/*    color: #202831;*/
}

.form-contact {
    display: flex;
/*    color: black;*/
justify-content: center;
align-items: center;
}

.form-contact .-txt {
    width: 3em;
    text-align: center;
}

.form-contact .-line {
    height: 1px;
/*    background: rgba(255, 255, 255, 0.3);*/
width: calc(40% - 2em);
}







.form-title {
/*    color: var(--mc-main-4);*/
    -webkit-text-stroke: 0px;
    text-shadow: none;
}

.-rotate {
    display: none;
}

.form-template {
/*    background-image: url('');*/
}

#consent_label {
/*    color: black;*/
}

#form .form-column-2 label span,
#form p {
/*    color: var(--text-color);*/
}

.form-template :is(.wpcf7-text,.wpcf7-date) {
/*    border: 0.5px solid var(--text-color);*/
    border-radius: 0;

}

.form-template :is(.wpcf7-text,.wpcf7-date):focus {
/*    border: 2px solid var(--mc-main-1);*/
}

.form-column-2 p label span {
/*    color: var(--text-color);*/
}

.form-column-2 label[data-filled="true"]>span {
/*    color: #202831;*/
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.form-template .wpcf7-submit {
    border-radius: 4px;
    padding: 6px 85px;
}

.form-contact .-txt {
/*    color: var(--text-color);*/
}

.form-contact .-line {
/*    background: var(--text-color);*/
    width: calc(50% - 2rem);
}

.form-icon span.underline {
    text-decoration-line: underline;
}

.wpcf7-submit:hover {
/*    background: var(--mc-main-2);*/
}

div.col-span-6.flex span {
/*    color: var(--text-color);*/
}

/*.pr-25px {
    margin-right: 30px;
}

.pl-25px {
    margin-left: 15px;
}*/

.col-span-6>img {
    width: 90%;
    margin-top: 45px;
    box-shadow: 0px 60px 40px -40px #0006;
}

#form .grid.grid-cols-12.pt-6 {
    padding-bottom: 56px;
}

@media (max-width: 1319px) {
    .form-title {
        padding-top: 61px;
        font-weight: 400;
        font-size: 38px !important;
        line-height: 40px;
    }

    #form img.w-full {
        width: calc(100% - 32px);
        margin-top: 32px;
        margin-bottom: 24px;
        box-shadow: 0px 60px 40px -40px #0006;
    }
}

select.wpcf7-form-control.wpcf7-select{
/*    border: 0.5px solid var(--text-color);*/
    border-radius: 0;
}

#form a.form-icon {
    color: var(--text-color);
}