.contact-page-content{
    justify-content: space-between;
}
.left-block{
    max-width: 829px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 72px 0px;
}
.contact-name{
    display: block;
    font-size: 14px;
    line-height: 1.3;
}
.address{
    max-width: 545px;
    width: 100%;
}
.address p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32.02px;
    text-align: left;
    margin: 0;
    margin-top: 12px;
}

.work-time {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.work-time p{
    display: flex;
    justify-content: space-between;
}
/* .social-messenger{
    width: 70%;
} */
.social-messenger span{
    margin-bottom: 12px;
}
.form-block{
    max-width: 739px;
    padding: 32px 23px;
}

.form-block h2 {
    margin-bottom: 40px;
}

.form-block .wpcf7.js .contact-page-form .two-col {
    margin: 16px 0;
}

.form-block .wpcf7.js .contact-page-form a{
    text-decoration: none;
    color: #566d6a;
    transition: color .3s;
}
.form-block .wpcf7.js .contact-page-form a:hover{
    color: #bcdcb4;    
}

.contact-page-form{
    max-width: 670px;
    width: 100%;
}
.form__input{
    width: 100%;
    height: 49px;
    border: 1px solid;
    box-shadow: none;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 5px;
}
.two-col p{
    display: flex;
    gap: 16px;
}
.form__submit{
    border-radius: 5px;
    width: 100%;
    border: 0px;
    height: 52px;
    margin-top: 1em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 16px;
}

@media(max-width: 600px) {
    .form-block .wpcf7.js .contact-page-form .two-col p {
        flex-direction: column;
    }
}
