

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


.rating-table-wrapper {
  background: #fff;
  border-radius:16px;
}

.rating-table-wrapper.no-rating {
  padding-bottom:32px
}

.xdget-userScaleRating {
  display:none;
}

.rating-table-wrapper > h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #292929;
  padding:32px 30px 20px;
  display:flex;
  align-items: center;
}

.rating-table-wrapper > h2:after {
  content:'';
  width:58.47px;
  height:58.47px;
  background:url('/fileservice/file/download/a/447724/sc/179/h/c7548af752adb54496d86752987fdb6f.svg');
  background-size:cover;
  flex:0 0 58.47px;
}

.rating-table-wrapper .my-rating-info {
  display:flex;
  padding:0 30px 25px;
  gap:15px;
}

.rating-table-wrapper .my-rating-info > * {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #757aff;
  display:flex;
  align-items:center;
  gap:3px;
}

.rating-table-wrapper .my-rating-info > *:before {
  content:'';
  width:20px;
  height:20px;
  display:block;
  mask-image:url('/fileservice/file/download/a/447724/sc/302/h/719cb1bf8d6988c4e7dc2ec315447bdb.svg');
  -webkit-mask-image:url('/fileservice/file/download/a/447724/sc/302/h/719cb1bf8d6988c4e7dc2ec315447bdb.svg');
  mask-size:cover;
  -webkit-mask-size:cover;
  background:#757AFF;
}

.rating-table-wrapper .my-rating-info > .my-place:before {
  mask-image:url('/fileservice/file/download/a/447724/sc/491/h/766cd498d3485285346d593b6575b0d4.svg');
  -webkit-mask-image:url('/fileservice/file/download/a/447724/sc/491/h/766cd498d3485285346d593b6575b0d4.svg');
}

.rating-table-wrapper.no-rating .my-rating-info > .my-place {
  display:none;
}

.rating-table-wrapper .rating-table {
  display:flex;
  flex-direction:column;
  gap:7px;
  margin:0 30px;
}

.rating-table-wrapper.no-rating .rating-table {
  display:block;
  text-align:center;
  background: #eee;
  border-radius:6px;
  padding:26px 15px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000;
}

.rating-table-wrapper.no-rating .rating-table:before {
  content:'';
  background:url('/fileservice/file/download/a/447724/sc/49/h/692fab90672151ac5fb50e63b4458634.svg');
  background-size:cover;
  width:34px;
  height:34px;
  display:block;
  margin:0 auto;
  margin-bottom:10px;
}

.rating-table-wrapper .place {
  background: #f8f8f8;
  display:flex;
  align-items: center;
  padding:8px 15px;
  border-radius:6px;
}

.rating-table-wrapper .place:nth-child(1):after {
  content:'';
  display:block;
  width:36px;
  height:36px;
  background:url('/fileservice/file/download/a/447724/sc/62/h/db36757731985d5550a93918a7b3ac2f.svg');
  margin-left:auto;
}

.rating-table-wrapper .place:nth-child(2):after {
  content:'';
  display:block;
  width:24px;
  height:24px;
  background:url('/fileservice/file/download/a/447724/sc/431/h/b9d33eceda121468f1cfde592acbd19e.svg');
  margin-left:auto;
}

.rating-table-wrapper .place:nth-child(3):after {
  content:'';
  display:block;
  width:24px;
  height:24px;
  background:url('/fileservice/file/download/a/447724/sc/63/h/6d4570a4855a586287be611448fbd73d.svg');
  margin-left:auto;
}

.rating-table-wrapper .place .my-rating-place {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-left:auto;
  opacity: 0.4;
}

.rating-table-wrapper .place img {
  border-radius:50%;
  margin-right:12px;
  flex:0 0 55px;
  width:55px;
  height:55px;
}

.rating-table-wrapper .place .place-info {
  flex:0 0 130px
}

.rating-table-wrapper .place .place-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom:3px;
}

.rating-table-wrapper .place .place-scale {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  opacity:.5;
}

.rating-table-wrapper button {
  transition:all .3s;
  box-shadow:none;
  outline:none;
  border:none;
  margin:7px auto 0;
  display:block;
  background:transparent;
  text-align:center;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #3082ff;
}

.rating-table-wrapper button:hover {
  transform:translatey(-3px);
}

.rating-table-wrapper .rating-table-footer {
  margin-top:25px;
  text-align:center;
  padding:9px 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #333;
  background: #eae6e1;
  border-radius:0 0 16px 16px;
}

.rating-table-wrapper .rating-table-footer.not-top-place,
.rating-table-wrapper .rating-table-footer.top-3-place,
.rating-table-wrapper .rating-table-footer.top-2-place{
  text-align:left;
  display:flex;
}

.rating-table-wrapper .rating-table-footer.not-top-place:before,
.rating-table-wrapper .rating-table-footer.top-3-place:before,
.rating-table-wrapper .rating-table-footer.top-2-place:before {
  content:'';
  background:url('/fileservice/file/download/a/447724/sc/63/h/6d4570a4855a586287be611448fbd73d.svg');
  background-size:cover!important;
  display:block;
  width:24px;
  height:24px;
  margin-right:5px;
}

.rating-table-wrapper .rating-table-footer.top-3-place:before {
  background:url('/fileservice/file/download/a/447724/sc/431/h/b9d33eceda121468f1cfde592acbd19e.svg');
}

.rating-table-wrapper .rating-table-footer.top-2-place:before {
  background:url('/fileservice/file/download/a/447724/sc/62/h/db36757731985d5550a93918a7b3ac2f.svg');
  
}

.rating-table-wrapper .rating-table-footer.top-1-place {
  background: #f1c614;
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.rating-table-wrapper .rating-table-footer.top-1-place:before,
.rating-table-wrapper .rating-table-footer.top-1-place:after{
  content:'';
  width:20px;
  height:20px;
  mask-image:url('/fileservice/file/download/a/447724/sc/491/h/766cd498d3485285346d593b6575b0d4.svg');
  -webkit-mask-image:url('/fileservice/file/download/a/447724/sc/491/h/766cd498d3485285346d593b6575b0d4.svg');
  background:#333;
  display:block;
}


