/* Screen Banner */

.site-main > .sidebar-top {
  display: none;
}

/* Sidebar Top */

.sidebar-top {
  background: #FAFAFA;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 12px 22px 12px;
  margin-bottom: 40px;
}

.sidebar-top_title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 38px;
  padding-left: 6px;
  margin-bottom: 24px;
  color: #404040;
}

.sidebar-top_item:first-child {
  padding-top: 0;
}

.sidebar-top_item:last-child {
  padding-bottom: 0;
}

.sidebar-top_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 16px;
}

.sidebar-top_item:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FAFAFA 2.08%, #838383 48.44%, #FAFAFA 100%);
  width: 100%;
  height: 1px;
}

.sidebar-top_item-photo_wr {
  position: relative;
  width: 53px;
  height: 53px;
  margin-top: 9px;
  margin-left: 9px;
}

.sidebar-top_item.top1 .sidebar-top_item-count {
  background: linear-gradient(140deg, #FFE060 36.63%, #F4B071 103.83%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.sidebar-top_item.top2 .sidebar-top_item-count {
  background: linear-gradient(143deg, #E2E2E2 12.15%, #828282 147.4%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.sidebar-top_item.top3 .sidebar-top_item-count {
  background: linear-gradient(326deg, #704B37 6.03%, #FFBF9B 93.22%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.sidebar-top_item-count {
  position: absolute;
  top: -9px;
  left: -9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  width: 27px;
  height: 27px;
  z-index: 1;
}

.sidebar-top_item-photo {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.sidebar-top_item-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 62px);
  padding-left: 10px;
}

.sidebar-top_item-person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 105px);
}

.sidebar-top_item-title:hover {
  color: #c14949;
}

.sidebar-top_item-title {
  color: black;
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  transition: all .3s;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.sidebar-top_item-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-top_item-rating span {
  color: #1D262F;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.sidebar-top_item-reviews {
  display: none;
}

.sidebar-top_list-btn {
  min-width: 85px;
  height: 33px;
  margin-top: auto;
}

@media (max-width: 1199px) {
  .site-main > .sidebar-top {
    display: block;
  }

  .widget-area .sidebar-top {
    display: none;
  }
}

@media (max-width: 767px) {
  .sidebar-top {
    padding: 16px;
    margin-bottom: 12px;
  }

  .sidebar-top_title {
    font-size: 24px;
    padding: 0;
  }

  .sidebar-top_item {
    padding-bottom: 12px;
  }

  .sidebar-top_item-photo_wr {
    margin-top: 5px;
  }

  .sidebar-top_item-info {
    align-items: flex-end;
  }

  .sidebar-top_item-title {
    margin-bottom: 4px;
  }

  .sidebar-top_item-rating {
    display: flex;
    flex-wrap: nowrap;
  }

  .sidebar-top_item-rating .list-ratings img {
    height: 24px;
    width: 24px;
  }

  .sidebar-top_item-reviews:hover {
    text-decoration: none;
  }

  .sidebar-top_item-reviews {
    display: inline-flex;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 8px;
  }

  .sidebar-top_list-btn {
    font-size: 15px;
    height: 31px;
    padding: 0 17px;
  }

  .sidebar-top_list-btn span:after {
    width: 7px;
    height: 14px;
  }
}

.sidebar-top_item-rating .list-ratings {
  display: flex;
  margin-right: 6px;
}

.sidebar-top_item-rating {
  display: flex;
  flex-wrap: nowrap;
}

.sidebar-top_item-rating .list-ratings img {
  height: 24px;
  width: 24px;
}
