.branche-block {
  position: relative;
}
.r-form {
  display: none;
  position: relative;
  left: 68px;
  background: white;
  margin-bottom: 21px;
  width: 606px;
  margin-top: 15px;
}
.r-form .form-loader {
  bottom: 93px;
  left: 189px;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 99;
}
.r-form.noabs {
  display: block;
  position: static;
}
.r-form .reply-form {
  width: 538px;
  border: 2px solid #ff7c11;
  padding: 22px 32px 50px;
  position: relative;
  top: 0px;
}
.r-form .reply-form .message {
  margin-top: 8px;
  position: relative;
}
.r-form .reply-form .message.withuser {
  margin-top: 18px;
}
.r-form .reply-form .message .textarea {
  top: 36px;
  right: 11px;
}
.r-form .reply-form .message textarea {
  height: 69px;
  padding-right: 27px;
  width: 496px;
}
.r-form .reply-form .message.with-scroll textarea {
  height: 69px;
  padding-right: 44px;
  width: 479px;
}
.r-form .reply-form .message.with-scroll .textarea {
  right: 28px;
}
.r-form .reply-form .bottom-place {
  margin-top: 3px;
}
.r-form .reply-form .bottom-place.text-place {
  margin-top: 1px;
}
.r-form .reply-form .form-notify {
  margin-bottom: 20px;
}
.r-form .reply-form #name {
  width: 490px;
}
.r-form .reply-form .close-form {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 12px;
  background: url(/content/img/close-yellow.png);
}
.r-form .reply-form .close-form:hover {
  background-position: 0 -12px;
}
.r-form .reply-form .buttons-block {
  margin-top: 36px;
  height: 78px;
}
.r-form .reply-form .buttons-block input {
  float: left;
  width: 128px;
  cursor: pointer;
}
.r-form .reply-form .buttons-block input.notactive {
  background: #fab685;
}
.r-form .reply-form .buttons-block a {
  width: 128px;
  height: 36px;
  display: block;
  float: left;
  margin-left: 10px;
  background: #bbbbbb;
  color: white;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}
