.cooperation-form__title{
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.cooperation-form__desc{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.cooperation-form{
    min-height: 500px;
}
.cooperation-form__content{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.salons-name{
    font-weight: 600;
}
.form-content__info{
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
}
.content-left__info.mobile{
    display: none;
}
#cooperation-form .textfield{
    margin-top: 20px;
}
#cooperation-form .textarea-cooperation{
    height: 130px;
    padding-top: 20px;
    resize: vertical;
}

#cooperation-form .cooperation-submit{
    margin: 20px auto 60px;
    display: flex;
}
.cooperation-contacts{
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.cooperation-contacts__left,.cooperation-contacts__right{
    width: 350px;
}
.contacts-left__text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contacts-left__logo{
    width: 185px;
    height: auto;
    margin-bottom: 20px;
}
.cooperation-social{
    display: flex;
    gap: 10px;
    flex-direction: column;

}
.cooperation-social a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
}
.cooperation-social img{
    width: 30px;
    height: auto;
}
.content-left__info{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
.cooperation-contacts__right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cooperation-contacts__right .contacts__item{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .cooperation-form__content{
        flex-direction: column;
        gap: 0;
    }
    .content-left__info{
        display: none;
    }
    .content-left__info.mobile{
        display: block;
    }
    .cooperation-contacts{
        flex-direction: column;
        gap: 20px;
    }
}