.btn-comment-new {
    display: none;
    text-align: center;
    color: #222;
    border: 1px solid #C2C2C2;
    line-height: 42px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
}

.alert-danger {
    margin-top: 10px;
    font-size: 14px;
    padding: 15px 20px !important;
    background-color: #FEF7F3 !important;
    border: 1px solid #CF745C;
    border-left: 5px solid #CF745C;
}

.alert-danger h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 760px) {

    .btn-comment-new {
        display: block;
    }

    .comments-article__counter {
        display: none;
    }

    .form-answer .comment-item__reply {
        bottom: -25px;
    }
}

.table-rating__heading-problems .table-rating__text-head, .table-rating__heading-reviews .table-rating__text-head {
    justify-content: flex-end;
}

.comments-preview-item__name-more--member-company {
    color: #66c44c !important;
}
.comments-preview-item__name-more--admin {
    color: #ff2c00 !important;
}

.list-post-news__date {
    width: 100px;
}

.main_footer__category-link {
    margin-bottom: 5px;
}

.stop-list-description-rating {
    max-width: 650px;
    margin: auto;
}

.stop-list-description-rating:after {
    display: block;
    content: "";
    clear: both;
}

.ui-menu {
    background: #fff;
}

.ui-menu-item {
    padding: 5px 15px;
    border-bottom: 1px solid #cdcdcd;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
}

.ui-menu-item:hover {
    padding: 5px 15px;
    color: #4990E2;
}

.panel-for-admins {
    margin: 20px 0px 0px 0px;
}

.panel-for-admins .panel {
    border: 1px solid #cccc33;
    border-left-width: 4px;
    padding: 10px 15px 15px;
    font-size: 15px;
    margin-bottom: 20px;
}

.panel-for-admins .panel p {
    margin-bottom: 10px;
}

.panel-for-admins .panel h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

#special-form {
    display: none;
}

.emoji_wr div input[type="radio"] {
    display: none;
}

.emoji_wr div input[type="radio"]:checked ~ .emoji_wr__item {
    border-color: #4990E2;
}

.error-box {
    border: 2px solid red;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.error-box h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

.error-box p {
    margin-bottom: 10px;
}

.table-tenders__text-head a {
    color: #111;
}

.ui-menu {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-autocomplete {
    cursor: default;
}

.autocomplete-input {
    padding-right: 35px;
}

.js-search-form {
    overflow: scroll !important;
}

.radio_marks-buttons input[type="radio"]:checked ~ .form_label {
    border: 2px solid #555;
    box-shadow: 0px 0px 8px #555;
}
.review-title{
    transition: all 0.3s ease 0s;
}
.review-title:hover{
    color: #FF2C00!important;
}