.addcomments {
  padding: 0px 15px 15px 15px;
}

.no_select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cat {
  display: block;
  width: 100%;
}

.skoro2 img {
  height: 190px;
  display: block;
  object-fit: cover;
}

.site-rate {
  width: 115px;
  padding-left: 35px;
  float: right;
  margin-top: 1px;
}

.site-rate-new {
  width: 115px;
  padding-left: 35px;
  float: right;
  margin-top: 4px;
}

.date {
  margin: 19px 16px 10px 0;
}

.h111 {
  margin: 6px 0 10px;
}

.rating_kr .fa ul {
  width: 140px;
}

.uadm.uadm--mini,
.uadm.uadm--mini .uadm-collapse {
  top: 14px;
}

.com-order-block,
#crt_blk_cont {
  display: none !important;
}

.navigation span {
  background-color: transparent;
}

.x-unselectable {
  position: relative;
}

#uCatsMenu7 {
  left: 0% !important;
  top: 20px !important;
  margin-left: 0px;
}

:where(.uauth-small-links) {
  display: flex;
  align-items: center;
  gap: 5px;
}

input[type="submit"],
input[type="submit"]:hover,
button[type="submit"],
button[type="submit"]:hover {
  background-color: #303031;
  color: #fff;
  border: 0 solid #000;
}

/*---Показ древовидных комментариев---*/
.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-tree-list .comments-tree-list {
  padding-left: 30px;
}

.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}


.mass_comments_action {
  margin: 16px;
}

.mass_comments_action select {
  margin: 0 0 0 5px;
}

/* forms */

ul.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.ui-form>li {
  margin-bottom: 10px;
}

ul.ui-form>li:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-group>label {
  display: block;
  margin-bottom: .4em;
}

.imp:after {
  content: "*";
  margin: 0 0 0 10px;
  color: #e85319;
}

@media only screen and (min-width: 601px) {
  .form-group.combo:after {
    clear: both;
    display: table;
    content: "";
  }

  .form-group.combo>.combo_field {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-group.combo>.combo_field:last-child {
    padding-left: 10px;
  }

  .form-group.combo>.combo_field:first-child {
    padding-right: 10px;
  }
}

.form_submit {
  margin-top: 20px;
}

.form-sep {
  border-top: 1px solid #efefef;
}


/*---Быстрый поиск на сайте---*/
#searchsuggestions {
  border: 1px solid #4a4a4a;
  width: 300px;
  background-color: #5ca72b;
  font-size: 12px;
  line-height: 14px;
}

#searchsuggestions>a {
  padding: 5px;
  display: block;
  background-color: #232020;
  clear: left;
  min-height: 75px;
  text-decoration: none;
}

#searchsuggestions>a:hover {
  background-color: #3e7483;
  color: #dfdfdf;
}

#searchsuggestions>a span.searchheading {
  background: #313131;
  display: block;
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
  color: #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#searchsuggestions>a:hover span.searchheading {
  color: #dfdfdf;
}

#searchsuggestions>a span {
  color: #909090;
}

#searchsuggestions>a:hover span {
  color: #dfdfdf;
}

#searchsuggestions span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px;
}

#searchsuggestions span.seperator a {
  background-color: transparent;
  display: block;
  height: auto;
  color: #fff;
  font-size: 14px;
}

#searchsuggestions span.notfound {
  padding: 5px;
  background-color: #232020;
  display: block;
  height: auto;
  color: #ababab;
}

/* comments */
.comment {
  padding: 0px 15px 15px 15px;
}

.comment--post {
  margin-top: 15px;
}

.comment--post a {
  text-decoration: none;
  background: #403f3f;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 6px 6px 0px 0px
}

.comment--box {
  padding: 15px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 70px auto;
  background-color: #403f3f;
  gap: 10px;
}

.comment--user-foto {
  width: 100%;
  border-radius: 100%;
  border: 3px solid #291919;
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
}

.comment--user-foto img {
  width: 100%;
}

.comment--top {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  align-items: center;
}

.comment--user-name {
  font-weight: bold;
}

.comment--user-name a {
  text-decoration: none;
}

.comment--date {
  color: #ccc;
  font-size: 12px;
}

.comment:hover .comment--actions {
  visibility: visible;
}

.comment--actions {
  display: flex;
  gap: 10px;
  font-size: 12px;
  visibility: hidden;
}

.comment--actions a {
  text-decoration: none;
  color: #ccc;
}

.comment--actions-mass {
  margin-left: auto;
}

.comment--rating {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.comment--rating-value {
  font-size: 16px;
}

.comment--rating-minus a {
  color: red;
}