/*Новая форма*/

.onecomment {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    position: relative;
    margin-top: 10px;
}

#commentForm {
    display: flex!important;
    max-width: 545px!important;
}

#commentPush {
    padding-bottom: 15px!important;
}

.vk-avatar img {
    width: 51px!important;
}

#commentPush  {
    position: relative!important;
    top: 5px!important;
}

.avatar {
    margin-right: 10px;
}

#commentForm .form__avatar {
    overflow: hidden;
}

#commentForm {
    margin-bottom: 40px!important;
}

.form__avatar {
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../img/avatars/userpic.png);
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
}

.form__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#commentPush {
    width: 100%;
    background-color: #5890ff;
    color: #fff;
    border: none;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    max-width: 545px;
    margin-top: 10px;
}

#inputCommentText {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    margin-top: 10px;
    max-width: 545px;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
    font-size: 16px!important;
    
}

#inputCommentName {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    max-width: 545px;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
    font-size: 16px!important;
    font-weight: 400;
}

#commentPush i {
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.form__avatar {
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../img/userpic.png);
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
}

input[type='file'] {
    opacity: 0;
    width: 1px;
    height: 1px;
}

.fa-chevron-right img {
   width: 14px;
    height: 19px; 
}

.btn__ch {
    display: block;
    color: #fff!important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
    border: none;
    color: #fff;
    background-color: #da332b;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}