.sect_row {
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 0 0;
}
.sect_row .block_avatar, .sect_row  .block_text_reviews, .link_reviews, .link_reviews .rev_list, .link_reviews .rev_list li, .link_reviews .rev_list li  a  {
  position: relative;
  float: left;
}
.sect_row .block_avatar {width: 30%;}
.sect_row  .block_text_reviews {
  width: 70%;
  text-align: left;
  padding: 0 61px 74px 40px;
}
.block_text_reviews:after {
  height: 11px !important;
  bottom: 74px !important;
  top: inherit !important;
  right: 33px !important;
}
.link_reviews .rev_list li {
  width: 104px;
  height: 89px;
  background: url(img/link_rev.png) no-repeat;
}
.link_reviews {
  padding: 0 40px 0;
  margin-bottom: 74px;
  border-left: 1px solid #d90118;
}
.link_reviews .rev_list li {
  margin: 5px;
  list-style: none;
}
.link_reviews .rev_list li:first-child {margin: 5px;}
.link_reviews .rev_list li:nth-child(1)  {background-position: 0px 0px;}
.link_reviews .rev_list li:nth-child(2)  {background-position: -108px 0px;}
.link_reviews .rev_list li:nth-child(3)  {background-position: -216px 0px;}
.link_reviews .rev_list li:nth-child(4)  {background-position: -324px 0px;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {bottom: 28px !important;}
.rev_list a {
  width: 104px;
  height: 89px;
}
.title_link_review {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 26px 5px;
}
.block_two {
  display: flex !important;
  flex-wrap: wrap !important;
}
.link_reviews {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px){
  .link_reviews {border: none;}
}
@media (max-width: 480px) {
  .block_avatar {width: 100% !important;}
  .sect_row  .block_text_reviews {
    width: 100% !important;
    padding: 0 40px 74px 40px;
  }
  .block_text_reviews:after {right: 0 !important;}
}
@media (min-width: 992px) {
  .container_content_slide {width: 970px;}
}
@media (min-width: 768px) {
  .container_content_slide {width: 750px;}
}
@media (min-width: 1200px) {
  .container_content_slide {width: 1170px;}
}
.container_content_slide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.background_color_title .psk046 {
  background-color: #c2c2c2 !important;
  color: #000;
}
.clear {clear: both;}