.newratingscrore-wrapper{
    margin: 0 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newratingscrore-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newratingscrore-items-wrapper {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newratingscrore-items-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.newratingscrore-error {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	padding: 15px;
	width: 300px;
	max-width: 100%;
	cursor: pointer;
}

.newratingscrore-error-text {
	padding: 11px 15px;
	background: #fff;
	border-radius: 0 1px 1px 0;
	border-left: 4px solid #f15941;
	font: normal 12px/18px Verdana;
	color: #333;
}

.newratingscrore-item {
	position: relative;
	color: #a0a0a0;
	transition: .4s;
	margin-bottom: 18px;
}

.newratingscrore-item-rateval {
    margin-left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 16px;
    box-shadow: 0 0 0 6px rgb(30 30 51), 0 8px 12px -2px rgb(0 0 0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #34d9ff;
}

.newratingscrore-loading .newratingscrore-items-wrapper {
	opacity: .7;
}

.newratingscrore-loading .newratingscrore-item-rateval:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5) url(loading.gif) no-repeat 50% 50%;
	border-radius: 50%;
}

.newratingscrore-retval {
	width: 80px;
	height: 80px;
	font-size: 11px;
	margin-right: 15px;
	box-shadow: 0 0 0 8px rgb(198 199 198 / 13%), 0 8px 12px -2px rgb(0 0 0 / 6%);
	border-radius: 50%;
	background-color: #1e1e33;
}

.newratingscrore-retval svg {
	fill: #f5c518;
}

.newratingscrore-votes div:first-child {
	font-weight: 600;
	font-size: 14px;
}

.newratingscrore-votes div:last-child {
	font-size: 12px;
}

.newratingscrore-votes div:last-child span {
	font-weight: 600;
}

.newratingscrore-rateval {
	font-size: 20px;
	font-weight: 800;
}

.newratingscrore-all {
    margin-bottom: 20px;
    background-color: #343446;
    max-width: 380px;
    width: 100%;
    border-radius: 40px;
}

.newratingscrore-item-title {
    display: block;
    font-weight: 500;
    width: 145px;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 3px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}

.newratingscrore-link {
    box-shadow: 0 0 0 6px rgb(198 199 198 / 13%), 0 8px 12px -2px rgb(0 0 0 / 6%);
    margin: 12px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100%;
    max-width: 250px;
    line-height: 26px;
    color: #a0a0a0;
    margin-bottom: 22px;
}

.newratingscrore-item-rating {
	width: 180px;
	height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.newratingscrore-item-rating li {
	position: relative;
	float: left;
	width: 17px;
	height: 11px;
	cursor: pointer;
}

.newratingscrore-item-rating li span{
	font-size: 11px;
}
.newratingscrore-rated .newratingscrore-item-rating li {
	cursor: default;
}

.newratingscrore-item-rating li:before {
	content: '';
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 10px;
	height: 15px;
	background-color: #1e1e33;
}

.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(1):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(2):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(3):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(4):before {
	background: #ffc922;
}

.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(5):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(6):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(7):before {
	background: #ff9c22;
}

.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(8):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(9):before,
.newratingscrore-item-rating li.newratingscrore-rate-active:nth-child(10):before {
	background: #79ce58;
}

div.newratingscrore-itog {
	margin-top: 15px;
	padding: 10px;
	background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAIUlEQVQImWP49esXEwMDA9P///+ZGBgY4Bidj0t8kKgDAFQCITMFvyVeAAAAAElFTkSuQmCC) repeat-x;
	font: normal 20px/34px 'Trebuchet MS', Arial;
	color: #303030;
	text-align: center;
	border-top: 1px solid #eee;
	font-variant: small-caps;
	border-radius: 2px;
}

.newratingscrore-itog-rateval {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 5px;
	background: #337ab7;
	color: #fff;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.2), 0 1px #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
}

div.newratingscrore-itog i {
	font-size: 14px;
	color: #888;
}

code[class*="language-"], pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background: #f5f2f0;
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

.modal__rate {
	display: none;
}

.modal_open {
	display: block;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #1e1e33;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.newratingscrore-item {
    padding: 13px 25px;
    background-color: #343446;
    border-radius: 3px;
}

.newratingscrore-title{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 14px;
}


.comment-item__author span{
    font-size: 12px;
}
.rank__27{
    color:#2b88ca;
}
.rank__28{
    color: #5cb0c0;
}
.rank__29{
    color: #3fdc4f;
}
.rank__30{
    color: #f3d429;
}
.rank__31{
    color: #a21aff;
}
.rank__32{
    color: #de1e23;
}
.rank__33{
    color: #ff5b46;
}
.rank__35,
.rank__34{
    color: #ff5b46;
}
.rank__img{
    width: 30px;
    margin-right: 5px;
}