.offers-wrap {
  width: 100%;
  /*background: #141315;*/
  margin: 15px 0 0;
}
.offers-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.offer-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: .3rem;
}
.offers-page-container .offer-block:nth-child(n+4) {
  display: none;
}
.mobile-link {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.offer-inner-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #2F334E;
  min-height: 10.125rem;
  border-radius: 1rem;
  font-family: 'Roboto', sans-serif;
}
.offer-inner-block:after{
  position: absolute;
  content: '';
  width: calc(100% - 300px);
  height: 20px;
  bottom: 0;
  right: 0;
  background: #262A40;
  border-bottom-right-radius: inherit;
}
.ribbon{
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: #1273EB;
  padding: 0.329rem 0.6rem;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  min-width: 7.188rem;
  text-align: center;
  border-radius: 16px 0 8px 0;
  text-transform: uppercase;
}
.offer-left-block,
.offer-right-block {
  /*width: 50%;*/
  display: flex;
  align-items: center;
}
.offer-left-block{
  width: 45%;
}
.offer-right-block {
  width: 55%;
}
.offer-logo-block{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  background-color: #1C1F33;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-shrink: 0;
  padding: 0;
  position: relative;
}
.offer-logo {
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem;
}

.image-wrapper {
  width: 100%;
  max-width: 14rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-logo img {
  width: 100%;
  height: auto;
}
.rating-container {
  width: 40%;
  padding: .5rem;
}
.offer-votes,
.offer-score {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin-bottom: 0.7rem;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #d3d3d3;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #FFCB0F;
  overflow: hidden;
}
.star-100:after {
  width: 100%;
}
.star-90:after {
  width: 90%;
}
.star-80:after {
  width: 80%;
}
.star-70:after {
  width: 70%;
}
.star-50:after {
  width: 50%;
}
.offer-score {
  align-items: flex-end;
  padding-right: 1rem;
}
.offer-score-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-rating {
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 600;
}
.site-rating-text {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: .5rem 0 0;
}
.site-rating-number{
  color: #fff;
  font-size: 1.071rem;
  margin-left: 1rem;
}

.welcome-bonus-block {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
  padding: 0.5rem;
}
.welcome-bonus-block:before,
.welcome-bonus-block:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 66px;
  top: 50%;
  background: rgba(28, 31, 51, 1);
  transform: translateY(-50%);
}
.welcome-bonus-block:before{
  left: 0;
}
.welcome-bonus-block:after{
  right: 0;
}
.welcome-bonus-block span.welcome-title,
.welcome-bonus-block span.welcome-bonus {
  margin-bottom: 0.1rem;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.welcome-bonus-block span.welcome-bonus:nth-child(even) {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.welcome-bonus-block .policy {
  text-align: center;
  font-weight: normal;
  font-size: 0.786rem;
}
.btn-block {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}
.offer-btn {
  width: 90%;
  max-width: 18.5rem;
  padding: 0.77rem;
  /* display: flex; */
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #01B676;
  border-radius: 100px;
}
.offer-btn span{
  text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.offer-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
  opacity: .9;
}
.payments-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: -8px;
  gap: 10px;
}

.payments-block .img-block {
  width: 100%;
  max-width: 25px;
  margin-bottom: 8px;
}

.payments-block .img-block img {
  width: 100%;
  height: auto;
}
.payments-block .img-block img:last-child {
  margin-right: 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .welcome-bonus-block span.welcome-bonus:nth-child(even) {
    font-size: 1.3rem;
  }
  .payments-block {
    flex-wrap: wrap;
    gap: 7px;
  }
  .payments-block.wrap-condition .img-block {
    width: 15%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .offers-wrap {
    border-radius: 16px;
    background: rgba(38, 42, 64, 1);
  }
  .offer-block {
    margin-bottom: 1rem;
  }
  .offer-block:last-child {
    margin-bottom: 0;
  }
  .offer-inner-block{
    background: unset;
  }
  .offer-inner-block:after{
    display: none;
  }
  .offer-left-block,
  .offer-right-block {
    width: 50%;
    flex-direction: column;
    justify-content: center;
  }
  .ribbon {
    font-size: 10px;
  }
  .offer-left-block{
    background: #1C1F33;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .offer-logo-block{
    height: auto;
    padding: 1.2rem 0.5rem 0.5rem
  }
  .offer-logo {
    max-width: 11rem;
    /*height: 3.438rem;*/
  }
  .rating-container {
    padding: 0;
    max-width: 87px;
  }
  .site-rating-text {
    font-size: 2rem;
  }
  .stars-container {
    font-size: 15px;
  }
  .offer-right-block {
    background: rgba(47, 51, 78, 1);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .welcome-bonus-block,
  .btn-block{
    width: 100%;
  }
  .welcome-bonus-block:before,
  .welcome-bonus-block:after{
    display: none;
  }
  .welcome-bonus-block span.welcome-bonus {
    font-size: 0.75rem;
  }
  .welcome-bonus-block span.welcome-bonus:nth-child(even) {
    font-size: 1rem;
  }
  .offer-btn {
    max-width: 9.25rem;
    font-size: 0.75rem;
    padding: 0.52rem;
  }
  .payments-block .img-block {
    max-width: 22px;
  }
}

@media (max-width: 767px) {
  /*.mobile-link {*/
  /*  display: block;*/
  /*}*/
  /*.welcome-bonus-block {*/
  /*  margin-bottom: 1rem;*/
  /*  line-height: normal;*/
  /*}*/
  /*.btn-block,*/
  /*.welcome-bonus-block {*/
  /*  width: 100%;*/
  /*}*/
  /*.offer-left-block {*/
  /*  flex-direction: column;*/
  /*  padding: 1.25rem 0.6rem;*/
  /*}*/
  /*.offer-logo {*/
  /*  width: 90%;*/
  /*  margin-bottom: 1rem;*/
  /*  background-color: transparent;*/
  /*  !*border-top-right-radius: 0;*!*/
  /*  !*border-bottom-right-radius: 0;*!*/
  /*  padding: 0;*/
  /*}*/
  /*.rating-container {*/
  /*  !*width: 100%;*!*/
  /*  width: 70%;*/
  /*  justify-content: space-between;*/
  /*  padding: 0 0 1rem 0;*/
  /*}*/
  /*.offer-votes {*/
  /*  align-items: center;*/
  /*}*/
  /*.welcome-bonus-block .policy {*/
  /*  font-size: 0.643rem;*/
  /*}*/
}