.st-comments .loader {
  display: none;
}
.st-comments .no-comments {
  text-align: center;
  color: #555;
}
.st-comments.blocked {
  position: relative;
}
.st-comments.blocked:before {
  content: "";
  position: absolute;
  z-index: 555;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.st-comments.blocked .loader {
  display: block;
  position: relative;
  z-index: 999;
}
.st-comments .form-bar {
  margin: 15px 0;
}
.st-comments .bar,
.st-comments .finished {
  text-align: center;
  font-family: EuclidFlex, sans-serif;
  margin: 15px 0;
}
.st-comments .form-bar {
  color: #939393;
}
.st-comments .form-bar a {
  color: inherit;
}
.st-comments .bar {
  display: flex;
  width: 100%;
  margin: 0 auto 32px;
}
.st-comments .bar .comment-set {
  display: none;
}
.st-comments .bar .comment-set + label {
  width: 50%;
  padding: 8px 30px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.st-comments .bar .comment-set + label:before {
  content: '';
  position: absolute;
  left: 9px;
  display: block;
  border: 1px solid #dedede;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.st-comments .bar .comment-set + label:after {
  content: '';
  display: block;
  opacity: 0;
  transition: opacity ease 0.1s;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -70%) rotate(-45deg);
  border-left: 1px solid #fe0002;
  border-bottom: 1px solid #fe0002;
  width: 14px;
  height: 7px;
}
.st-comments .bar .comment-set:checked + label {
  background-color: #dedede;
}
.st-comments .bar .comment-set:checked + label:before {
  border-color: #555;
}
.st-comments .bar .comment-set:checked + label:after {
  opacity: 1;
}
.st-comments .finished {
  text-transform: uppercase;
}
.st-comments .form {
  margin: 15px auto;
}
.st-comments .form form {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.st-comments .form form.active .act {
  display: none;
  visibility: hidden;
}
.st-comments .form form.active .places,
.st-comments .form form.active .actions,
.st-comments .form form.active .author {
  visibility: visible;
}
.st-comments .form form.active .places,
.st-comments .form form.active .author {
  display: block;
}
.st-comments .form form.active .actions {
  display: flex;
  font-size: 14px;
}
.st-comments .form form.active .user {
  margin-bottom: 15px;
}
.st-comments .form form.with-errors {
  border-color: #fb9b9b;
  background-color: #ffeded;
}
.st-comments .form form.with-errors .form-error {
  margin: 10px 0;
  border-top: 1px solid #fb9b9b;
  font-size: 14px;
  color: #ff4242;
}
.st-comments .form form .act {
  position: absolute;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: #555;
  padding-left: 55px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.st-comments .form form .act > span {
  display: inline-block;
  padding-top: 18px;
  width: 100%;
  padding-left: 15px;
  pointer-events: none;
}
.st-comments .form form .attached-filename {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
.st-comments .form form .attached-filename:before {
  content: 'Прикрепленное изображение: ';
  display: inline;
  font-weight: 400;
}
.st-comments .form form .places,
.st-comments .form form .actions,
.st-comments .form form .attached-filename:empty,
.st-comments .form form .author {
  display: none;
  visibility: hidden;
}
.st-comments .form form .user > span,
.st-comments .form form .user > a {
  display: flex;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.st-comments .form form .user > span span,
.st-comments .form form .user > a span {
  align-self: center;
}
.st-comments .form form .user .avatar {
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.st-comments .form form .user .author {
  border: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  outline: none;
  font-weight: 600;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.st-comments .form form .user .author::-webkit-input-placeholder {
  color: #666;
}
.st-comments .form form .user .author::-moz-placeholder {
  color: #666;
}
.st-comments .form form .user .author:-moz-placeholder {
  color: #666;
}
.st-comments .form form .user .author:-ms-input-placeholder {
  color: #666;
}
.st-comments .form form .places textarea,
.st-comments .form form .actions textarea {
  display: inline-block;
  padding: 0;
  border: 1px solid #dadada;
  background: transparent;
  max-height: 250px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  resize: none;
}
.st-comments .form form .places button,
.st-comments .form form .actions button,
.st-comments .form form .places input[type=submit],
.st-comments .form form .actions input[type=submit] {
  color: #939393;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  text-decoration: none;
  padding: 8px 12px;
  padding-right: 0;
  margin: 0 !important;
}
.st-comments .form form .places button.send,
.st-comments .form form .actions button.send,
.st-comments .form form .places input[type=submit].send,
.st-comments .form form .actions input[type=submit].send {
  padding-right: 12px;
  border: 1px solid #939393;
  border-radius: 5px;
}
.st-comments .form form .places button:disabled,
.st-comments .form form .actions button:disabled,
.st-comments .form form .places input[type=submit]:disabled,
.st-comments .form form .actions input[type=submit]:disabled {
  color: #999;
}
.st-comments .form form .places button:hover,
.st-comments .form form .actions button:hover,
.st-comments .form form .places input[type=submit]:hover,
.st-comments .form form .actions input[type=submit]:hover {
  color: #000;
  border-color: #000;
}
.st-comments .form form .places textarea {
  width: 100%;
  height: 34px;
  border: none;
  min-height: 100px;
}
.st-comments .form form .places input[type=file] {
  display: none;
}
.st-comments .form form .places .video-place {
  display: none;
}
.st-comments .form form .places .video-place.active {
  display: block;
}
.st-comments .form form .places .video-place .input-video {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px;
  background: #f7f7f7;
  border: 1px solid #dadada;
  outline: none;
}
.st-comments .form form .actions {
  font-size: 0;
  justify-content: space-between;
}
.st-comments .form-sub-header {
  position: relative;
  margin: -15px -15px 15px -15px;
  padding: 7px 15px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
.st-comments .form-sub-header button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  border: 0;
  background: transparent;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  color: #ababab;
  cursor: pointer;
  outline: none;
}
.st-comments .comment {
  display: flex;
  margin: 16px 0;
  width: 100%;
  position: relative;
  /*&:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 8px;
      left: 31px;
      box-sizing: border-box;
      border-right: 1px solid #e2e2e2;
      background: linear-gradient(to right bottom, transparent 48%, #f1f1f1 50%);
    }*/
}
.st-comments .comment.killed:before {
  background: linear-gradient(to right bottom, transparent 48%, #ffe6e6 50%);
}
.st-comments .comment.killed .content {
  background-color: #ffe6e6;
}
.st-comments .comment.highlight .content {
  box-shadow: 0 0 15px #dcb700;
}
.st-comments .comment .avatar {
  flex-shrink: 0;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  overflow: hidden;
}
.st-comments .comment .avatar img {
  max-width: 100%;
}
.st-comments .comment .content {
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.st-comments .comment .content > div {
  order: 5;
}
.st-comments .comment .content .embed {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 58%;
}
.st-comments .comment .content .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.st-comments .comment .content .image {
  margin: 0 auto 15px;
}
.st-comments .comment .content .image a img {
  max-width: 100% !important;
}
.st-comments .comment .content .credits {
  order: 0;
  display: flex;
  justify-content: space-between;
  line-height: 0.9;
}
.st-comments .comment .content .credits .author {
  font-family: EuclidFlex, sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.st-comments .comment .content .credits .unknown {
  color: #939393;
}
.st-comments .comment .content .credits a.author {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #bababa;
}
.st-comments .comment .content .credits .date {
  font-size: 13px;
  color: #939393;
  text-align: right;
}
.st-comments .comment .content .ip-info {
  order: 1;
  margin-top: 15px;
  padding: 4px 6px;
  background: #fff;
  font-size: 11px;
}
.st-comments .comment .content .ip-info button {
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
  color: #fe0002;
  cursor: pointer;
}
.st-comments .comment .content .text {
  order: 2;
  font-size: 14px;
  margin: 15px 0;
  word-wrap: break-word;
  font-family: Calibri, sans-serif;
}
.st-comments .comment .content .text a {
  color: inherit;
}
.st-comments .comment .content .actions {
  color: #939393;
  margin-right: 70px;
  flex-grow: 0;
  cursor: pointer;
  font-family: EuclidFlex, sans-serif;
  font-size: 13px;
}
.st-comments .comment .content .actions a {
  text-decoration: underline;
  margin-right: 10px;
}
.st-comments .comment .content .vote {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-weight: bold;
}
.st-comments .comment .content .vote.used {
  pointer-events: none;
}
.st-comments .comment .content .vote .voice-button {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}
.st-comments .comment .content .vote .voice-button:before {
  margin-right: 5px;
  font-size: 20px;
}
.st-comments .comment .content .vote .minus-vote {
  color: #fe0002;
  margin-left: 10px;
}
.st-comments .comment .content .vote .minus-vote:before {
  content: "-";
}
.st-comments .comment .content .vote .plus-vote {
  color: green;
}
.st-comments .comment .content .vote .plus-vote:before {
  content: "+";
}
@media all and (min-width: 768px) {
  .st-comments .tree-container,
  .st-comments .form,
  .st-comments .bar,
  .st-comments .form-bar {
    max-width: 700px;
    margin: 15px auto;
  }
  .st-comments [class^="tree level-"] {
    margin-left: 5px;
  }
  .st-comments .tree.level-1,
  .st-comments .tree.level-2,
  .st-comments .tree.level-3 {
    margin-left: 40px;
  }
  .st-comments .tree.level-4,
  .st-comments .tree.level-5,
  .st-comments .tree.level-6,
  .st-comments .tree.level-7,
  .st-comments .tree.level-8 {
    margin-left: 20px;
  }
  .st-comments .tree.level-9,
  .st-comments .tree.level-10,
  .st-comments .tree.level-11,
  .st-comments .tree.level-12,
  .st-comments .tree.level-13,
  .st-comments .tree.level-14,
  .st-comments .tree.level-15 {
    margin-left: 10px;
  }
  .st-comments .bar label {
    display: inline-block;
  }
  .st-comments .comment .content .credits .date {
    font-size: 15px;
  }
  .st-comments .comment .content .text {
    font-size: 15px;
  }
}
@media all and (min-width: 540px) {
  .st-comments .form form .actions {
    justify-content: flex-start;
  }
  .st-comments .form form .actions input,
  .st-comments .form form .actions button {
    margin-right: 5px;
  }
}
/*# sourceMappingURL=comments.css.map */