.review-content-page {
  width: 100%;
  margin-top: 5px;
  padding: 1px;
  text-align: justify;
  background-color: #fcf8cb;
  border-radius: 10px;
}

#breadcrumbs {
  line-height: 14px;
  padding: 3px 5px 0px;
  margin: 0;
  font-size: 14px;
}
#breadcrumbs span {
  display: inline-block;
  color: #fe8605;
  font-size: 14px;
  top: 2px;
  right: 3px;
}
#breadcrumbs span a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #585858;
}
#breadcrumbs .breadcrumb_last {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #585858;
}
.main-page-block {
  width: 100%;
  margin-top: 10px;
  padding: 1px;
  text-align: justify;
  background-color: #fcf8cb;
  border-radius: 5px;
}

.main-page-title {
  margin: 7px 5px 0;
  color: #fcd988;
  border-radius: 5px;
  background: linear-gradient(to bottom, #686666, #1f191a);
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
}

.page-content {
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  padding: 0 3px 5px 5px;
  margin-top: 10px;
}

.card-block-comment {
  font-size: 14px;
  margin: 0;
  padding: 4px 8px 5px;
  width: auto;
  line-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.card-block-answer {
  font-size: 14px;
  margin: 0;
  margin-left: 20px;
  padding: 4px 8px;
  width: auto;
  line-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 7px;
}

.card-comment {
  background-image: none;
  background-color: transparent;
  color: #3c452d;
  border: none;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
}

.comments-list {
  margin-left: 20px;
}

.card-comment-text {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #000;
  text-transform: none;
  text-indent: 0;
  line-height: 100%;
  padding: 0 0 2px;
  text-align: left;
  margin: 0;
}

.reviews-name {
  color: #3c452d;
  font: bold 1em Verdana, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.review-date {
  font-family: 'Times New Roman', Times, serif;
  font-size: 10px;
  color: #999;
  margin: 0;
  padding: 0 0 0 12px;
  background: url(../img/jc_date.gif) no-repeat center left;
  background-position: 0px 0px;
}

.reviews-response {
  margin-bottom: 0;
}
.card-comment-text blockquote {
  margin: 0;
}
.card-comment-text p {
  margin: 0;
}

.comment-link {
  color: #777;
  text-decoration: none;
  border: none;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
}

a:visited {
  color: #777;
}

.comment-subject {
  color: #b01625;
  font: bold 1em Verdana, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
}
.comment-reply-title {
  margin-bottom: 5px;
}
.reviews-form-title {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #d2dadb;
  padding: 0 0 2px 0;
  margin-top: 20px;
  margin-bottom: 5px;
}

.comment-form {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.comment-block-input {
  font: normal 1em Verdana, Arial, Sans-Serif;
  margin-left: 20px !important;
  margin-top: 5px;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 0;
  color: #777;
  vertical-align: middle;
}

.comment-block-input input {
  width: 170px;
  margin-bottom: 2px;
  height: 20px;
  border-radius: 0;
  margin-right: 5px;
  box-sizing: content-box;
  padding: 0;
}

.comment-name {
  order: 1;
}

.comment-email {
  order: 2;
}

.comment-topic {
  order: 3;
}

.reviews-form-response {
  width: 350px;
  height: 125px;
  order: 4;
  color: #444;
  background-color: #fff;
  border: 1px solid #ccc;
  font: normal 1em Verdana, Arial, Sans-Serif;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0;
}

.form-submit {
  order: 5;
  height: 22px;
  margin-left: 20px;
}

.comment-form input[type='submit'] {
  background-color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Sans-Serif;
  color: #777;
  padding: 4px 9px;
  border-color: #95989b;
}
@media (max-width: 1025px) {
  .row .col-lg-8 {
    padding: 1px 0;
  }

  .review-content-page {
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 1px 0;
  }
  .page-block-path {
    padding-left: 37px;
    margin: 16px 0 0;
    font-size: 15px;
  }
  #breadcrumbs {
    padding: 5px 7px 0;
  }
  #breadcrumbs span a {
    font-size: 15px;
  }
  #breadcrumbs .breadcrumb_last {
    font-size: 15px;
  }
  .main-page-title {
    margin: 23px 0 0px;
    font-weight: 700;
    line-height: 18px;
    font-size: 16px;
  }
  .page-content {
    margin-top: 4px;
  }
  .card-comment-info {
    text-align: left;
  }
  .reviews-name {
    font-size: 16px;
    text-align: left;
    line-height: 19px;
  }
  .reviews-response {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 2px;
  }
  .card-comment-text {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 1px;
  }
  .reviews-form-title {
    margin-top: 50px;
    font-size: 16px;
  }
  .comment-block-input {
    font-size: 16px;
    line-height: 25px;
  }
  .reviews-form-response {
    width: 350px;
    max-width: 95%;
    height: 121px;
  }
  .form-submit {
    margin: 0 auto 22px;
  }
}
