.reviews-wrapper {
  position: relative;
  margin-bottom: 20px; }

.review-block {
  width: 580px;
  padding: 32px;
  height: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  border-radius: 10px;
  position: relative;
  z-index: 5; }

.reviews-wrapper.left {
  float: left; }

.reviews-wrapper.right {
  float: right; }

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ava {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: 50% 50% no-repeat;
  background-size: cover; }

.name_date {
  padding-left: 18px; }

.name {
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  color: #545F6E; }

.date {
  margin-left: auto;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  color: #545F6E; }

.social-from {
  margin-left: auto;
  position: relative;
  top: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px rgba(31, 39, 58, 0.2);
  box-shadow: 0px 10px 20px rgba(31, 39, 58, 0.2); }

/*.social-from.vk svg {
  margin-top: 13px;
  margin-left: 8px; }

.social-from.instagramm svg {
  margin-top: 11px;
  margin-left: 10px; }

.social-from.facebook svg {
  margin-top: 9px;
  margin-left: 13px; }*/

.review-text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
  color: #545F6E; }

#reviews_all {
  padding-top: 200px;
  padding-bottom: 100px; }

.grid {
  padding-bottom: 100px; }

.more_reviews {
  margin: auto;
  text-align: center; }

#more_reviews {
  width: 121px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px dashed #545F6E; }

#more_reviews:hover,
#more_reviews:focus {
  border-bottom-color: #82BCE7; }

#more_reviews:active {
  border-bottom-color: #ABB0B7; }

.more_link{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}
.more_link a {
  font-size: 15px;
  color: #545F6E;
  font-family: 'IBM Plex Sans',sans-serif;
  font-weight: 600;
}

.more_link a:hover {
  color: #82BCE7;
}




.sorting {
  margin-bottom: 32px; }
  .sorting .form-group {
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .sorting .form-group:first-child {
    width: 280px; }
  .sorting select {
    margin-left: 0;
    border: none;
    outline: none; }
  .sorting select:focus {
    outline: none; }
  .sorting .sort-label {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    color: #545F6E; }
  .sorting .jq-selectbox__select {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'IBM Plex Sans',sans-serif;
    font-weight: 600;
    line-height: 1.7;
    font-size: 16px;
    color: #545F6E; }
  .sorting .jq-selectbox__select,
  .sorting .jq-selectbox__select:focus,
  .sorting .jq-selectbox:focus,
  .sorting .jq-selectbox.focused {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important; }
  .sorting .jq-selectbox__trigger {
    display: none; }
  .sorting .jq-selectbox__dropdown {
    border: none;
    background: #fff; }
    .sorting .jq-selectbox__dropdown li {
      font-family: 'IBM Plex Sans',sans-serif;
      font-weight: 400;
      line-height: 1.5;
      font-size: 16px;
      color: #545F6E; }
  .sorting .jq-selectbox li:hover {
    background: none !important;
    font-weight: 500 !important; }
  .sorting .jq-selectbox li.selected {
    background: none !important; }
  .sorting .form-group:first-child .jq-selectbox__dropdown {
    width: 145px !important; }
