@charset "utf-8";
/* CSS Document */

.rate-contaner {
	display: flex;
	flex-direction: column;
	/*gap: 10px;*/
	max-height: 88vh;
	overflow: hidden;
	height:auto;
	position: relative;
	padding-bottom: 64px;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 50px;
}

.rate-contaner .rateblock {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ratebox {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
	font-family: var(--font-stats);
	/*height: 0;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(164, 229, 111, 0.3), rgba(164, 229, 111, 0.1));
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.ratebox.shifted {
  opacity:1;
  /*transform: translate(0,0);*/
  animation: 0.07s flicker;
  animation-iteration-count: 3;
	/*height:inherit;*/
}

.rateline {
  display: flex;
  width: 100%;
  position: relative;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  text-decoration: none;
  flex-direction: row;

	/*background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(164, 229, 111, 0.4), rgba(164, 229, 111, 0.2));*/
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(164, 229, 111, 0.23), rgba(164, 229, 111, 0.15));
  /*transform: skewX(-10deg);*/
	justify-content: space-between;
	align-content: center;
  align-items: center;
	flex-wrap: wrap;
}

.rateline .percent span {
  position: absolute;
  right: 0;
  top: -14px;
  font-size: 13px;
  font-weight: 600;
  color: #b3ff59;
}

/*.rateline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  display: block;
  background: linear-gradient(0, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 50%, rgba(255,255,255,0) 100%);
}*/

.ratebox.disabled > div {
  opacity: 0.3;
}

.disabled:not(.disabled ~ .disabled) {
	padding-top: 30px;
  	margin-top: 20px;
}

.disabled:not(.disabled ~ .disabled):before {
      content: "";
  display: block;
  position: absolute;
  width: 90%;
  clear: both;
  text-align: center;
  top: -10px;
  right: 0;
  transform: skewX(-10deg);
  opacity: 0.6;
  font-weight: 800;
}

.percent {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  bottom: 0px;
  background: linear-gradient(90deg, rgb(111, 198, 9) 0%, rgb(111, 198, 9) 100%);
  border-radius: 4px;
  box-shadow: 0px 0px 20px 3px rgba(139, 255, 0, 0.7);
}

.ratepos {
  width: 40px;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-shadow: 0px 0px 7px rgb(144, 242, 0);
}

.ratepos span {
  width: 100%;
  display: inline-block;
	z-index: 1;
}

.ratebox .rating {
  font-weight: 600;
  font-size: 32px;
  display: flex;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  line-height: 50px;
  padding-right: 20px;
	text-shadow: 0px 0px 7px rgb(144, 242, 0);
}

.ratebox-face {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden;
	/*border-right: 2px solid #3bf270;*/
	transform: scale(0.9);
}

.ratebox-face img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.rating .ratebox-face {
  transform: scale(0.6);
}

.listheader {
  width: 100%;
  padding: 25px 0 0 0;
  font-size: 22px;
  line-height: 28px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
  /*transform: skewX(-10deg);*/
  margin-bottom: 10px;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
	text-transform: uppercase;
	text-align: center;
  align-content: center;
	font-family: var(--font-head);
	text-shadow: 0px 0px 7px rgb(144, 242, 0);
}

.mCustomScrollBox .listheader {
  padding-left: 20px;
}

#systemobjects .listheader {
  padding-bottom: 2px;
}

.listheader .caption {
  position: absolute;
  right: 0;
  font-size: 14px;
  display: block;
	width: 60px;
	height: 40px;
}

.listheader .caption span {
  position: absolute;
  right: 0;
  /*transform: translate(-50%,0);*/
  font-size: 10px;
	width: 100%;
  text-align: center;
	line-height: 1.1;
	bottom: 0;
}

.listheader .caption img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 32px;
  height: 32px;
}

.listheader:first-child {
	padding-top: 10px;
}

.listheader.shifted {
	opacity:1;
	animation: 0.07s flicker;
  animation-iteration-count: 3;
}