.r-form .reply-form .buttons-block a:hover {
  text-decoration: none;
  background: #949494;
}
.r-form .reply-form .form-info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 25px 27px;
  width: 195px;
  background: #f4e8ca;
}
.r-form .reply-form .form-info .fi-title {
  font-size: 18px;
  color: #ff7c11;
}
.r-form .reply-form .form-info ul {
  margin-top: 10px;
  list-style-position: inside;
}
.r-form .reply-form .form-info ul li {
  color: #ff7c11;
  margin-top: 8px;
}
.r-form .reply-form .form-info ul li span {
  color: #684b37;
}
.r-form .reply-form .captcha-container {
  position: relative;
  width: 177px;
  height: 75px;
  margin-top: 15px;
}
.r-form .reply-form .captcha-container .captcha-ind {
  position: absolute;
  z-index: 99;
  width: 14px;
  height: 11px;
  background: url(/content/img/field-validation-indicator.png) -15px 0;
  top: 48px;
  right: 15px;
}
.r-form .reply-form .captcha-container br {
  display: none;
}
.r-form .reply-form .captcha-container .captcha-label {
  float: left;
  width: 78px;
  font-size: 18px;
  margin-top: 2px;
  color: #7e7e7e;
}
.r-form .reply-form .captcha-container .captcha-content {
  float: left;
}
.r-form .reply-form .captcha-container .captcha-content #CaptchaImage {
  width: 95px;
  height: 25px;
  cursor: pointer;
}
.r-form .reply-form .captcha-container .captcha-content #CaptchaInputText {
  left: 0;
  bottom: 0;
  width: 145px;
  height: 41px;
  border: 1px solid #dbdbdb;
  position: absolute;
  text-align: left;
  font-size: 16px;
  padding: 0 13px;
}
.r-form .reply-form .captcha-container .captcha-content.validation-fail #CaptchaInputText {
  border-color: #fb1b20;
}
.r-form .reply-form .captcha-container .valid-error-txt {
  color: #fb1b20;
  font-size: 12px;
  font-family: Arial;
  margin-top: 51px;
}
.r-form .reply-form .form-title {
  font-size: 24px;
  margin-bottom: 1px;
}
.r-form .reply-form .field-title {
  font-size: 14px;
  font-weight: bold;
}
.r-form .reply-form .field-title span {
  font-size: 12px;
  font-weight: normal;
}
.sort-container {
  color: #3c3c3c;
  font-size: 16px;
  margin-left: 3px;
  margin-top: -2px;
  margin-bottom: 9px;
}
.sort-container a,
.sort-container i {
  font-size: 14px;
}
.sort-container .sort-block {
  float: left;
  margin-left: 6px;
}
.sort-container .sort-block.title {
  margin-left: -2px;
}
.sort-container .directions-arrows {
  float: right;
  margin-top: 3px;
  margin-left: 4px;
}
.sort-container .directions-arrows a {
  display: block;
  height: 6px;
  width: 8px;
  background: url(/content/img/sort-arrows.png);
}
.sort-container .directions-arrows a.ask {
  background-position: 0 0;
}
.sort-container .directions-arrows a.ask.selected {
  background-position: -8px 0;
}
.sort-container .directions-arrows a.ask:hover {
  background-position: -8px 0;
}
.sort-container .directions-arrows a.desc {
  margin-top: 2px;
  background-position: 0 -7px;
}
.sort-container .directions-arrows a.desc.selected {
  background-position: -8px -7px;
}
.sort-container .directions-arrows a.desc:hover {
  background-position: -8px -7px;
}
.my-reviews .replies-container {
  border-bottom: none;
}
.replies-container {
  position: relative;
  min-height: 300px;
}
.replies-container .replies-loader {
  top: 100px;
  left: 50%;
}
.replies-container .replies-block .branche-block {
  padding: 14px 0px 0px 2px;
  border-bottom: 1px solid #d9c8b2;
  position: relative;
}
.replies-container .replies-block .branche-block .right-reply-block.c-owner .reply-text {
  color: #ff7c11;
}
.replies-container .replies-block .branche-block:last-of-type {
  border: none;
}
.replies-container .replies-block .branche-block.reply1lvl {
  margin-top: 15px;
}
.replies-container .replies-block .branche-block.reply1lvl:first-child {
  margin-top: 0;
}
.replies-container .replies-block .branche-block.reply1lvl.last1lvl .right-reply-block {
  border: none;
}
.replies-container .replies-block .branche-block.reply2lvl {
  display: none;
  margin-left: 69px;
  margin-top: 7px;
}
.replies-container .replies-block .branche-block.reply2lvl.reviews-page {
  display: block;
}
.replies-container .replies-block .branche-block.reply2lvl .r-form {
  left: -2px;
  margin-top: -10px;
}
.replies-container .replies-block .branche-block.reply2lvl .r-form .forms {
  padding-right: 33px;
}
.replies-container .replies-block .branche-block.reply2lvl .right-reply-block .read-reply-block {
  margin-top: 8px;
}
.replies-container .replies-block .branche-block.reply2lvl .right-reply-block.company {
  width: 463px;
  padding-bottom: 20px;
}
.replies-container .replies-block .branche-block.reply2lvl .reply-btn {
  font-size: 12px;
}
.replies-container .replies-block .branche-block.reply3lvl {
  display: none;
  margin-left: 210px;
}
.replies-container .replies-block .branche-block.reply3lvl.reviews-page {
  display: block;
}
.replies-container .replies-block .branche-block.reply3lvl .r-form {
  left: -140px;
}
.replies-container .replies-block .branche-block.reply3lvl .right-reply-block.company {
  width: 393px;
  padding-bottom: 10px;
}
.replies-container .replies-block .branche-block img {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 2px;
}
.replies-container .replies-block .branche-block .right-reply-block {
  float: left;
  margin-left: 11px;
}
.replies-container .replies-block .branche-block .right-reply-block .div {
  word-wrap: break-word;
}
.replies-container .replies-block .branche-block .right-reply-block.company {
  width: 601px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-name {
  color: #0075b9;
  font-weight: bold;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-name .owner {
  margin-left: 6px;
  font-size: 12px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-name .owner .fa-briefcase {
  margin-right: 2px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-name .owner .o-text {
  color: #939393;
  margin-left: 2px;
  font-weight: normal;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-name.cabinet {
  color: black;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-date {
  margin-top: 8px;
  color: #939393;
  font-size: 10px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-rate-title {
  margin-top: 5px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .rating {
  float: left;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .reply-title {
  margin-top: 6px;
  float: left;
  font-weight: bold;
  color: black;
  margin-left: 8px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-text {
  margin-top: 14px;
  word-wrap: break-word;
  line-height: 22px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-text .new-line {
  margin-top: 10px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-text.norating {
  margin-top: 0px;
}
.replies-container .replies-block .branche-block .right-reply-block .reply-text .br-margin {
  margin-top: 9px;
}
.replies-container .replies-block .branche-block .right-reply-block .read-reply-block {
  margin-top: 15px;
}
.replies-container .replies-block .branche-block .right-reply-block .read-reply-block .dot {
  display: inline-block;
  width: 4px;
  height: 5px;
  background: url(/content/img/gdot.png);
  margin: 2px 5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .sort-container .by-replies {
    width: 82px;
  }
  .r-form .reply-form .close-form {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
  .r-form .reply-form .close-form:hover {
    background-position: 0 -17px;
  }
  .replies-container .replies-block .branche-block .right-reply-block.company {
    width: 547px;
  }
}
@media screen and (max-width: 992px), print {
  .sort-container .by-replies {
    width: 82px;
  }
  .r-form .reply-form .close-form {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
  .r-form .reply-form .close-form:hover {
    background-position: 0 -17px;
  }
  .r-form .reply-form .captcha-container {
    width: 183px;
  }
  .r-form .reply-form .captcha-container #CaptchaImage {
    margin-bottom: 0;
  }
  .replies-container .replies-block .reply2lvl img {
    margin-bottom: 14px;
  }
  .replies-container .replies-block .branche-block img {
    margin-right: 10px;
  }
  .replies-container .replies-block .branche-block .right-reply-block {
    float: none;
    margin-left: auto;
  }
  .replies-container .replies-block .branche-block .right-reply-block .reply-name {
    word-wrap: break-word;
  }
  .replies-container .replies-block .branche-block .right-reply-block .reply-name.cabinet {
    word-wrap: break-word;
    margin-left: 0;
  }
  .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .reply-title {
    word-wrap: break-word;
  }
  .replies-container .replies-block .branche-block .right-reply-block.company {
    width: 99%;
  }
  .replies-container .replies-block .branche-block.reply2lvl .right-reply-block.company {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .replies-page-right .replies-container .replies-block .branche-block .right-reply-block .reply-date {
    margin-left: 70px;
  }
  .replies-page-right .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title {
    margin-left: 70px;
  }
  .replies-page-right .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .rating {
    float: none;
  }
  .replies-page-right .replies-container .replies-block .branche-block .right-reply-block .reply-name {
    width: 66%;
    margin-left: 70px;
  }
  .replies-page-right .replies-container .replies-block .branche-block .right-reply-block.company .reply-rate-title .reply-title {
    /*width: 35%;*/
    float: none;
    margin-left: auto;
  }
  #Reviews .replies-container .replies-block .branche-block .right-reply-block .reply-date {
    margin-left: 70px;
  }
  #Reviews .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title {
    margin-left: 70px;
  }
  #Reviews .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .rating {
    float: none;
  }
  #Reviews .replies-container .replies-block .branche-block .right-reply-block .reply-name {
    width: 66%;
    margin-left: 70px;
  }
  #Reviews .replies-container .replies-block .branche-block .right-reply-block.company .reply-rate-title .reply-title {
    /*width: 35%;*/
    float: none;
    margin-left: auto;
  }
  .my-reviews .replies-container .replies-block .branche-block .right-reply-block.company .reply-rate-title .reply-title {
    width: 66%;
  }
}
@media print {
  .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .reply-title {
    margin-left: auto;
  }
  .replies-container .replies-block .branche-block .right-reply-block .reply-rate-title .rating {
    display: none;
  }
}
