#rating-wrap,
#rating-header,
#rating {
  background: none !important;
  box-shadow: none !important;
}

.rating-header-new-top {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding: 6px 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  color: #333333;
}
.rating-header-new-top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.rating-header-new-top-block:first-child {
  justify-content: flex-start;
}
.rating-header-new-top-block:last-child {
  justify-content: flex-end;
}
.rating-header-new-top-uimg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.rating-header-new-top-uimg > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.rating-header-new-top-uinfo--link {
  color: #108CE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.rating-header-new-top-uinfo--place {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.rating-header-new-top-supertop {
  width: 144px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 86px;
  background: #EB4BBE url(head/new/rating-super-mask.png) no-repeat 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rating-header-new-top-supertop > span {
  margin-left: 59px;
}
.rating-header-new-top-circles {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  margin-right: 11px;
  cursor: pointer;
}
.rating-header-new-top-circles--envelopes {
  background: url(head/new/envelopes.png) no-repeat 0 0;
}
.rating-header-new-top-circles--chests {
  background: url(head/new/chests.png) no-repeat 0 0;
}
.rating-header-new-top-circles--mutual {
  background: url(head/new/mutual.png) no-repeat 0 0;
}
.rating-header-new-top-circles-noty {
  position: absolute;
  top: -9px;
  right: -5px;
  padding: 0 4px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background: #f25257;
  text-align: center;
  min-width: 10px;
}
.rating-header-new-wrapper {
  border-radius: 12px;
  background: url(head/new/head-bg.png) no-repeat 0 0, linear-gradient(180deg, #159BE0 0%, #0068DB 39.12%, #033DA5 100%), #02259F;
  padding: 4px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 228px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.rating-header-new-wrapper-rules {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 0;
}
.rating-header-new-wrapper-rules:hover {
  transform: scale(1.1);
}
.rating-header-new-wrapper-refresh {
  position: absolute;
  top: 4px;
  right: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 0;
}
.rating-header-new-wrapper-refresh:hover {
  transform: scale(1.1);
}
.rating-header-new-wrapper-block--slider {
  width: 400px;
}
.rating-header-new-wrapper-block--btns .rating-header-new-ibtn {
  padding: 0;
  line-height: 32px;
  width: 145px;
  display: block;
  margin-bottom: 10px;
}
.rating-header-new-wrapper-block--btns .rating-header-new-ibtn:last-child {
  margin-bottom: 0;
}
.rating-header-new-wrapper-progress .rating-header-new-ibtn {
  width: 161px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.rating-header-new-wrapper-progress-counters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.rating-header-new-wrapper-progress-counters-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px;
}
.rating-header-new-wrapper-progress-counters-item > i {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.rating-header-new-wrapper-progress-counters-item > span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.rating-header-new-wrapper-progress-text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
.rating-header-new-wrapper-progress-line {
  border-radius: 10px;
  background: #A5DEFF;
  height: 10px;
  position: relative;
  margin-top: 18px;
}
.rating-header-new-wrapper-progress-line > div {
  border-radius: 10px;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rating-header-new-wrapper-progress-line > div:after {
  background: #fff;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #EB4BBE;
  position: absolute;
  top: -5px;
  right: -9px;
}
.rating-header-new-wrapper-progress-line > svg {
  position: absolute;
  top: -7px;
  right: -10px;
  z-index: 3;
}
.rating-header-new-wrapper-moderation {
  text-align: center;
  color: #ffffff;
  width: 200px;
  font-size: 11px;
}
.rating-header-new-ibtn, .rating-header-new-ibtn.rating-header-empty-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.rating-header-new-ibtn:hover, .rating-header-new-ibtn.rating-header-empty-button:hover {
  background: rgba(0, 0, 0, 0.45);
}
.rating-header-new-ibtn:active, .rating-header-new-ibtn.rating-header-empty-button:active {
  background: rgba(0, 0, 0, 0.85);
}
.rating-header-new-ibtn--red, .rating-header-new-ibtn.rating-header-empty-button--red {
  background: #EB4BBE;
  font-weight: bold;
}
.rating-header-new-ibtn > span, .rating-header-new-ibtn.rating-header-empty-button > span {
  position: absolute;
  top: -8px;
  right: -4px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: #F25257;
  line-height: 18px;
  padding: 0 6px;
  font-size: 12px;
  font-style: normal;
}
.rating-header-new-ibtn > span > i, .rating-header-new-ibtn.rating-header-empty-button > span > i {
  font-style: normal;
}
.rating-header-new-winners {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.rating-header-new-winners-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.rating-header-new-winners-title > span {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
}
.rating-header-new-winners-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 26px;
}
.rating-header-new-winners-countdown-timer {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 4px;
}
.rating-header-new-winners-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 12px;
}
.rating-header-new-winners-list-item {
  width: 102px;
  height: 102px;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: #C4C4C4;
  box-shadow: 0 3.696px 7.393px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.rating-header-new-winners-list-item-img {
  display: block;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.rating-header-new-winners-list-item-img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rating-header-new-winners-list-item-place {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-header-new-winners-list-item > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  z-index: 2;
}
.rating-header-new-winners-list-item--1 {
  width: 116px;
  height: 116px;
  order: 2;
  margin: 0 36px;
}
.rating-header-new-winners-list-item--2 {
  order: 1;
}
.rating-header-new-winners-list-item--3 {
  order: 3;
}
.rating-header-new-slider {
  width: 400px;
  height: 196px;
  position: relative;
}
.rating-header-new-slider-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.rating-header-new-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.rating-header-new-slider-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  flex-shrink: 0;
}
.rating-header-new-slider-nav-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
.rating-header-new-slider-nav-dot.is-active {
  background: #ffffff;
  transform: scale(1.3);
}

.rating-pin-wrap {
  font-family: "Roboto", sans-serif;
}
.rating-pin-wrap .pin-item.pin-item-new {
  font-family: "Roboto", sans-serif;
  border-radius: 12px;
  background: url(head/new/head-bg.png) no-repeat 0 0, linear-gradient(180deg, #159BE0 0%, #0068DB 39.12%, #033DA5 100%), #02259F !important;
}
.rating-pin-wrap .pin-item.pin-item-new .pin-item-feed-promo-btn__pony-icon {
  margin-top: 3px;
}
.rating-pin-wrap .pin-item.pin-item-new .pin-item-feed-promo-ava {
  width: 96px !important;
  height: 96px !important;
  border-radius: 4px;
  border: 2px solid #FFF;
  box-shadow: 0 2.681px 5.363px 0 rgba(0, 0, 0, 0.5);
  margin: 8px 0 0 !important;
  position: relative;
  z-index: 1;
}
.rating-pin-wrap .pin-item.pin-item-new .pin-item-feed-promo-ava-place {
  display: block;
  width: 22px;
  height: 27px;
  background: url(head/new/first-place.png) no-repeat 0 0;
  margin: -16px auto 16px;
  z-index: 2;
  position: relative;
}
.rating-pin-wrap .pin-item.pin-item-new .pin-item-feed-promo-title {
  color: #ffffff !important;
}
.rating-pin-wrap .pin-item.pin-item-new .pin-item-feed-promo-btn {
  font-family: "Roboto", sans-serif;
}
.rating-pin-wrap .pin-item.pin-item-new .icn-cross {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.rating-pin-wrap .pin-item.pin-item-new .icn-cross:hover {
  opacity: 1;
}
.rating-pin-wrap .pin-item-new-ab {
  border-radius: 12px;
  background: none;
}
.rating-pin-wrap .pin-item-new-ab .rating-present-views {
  opacity: 1;
}
.rating-pin-wrap .pin-item-new-ab.voted .pin-item-counters-item--voted {
  opacity: 1;
}
.rating-pin-wrap .pin-item-new-ab .rating-present-views {
  transform: scale(0.7) translateX(50%) !important;
  position: absolute;
  top: 0;
  right: 50%;
  display: none;
  cursor: pointer;
  margin-right: -10px;
}
.rating-pin-wrap .pin-item-new-ab:hover .pin-item-badges {
  display: flex;
}
.rating-pin-wrap .pin-item-new-ab:hover .rating-present-views {
  display: block;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-img {
  border-radius: 12px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-place {
  position: absolute;
  top: 0;
  left: 12px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-place > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-badges {
  position: absolute;
  top: 0;
  right: 2px;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-badges .pin-item-badge {
  transform: scale(0.7);
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-badges .pin-item-sticker {
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-badges .pin-item-sticker-img {
  width: 100%;
  border: none !important;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters {
  position: absolute;
  left: 12px;
  bottom: 49px;
  display: flex;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  padding: 4px 8px;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item:last-child {
  margin-right: 0;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item > svg {
  margin-right: 4px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item.isPurchased > svg {
  animation: gelatine 1.5s 15;
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item--voted {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item:hover {
  background: rgba(0, 0, 0, 0.5);
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item:hover .pin-item-counters-item-tooltip {
  display: block;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item.isHovered .pin-item-counters-item-tooltip {
  display: block;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #FFF;
  padding: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  width: 280px;
  color: #333333;
  margin-bottom: 8px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.08px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip-title > svg {
  margin-right: 6px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.07px;
  padding-top: 4px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip-description {
  color: #666666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.06px;
  padding-top: 8px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-counters-item-tooltip-description > del {
  opacity: 0.7;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0 0 12px 12px;
  padding: 0 12px 8px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info-name > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info-name .vipicn {
  position: relative;
  opacity: 1;
  left: 0;
  top: 0;
  margin-right: 4px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info-name > svg {
  margin-left: 4px;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-info-city {
  padding-top: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  opacity: 0.5;
}
.rating-pin-wrap .pin-item-new-ab .pin-item-badge {
  position: absolute;
}

.user-tooltip.ab-rating-user-tooltip {
  border-radius: 8px;
  background: #FFF;
  padding: 12px;
}
.user-tooltip.ab-rating-user-tooltip .user-tooltip-option-btn {
  border-radius: 12px;
  background: #108CE5;
  padding: 6px 0;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 48%;
}
.user-tooltip.ab-rating-user-tooltip .user-tooltip-option-btn.ibtn-disabled {
  opacity: 0.3;
}

/*# sourceMappingURL=head_new.css.map */
