.contact{
    margin: 48px 0 80px;
}
.contact-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-block .follow-icon{
    position: relative!important;
    margin: 0;
}

.contact-form,
.contact-info{
    width: 49%;
}
.contact-info{
    padding-left: 6%;
}
.contact-title{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    letter-spacing: 1px;
    margin:0 0 44px 0;
}
.info-item{
    margin-bottom: 32px;
    position: relative;
    padding-left: 32px;
}
.info-item svg{
    position: absolute;
    left: 0;
}
.info-item p{
    color:#121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}
.info-item span{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.info-item span a{
    color: #121212;
    text-decoration: none;
}
.follow_block{
    display: flex;
    justify-content: left;
    align-items: center;
    margin : 40px 0 0 0;
    gap: 8px;
}
.social-item{
    display: flex;
    gap: 24px;
}
.wp-form{
    background: #F3F4F7;
    padding: 64px;
}
.wp-form p{
    margin: 0 0 24px;
}
.wp-form br{
    display: none;
}
.wp-form input{
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    margin-top: 8px;
    border-radius: 0;
}
.wp-form textarea{
    margin-top: 8px;
    border: none;
    outline: none;
    border-radius: 0;
    height: 140px;
}
.wp-form label{
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.required-icon{
    color: #DF3101;
}
.wp-form  .wpcf7-submit{
   background: #2C6EB0;
    color: #fff;
    cursor: pointer;
}
.submit-btn{
    margin-bottom: 0!important;
    position: relative;
}
.submit-btn .wpcf7-spinner{
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}
/*Flex*/
.flex-form-block{
    max-width:616px;
}
.flex-form-block p{
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.flex-form-block input{
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    margin-top: 8px;
    border-radius: 0;
}
.flex-form-block button{
    background: #2C6EB0;
    color: #fff;
    cursor: pointer;
    width:100%;
    height: 70px;
    border: none;
    outline: none;
    margin-top: 8px;
    border-radius: 0;
}