.la-komunalka-user-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 750px;
}
.la-komunalka-user-form label{
    margin-right:    auto;
}
.la-komunalka-user-form input{
    display: block;
    margin-bottom: 15px;
}
.la-komunalka-user-form button{
    transition: .5s;
}
.la-komunalka-user-form button:hover{
    opacity: 0.7;
    transition: .5s;
    text-decoration: none;
}

.la-user-card{
    padding: 30px;
    border:1px solid #a6a6a6;
    transition: .5s;
}
.la-user-card .la-user{
    font-size: 1.3em;
    margin-bottom: 20px;
}
.la-user-card .la-address{
    font-size: 1.2em;
    margin-bottom: 20px;
}

.la-user-card:hover{
    border:2px solid #808080;
    transition: .5s;
    cursor:pointer;
}
.la-user-card a{
    display: block;
    text-align: right;
}
.la-service-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.la-service-wrap h5,
.la-service-wrap h6{
    margin: 0;
	color: #7E899E;
}
.la-service-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.la-service-btn-wrap a{
    text-decoration: none;
    display: block;
}
.la-table{
    display: none;
}
.la-user-card-info{
    display: none;
}
.la-add-new-user-link-wrap{
    text-align: right;
}
.la-add-form-wrap{
    display: none;
}
.la-table thead tr th:first-child{
    min-width: 110px;

}
}
input[name='btn_text']{
    display:none;
}
