/* 2023-08-08 */
.geo-text{ display: none;}
.top-rated__element:nth-child(2) { border-color: #d54b8f; }
.top-rated__element:nth-child(2) .top-rated__deco-elem { background-image: url(images/top-rated/deco-top-rated_v2.png);  display: block;}



.uppercase{ text-transform: uppercase !important;}

._wds .header-right .disclosure-block{ display: none;}

.disclosure-place{ display: none; position: absolute;}
._wds .disclosure-place{ display: block;}
._wds .disclosure-place .disclosure-content{ right: auto; top:20px}
._wds .rate_txt{ display: none;}

._wds .stars_:hover {transform: scale(1);}

._wds .stars_ {
  background:url(images/rate_v2/stars_no.svg) top left repeat-x;
	background-size:cover;
	width:145px;
	height:26px;
	margin:var(--mb0) 0;
	overflow:hidden;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	/*transition:width 300ms ease-in-out;*/

	position: relative;
	z-index: 2;
	transition:all 200ms ease-in-out;
}

.internal .disclosure-place{ margin-top: -50px;}


.active_votes.rating .stars_{	cursor:pointer;}


._wds .stars_ .star_1_ {
  position:absolute;
	top:0px;
	left:0;
	z-index:1;
	width:0;
	height:100%;
	border:none;
	background:url(images/rate_v2/stars_ok.svg) top left repeat-x;
	background-size:cover;
	transition:all 1000ms ease-in-out;
}

._wds .stars_.no_trans .star_1_ { transition:none;}


.disclosure_text_2_{
  font-size: 13px;
  text-align: center;
  display: block;
  font-style: italic;
  margin: -40px 0 30px 0px;
}

.internal .disclosure_text_2_{ margin: 0; text-align: left;}



@media (max-width:767px){

  .disclosure-place{ position: relative; }
  .internal .disclosure-place{ margin-top: -20px; margin-bottom: 10px}

  .header-right .geo-text{ margin: 0}

}

@media (max-width:575px){
    .section-title.internal-h1 h1{ font-size: 24px; margin: 15px 0}
}
