h1.title_contact {
color: #FF9D00;
font-size: calc(14px + (60 - 14) * ((100vw - 200px) / (1440 - 200)));
font-weight: 800;
line-height: 1.1; 
text-transform: uppercase;
padding: 6.75rem 0 3.75rem 0;
max-width: 72.1875rem;
margin: auto;
}
@media screen and (max-width: 1024px){h1.title_contact {padding-left: 1rem;}}
@media screen and (max-width: 900px){
    h1.title_contact{
        padding: 40px;
    }
}
section.lnk_work {
    position: relative;
    max-width: 1600px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

section.lnk_work img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.content_contact{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 1600px;
}
@media screen and (max-width: 780px) {
    section.content_contact {
        grid-template-columns: 1fr;
    }
}
.num_phone, .adress, .messenger, .email {
    display: grid;
    justify-items: center;
    font-style: normal;
    gap: 10px;
    text-align: center;
}
@media screen and (min-width: 501px) and (max-width: 780px) {
address.location {
    height: 654px;
}
}

@media screen and (max-width: 500px) {
    address.location {
        height: 560px;
    }
    }
a.phone.lnk:hover{color: #FF9D00;}
.messenger_link {
    display: flex;
    gap: 15px;
}
address.phone_sicial {
    display: grid;
    gap: 30px;
    padding: 5rem 1rem;
    background: #FBFBFB;
}
a.phone.lnk {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
}

.social {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.social a,.messenger_link a{transition: 0.4s;}
.social a:hover, .messenger_link a:hover {
    transform: rotate(25deg);
}

section.form_footer {
max-width: 100rem;
padding: 7.5rem 16.25rem;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
gap: 1.25rem;
margin: auto;
}
@media screen and (min-width: 1385px) and (max-width: 1430px) {section.form_footer{padding: 7.5rem 15.625rem;}}
@media screen and (min-width: 1280px) and (max-width: 1384px) {section.form_footer{padding: 7.5rem 13.75rem;}}
@media screen and (min-width: 1200px) and (max-width: 1279px) {section.form_footer{padding: 7.5rem 190px;}}
@media screen and (max-width: 1200px){
    section.form_footer {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 3.75rem 2.5rem;
    }
}
@media screen and (max-width: 340px){
    section.form_footer {
        padding: 3.75rem 16px;
    }
}
section.form_footer h2{
color: #FF9D00;
font-size: calc(32px + (60 - 32) * ((100vw - 320px) / (1440 - 320)));
font-style: normal;
font-weight: 800;
line-height: 1.2; 
text-transform: uppercase;
}
@media screen and (min-width: 1500px) {section.form_footer h2{font-size: 60px;}}


input.form__name, input.phone_contact {
border: 2px solid #010104;
padding: 16px;
width: 100%;
}
input.send_contact {margin: 0 !important; transition: 0.4s;}
input.send_contact:hover {color: white !important; background:#FEC601 !important;}
@media screen and (max-width: 1200px){
    input.send_contact {
        width: 100% !important;
        margin: 0 !important;
        transition: 0.4s;
    }
}
input.form__name::placeholder, input.phone_contact::placeholder{
color: #B4B4B4;
font-size:16px;
font-style: normal;
font-weight: 400;
line-height: 1;
}
.form_footer form.wpcf7-form {
display: flex !important;
flex-direction: column;
align-items: flex-end;
gap: 20px;
}
.wpcf7-form-control-wrap {
position: relative;
width: 100%;
}

.wpcf7-not-valid-tip {color: red !important;}