.mixin-bordered-block-button {
  cursor: pointer;
  border: 2px solid #00abb6;
}
.mixin-pseudo {
  content: '';
}
.comments-header {
  border: 3px solid #00abb6;
  padding: 11px 20px 16px;
}
@media (max-width: 650px) {
  .comments-header {
    text-align: center;
  }
}
.comments-header h2,
.comments-header span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.comments-header h2 {
  padding: 0;
  font-size: 30px;
}
.comments-header span {
  font-weight: 300;
  font-size: 30px;
  line-height: inherit;
  padding: 0 32px 0 5px;
  position: relative;
}
.comments-header span:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 22px;
  height: 12px;
  background: url(/images/comments/arrow.png) no-repeat top center;
}
.comments-header span.opened:after {
  background-position: bottom center;
}
.comments-header a {
  border: 1px solid #00abb6;
  color: #00abb6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  font-family: din;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 5px 10px;
  border-radius: 5px;
  float: right;
  margin-top: 5px;
}
.comments-header a:hover {
  background-color: #00abb6;
  color: #fff;
}
@media (max-width: 650px) {
  .comments-header a {
    float: none;
    display: block;
    margin: 15px 0 0;
  }
}
.comments-wrapper {
  font-weight: 300;
  font-size: 15px;
  line-height: inherit;
  padding-top: 10px;
  display: none;
}
.comments-wrapper .date {
  font-weight: 700;
  font-size: 12px;
  line-height: inherit;
  display: block;
  padding: 20px 0 0;
  color: #829697;
}
.comments-wrapper label {
  padding-bottom: 5px;
  display: block;
}
.empty-comments {
  border-radius: 10px;
  border: 1px dotted #ded;
  margin: 20px 0 20px 0;
  padding: 10px;
  text-align: center;
  color: #666;
}
.comments-tree {
  padding: 20px 0;
}
.comments-tree:not(:first-of-type) {
  border-top: 1px solid #9cd6da;
}
.name {
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: #00abb6;
}
.comments-body {
  padding: 13px 0 8px;
  line-height: 19px;
}
.comments-body ul {
  padding: 5px 0;
}
.comments-body ul > br {
  display: none;
}
.comments-body li {
  list-style: none;
  display: block;
  padding: 2px 0 2px 10px;
}
.comments-childs {
  display: none;
}
.comments-level-1 {
  padding: 10px 0 0 100px;
  border-top: 1px solid #D9EBED;
}
@media (max-width: 500px) {
  .comments-level-1 {
    padding-left: 40px;
  }
}
.comments-level-1:first-of-type {
  margin-top: 20px;
}
.comments-level-1 .date {
  padding-bottom: 0;
}
.comments-level-1:last-of-type .comments-body {
  padding-bottom: 0;
}
.comments-bottom-panel a {
  display: inline-block;
  vertical-align: middle;
}
.add-comment {
  padding: 20px 0;
}
.comments-message form {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #D9EBED;
}
.comments-message form textarea {
  height: 80px !important;
}
.comments-message button:first-of-type {
  margin-right: 10px;
}
