.hairstylists-edit{
    padding: 0 35px;
}

.hairstylists-edit__content{
    max-width: 610px;
    margin: 40px 0 0 0 ;
}

.hairstylist-edit__form-input{
    margin: 0 0 20px 0;
}

.hairstylists-edit__buttons{

}

.hairstylists-edit__buttons a{
    display: inline-block;
    text-align: center;
    background-color: #252525;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 12px;
    border: 1px solid #252525;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.hairstylists-edit__buttons a:hover{
    color: #252525;
    background-color: #fff;
    border: 1px solid #252525;
}

.hairstylists-edit__buttons button{
    padding: 20px 40px;
    border: 1px solid #252525;
    border-radius: 12px;
    background-color: #fff;
    color: #252525;
    transition: all 0.3s ease;
}

.hairstylists-edit__buttons button:hover{
    border-color: #fff;
    background-color: #252525;
    color: #fff;
}
