.lk_active{
    background: url(/bitrix/templates/newnew/assets/img/like_active.jpg) no-repeat;
}
.wh__bg{
    padding-bottom: 100px;
}
.model__links, .sot__sets{
    z-index: 1;
}
.btn {
    color: #333;
}
.profile__block header img {
    width: 179px;
    height: 179px;
}
.input__file input[type="file"] {
    margin-top: -17px;
}
.input__file input[type="file"]:hover {
    background-position-y: 45px;
}
.forum__nav ul li a {
    padding-top: 16px;
    padding-bottom: 16px;
}
.input__file input[type="file"] {
    height: 83%;
}
label[for="forum_AVATAR_del"], input[name="forum_AVATAR_del"],
label[for="PERSONAL_PHOTO_del"], input[name="PERSONAL_PHOTO_del"],
label[for="UF_PICTURE_MY_CAR_del"], input[name="UF_PICTURE_MY_CAR_del"]
{
    cursor: pointer;
}
.like_soc_block_left_2 {
    color: #333
}

.check__in_block input[type="submit"]  {
    font-size: 17px;
    color: #fffefe;
    font-weight: 400;
    background: #009a3f;
    border: none;
    border-radius: 4px;
    padding: 12px 30px;
    float: left;
    margin: 0 10px 0 0;
    transition: 0.3s;
}
.check__in_block input[type="submit"]:hover {
    background: #00672a;
}
.show__pass input[type="password"] {
    width: 60%;
    float: left;
    margin-bottom: 0;
    border: none;
}

.check__in_block input[type="password"],.show__pass input[type="text"] {
    width: 80%;
    border: 0px solid #b5b5b5;
    border-radius: 4px;
    background: #fff;
    height: 36px;
    padding: 0px 8px;
    line-height: 1;
}

.check__in_block input[type="email"], .check__in_block input[type="tel"] {
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    background: #fff;
    height: 36px;
    padding: 8px 10px;
    line-height: 1;
    margin-bottom: 18px;
}