.bg-green-gradient{
  background: conic-gradient(rgb(40 196 1) 94%, #b2b1b9 0 100%);
}
.SingleAside {
  padding: 15px 15px 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgb(14 65 66/25%);
  box-shadow: 0px 4px 15px rgb(14 65 66/25%);
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.SingleAside .Logo {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c1d6d9;
}
.SingleAside .Logo img {
  margin: auto;
}
.SingleAside .Score {
  width: calc(60% - 5px);
  margin-bottom: 10px;
}
.SingleAside .StarsBlock {
  width: calc(40% - 5px);
  margin-bottom: 10px;
}
.SingleAside .Score {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #c1d6d9;
}
[dir="rtl"] .SingleAside .Score {
  border-right: none;
  border-left: 1px solid #c1d6d9;
  margin-right: 0;
  margin-left: 5px;
}
.SingleAside .Score {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SingleAside .ScoreName {
  color: var(--dark-green);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SingleAside .ScoreName {
  font-weight: 700;
}
.SingleAside .ScoreNum {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  color: var(--dark-green);
  background: #b2b1b9;
}
.SingleAside .ScoreNum:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0/30%);
  box-shadow: 0 0 15px rgb(0 0 0/30%);
  z-index: 1;
  background: #fff;
  width: 80%;
  height: 80%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SingleAside .ScoreNum span {
  position: relative;
  z-index: 2;
  font-size: 27px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SingleAside .ScoreNum i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.SingleAside .StarsBlock {
  padding-left: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.SingleAside .Stars {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SingleAside .Stars li {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin: 2px;
  overflow: hidden;
}
.SingleAside .Stars li:before {
  color: var(--teen-green);
}
.SingleAside .Stars li.Full:before {
  color: var(--yellow);
}
.SingleAside .Stars li.Half:after {
  font-family: "toprated10";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  content: "\e805";
  color: var(--yellow);
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.SingleAside .StarsNum {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--dark-green);
}
.SingleAside .BtnBlock {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[lang="el"] .SingleAside .BtnBlock {
  bottom: -25px;
}
.Btn {
  padding: 10px 30px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  min-width: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  filter: drop-shadow(0px 2px 15px rgba(14, 65, 66, 0.15));
  text-align: center;
}
[lang="el"] .SingleAside .Btn {
  padding: 10px 15px;
}
.BtnBlock .Btn:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: var(--red);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.BtnBlock:hover .Btn:after {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
  filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
}
.BtnBlock .Btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BtnBlock .Btn span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}
.SingleContent .BtnBlock {
  margin: 15px auto;
}
.post-btn.btns {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
.post-btn.btns a {
  padding: 10px 30px;
  background: var(--dark-green);
  position: relative;
  z-index: 3;
  border-radius: 20px;
  color: var(--white);
  min-width: 210px;
  -webkit-box-pack: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 890px) {
  .SingleAside {
    margin: 15px 0 25px;
    padding: 15px 15px 30px;
  }
  .SingleAside .BtnBlock {
    bottom: -30px;
  }
  .AsideProductList {
    margin-top: 15%;
  }
}
.AsideProductList .Title {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -25px;
}
.AsideProductList .Title p {
  margin: 0 5px 30px 0;
}
.AsideProductList .Title i {
  margin-left: 20px;
  font-size: 13px;
}
.AsideProductBlock {
  padding: 10px;
  border-radius: 15px;
  background: var(--white);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 15px rgba(14, 65, 66, 0.25);
  box-shadow: 0px 4px 15px rgba(14, 65, 66, 0.25);
  margin-bottom: 20px;
}
.AsideProductBlock .Num {
  position: absolute;
  margin: 0;
  top: 5px;
  left: 5px;
  font-weight: 700;
  background: #f8f8f8;
  color: var(--light-green);
  width: 25px;
  height: 25px;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.AsideProductBlock .Score {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-width: 150px;
}
[dir="rtl"] .AsideProductBlock .Score {
  order: 2;
}
[lang="el"] .AsideProductBlock .Score {
  margin-bottom: 20px;
}
.AsideProductBlock .ScoreName {
  color: var(--light-green);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px 0 0;
}
.AsideProductBlock.First .ScoreName {
  font-weight: 700;
}
.AsideProductBlock.First .ScoreName,
.AsideProductBlock:hover .ScoreName,
.AsideProductBlock.First .ScoreNum,
.AsideProductBlock:hover .ScoreNum {
  color: var(--dark-green);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.AsideProductBlock .ScoreNum {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  color: var(--light-green);
  background: #b2b1b9;
}
.AsideProductBlock .ScoreNum:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0/30%);
  box-shadow: 0 0 15px rgb(0 0 0/30%);
  z-index: 1;
  background: #fff;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.AsideProductBlock .ScoreNum span {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.AsideProductBlock .ScoreNum i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.AsideProductBlock.First .ScoreNum i,
.AsideProductBlock:hover .ScoreNum i {
  opacity: 1;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.AsideProductBlock .PartnerImg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.AsideProductBlock img {
  max-width: 100%;
  height: auto;
}
.AsideProductBlock .badge-logo-first{
  right: 0;
}
.table-responsive .badge-logo-first{
  right: 1em;
}
.AsideProductBlock .Btn {
  padding: 8px 30px;
  z-index: 3;
  border-radius: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -9px;
  right: 14px;
  min-width: 150px;
  text-align: center;
}
[lang="es-ES"] .AsideProductBlock .Btn {
  font-size: 12px;
  padding: 8px 6px;
}
[lang="tr-TR"] .AsideProductBlock .Btn,
[lang="vi"] .AsideProductBlock .Btn {
  font-size: 14px;
  padding: 8px;
}
.AsideProductBlock .Btn:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: var(--red);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.AsideProductBlock:hover .Btn:after {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
  filter: drop-shadow(0px 2px 20px rgba(14, 65, 66, 0.25));
}
.AsideProductBlock .Btn span {
  position: relative;
  z-index: 2;
}
.AsideProductBlock .full-btn,
.AsideProductBlock .full-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@keyframes ShowMe {
  0% {
    opacity: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  100% {
    opacity: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@-webkit-keyframes ShowMe {
  0% {
    opacity: 0;
    display: -webkit-box !important;
    display: flex !important;
  }
  100% {
    opacity: 1;
    display: -webkit-box !important;
    display: flex !important;
  }
}

[class^="TopIcon-"]:before,
[class*=" TopIcon-"]:before {
  font-family: "toprated10";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.TopIcon-down:before {
  content: "\e800";
}
.TopIcon-check:before {
  content: "\e801";
}
.TopIcon-close:before {
  content: "\e802";
}
.TopIcon-link:before {
  content: "\e803";
}
.TopIcon-arrow:before {
  content: "\e804";
}
.TopIcon-star:before {
  content: "\e805";
}
.mr-2{
  margin-right: 2px;
}