.listheader:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 2px;
  left: 50%;
  background: linear-gradient(90deg, rgba(232, 0, 0, 0) 0%, rgba(140, 203, 0, 0.49) 48%, rgba(132, 242, 0, 0.6) 50%, rgba(242, 0, 0, 0) 100%);
  transform: translate(-50%,0);
}

.listsubheader {
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
  margin-top: -19px;
  font-weight: 500;
}

#systemobjects .listsubheader {
  margin-bottom: 0;
}

.listsubheader:after {
	display: none;
}

.listheader a {
  display: block;
  float: right;
  position: relative;
  width: 15%;
  /*padding: 10px 15px;
  background: linear-gradient(90deg, rgb(0, 64, 216) 0%, rgb(3, 47, 182) 100%);*/
}

.listheader a img {
  width: 100%;
  min-width: 100%;
  display: block;
  position: relative;
}

.listheader a .js-tilt-glare-inner {
	width: 100% !important;
	height: 100% !important;
}


.rateloaderbox {
  display: block;
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translate(-50%,0);
  top: 51px;
}

.rateloader {
  width: 0;
  height: 10px;
  margin: 0;
  display: inline-block;
  position: relative;
  background: linear-gradient(270deg, rgb(198, 255, 157) 0%, rgb(150, 251, 74) 100px);
  animation: animFw 10s linear infinite;
  box-shadow: 0 0 15px rgb(104, 255, 0);
  border-radius: 6px;
}

.rateloader.counting {
	animation: animFw 60s linear 1;
}

.rateloader:after, .rateloader:before {
        content: '';
        width: 10px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 9px;
        right: -2px;
        opacity: 0;
        transform: rotate(-45deg)  translateX(0px);
        animation: coli1 0.3s linear infinite;
}

.rateloader:before {
        top: -4px;
        transform: rotate(45deg);
        animation: coli2 0.3s linear infinite;
}

.ratebox-name {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 28px;
  text-align: center;
	padding: 0 40px 0 20px;
	position: relative;
	text-shadow: 0px 0px 7px rgb(144, 242, 0);
}

.ratebox .ratebox-name {
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-content: center;
  align-items: center;
	text-shadow: 0px 0px 7px rgb(144, 242, 0);
}

.ratebox-name .flag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	line-height: 28px;
	margin-right: 5px;
	margin-top: -5px;
	/*border-radius: 50%;*/
}

.ratebox .flag {
  transform: skewX(10deg);
}

.rateboxbox p {
  text-align: center;
  padding: 0 20px 0;
  font-size: 16px;
  font-weight: 600;
	line-height: 20px;
}

.ratebox-date {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px 0;
}

.ratebox .info {
  display: inline-block;
  width: 15px;
  position: relative;
  line-height: 5px;
  vertical-align: middle;
  background: #00ab4e;
  margin: 0 10px 0;
  padding: 5px;
  border-radius: 4px;
}

@media only screen and (max-width: 575px) {
	
	.rate-contaner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.listheader {
		padding: 24px 0 0 0;
		font-size: 16px;
		justify-content: left;
    line-height: 1.2;
	}

  #systemobjects .listheader {
		justify-content: center;
    margin-bottom: 10px;
    padding-top: 0;
  }
	
	.listsubheader {
		padding: 0;
		font-size: 11.7px;
	}
	
	.rate-contaner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.ratebox .ratebox-name {
		font-size: 16px;
	}
	
	.ratebox-face {
		height: 36px;
		width: 36px;
	}
	
	.ratebox .rating {
		font-size: 26px;
		line-height: 32px;
		padding-right: 0;
	}
	
	.rateline {
  gap: 10px;
  padding: 10px;
}
	
	.ratepos {
		font-size: 20px;
	}
	
	.listheader .caption {
		width: 50px;
		height: 40px;
	}
	
	.listheader .caption span {
		font-size: 8px;
	}
	
}