.brands-posts {
  position: relative;
  padding: 0 0 25px
}

.brands-posts .brand-item,.brands-posts .brand-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.brands-posts .brand-content-top {
  margin: 0 10px 11px 0;
}


.brands-posts .brand-item {
  position: relative;
  padding: 7px 15px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 18px;
  margin: 0 0 17px
}

.brands-posts .brand-item .flag-item {
  z-index: 1
}
.brands-posts .brand-item:last-child {
  margin-bottom: 0
}

.brands-posts .brand-content-bottom {
  margin: 0;
  display: none
}


.brands-posts .subtitle-wrap {
  border-top: 1px solid var(--color-line-post);
  padding: 11px 0 2px;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.brands-posts .subtitle-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.brands-posts .subtitle-wrap ul li:nth-child(2n+1) {
  margin-right: 5px
}

.brands-posts .subtitle-wrap li {
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.25;
  padding-left: 25px;
  margin-bottom: 12px
}

.brands-posts .subtitle-wrap li i {
  font-size: 7px
}

.brands-posts .subtitle-wrap li .icon-wrap {
  position: absolute;
  left: 0;
  top: -3px;
  min-width: 17px;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #39930C;
  color: #ffffff;
  border-radius: 50%
}

.brands-posts .subtitle {
  font-size: 14px;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 10px
}

.brands-posts .items-list {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: scroll;
  margin-bottom: 0;
  flex: 1;
  --scrollbarBG: $value;
  --thumbBG: $value;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.brands-posts .items-list .simplebar-track.simplebar-vertical {
  display: none !important
}

.brands-posts .items-list .list {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-around;
}

.brands-posts .items-list .list .item {
  max-width: 50px;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.terms {
  display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.25;
    color: #afafaf;
}
.brands-posts .items-list .list img {
  max-height: 24px;
  min-height: 24px;
  object-fit: contain;
}

.brands-posts .items-list .list span {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25
}

.brands-posts .items-list::-webkit-scrollbar {
  width: 12px
}

.brands-posts .items-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none
}

.brands-posts .items-list .simplebar-wrapper {
  padding-bottom: 10px
}


.brands-posts .items-list .simplebar-horizontal {
  height: 4px
}

.brands-posts .items-list .simplebar-horizontal .simplebar-scrollbar {
  background: #f7f7f7;
  border-radius: 10px;
  top: 0;
  height: 100%
}

.brands-posts .items-list .simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0
}

.brands-posts .items-list .simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
  left: 0;
  right: 0;
  opacity: 0
}

.brands-posts .available-slots-wrap .items-list .item {
  max-width: 71px;
  min-width: 71px;
  width: 100%;
  height: 48px;
  margin-right: 15px
}

.brands-posts .available-slots-wrap .items-list .item img {
  width: 100%;
  height: 48px;
  max-height: 48px;
  min-height: 48px
}

.brands-posts .brand-item-column {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brands-posts .logo-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 22px
}

.brands-posts .description-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.brands-posts .links-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px
}

.brands-posts .logo-wrap {
  position: relative;
  max-width: 160px;
  width: 100%;
  max-height: 77px;
  min-height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px
}

.brands-posts .logo-wrap a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.brands-posts .logo-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
  pointer-events: none
}

.brands-posts .rating-block {
  width: 100%;
  padding-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-bottom: 0
}

.brands-posts .rating-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.brands-posts .rating-block .review-link {
  display: none
}

.brands-posts .rating-block .rate-wrap {
  text-align: center;
  margin-right: 11px
}

.brands-posts .rating-block .rate-wrap .text {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 4px;
  white-space: nowrap
}

.brands-posts .rating-block .stars-wrap {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.brands-posts .rating-block .stars-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.brands-posts .rating-block .stars-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcb0f;
  overflow: hidden;
}

.star-100:after {
  width: 100%;
}

.star-95:after {
  width: 95%;
}

.star-90:after {
  width: 90%;
}

.star-85:after {
  width: 85%;
}

.star-80:after {
  width: 80%;
}

.star-75:after {
  width: 75%;
}

.star-70:after {
  width: 70%;
}

.star-65:after {
  width: 65%;
}

.star-60:after {
  width: 60%;
}

.star-55:after {
  width: 55%;
}

.star-50:after {
  width: 50%;
}

.star-40:after {
  width: 40%;
}

.star-45:after {
  width: 45%;
}

.star-35:after {
  width: 35%;
}

.star-30:after {
  width: 30%;
}

.star-25:after {
  width: 25%;
}

.star-20:after {
  width: 20%;
}

.star-15:after {
  width: 15%;
}

.star-10:after {
  width: 10%;
}

.brands-posts .rating-block .score-wrap {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  line-height: 1.26
}

.brands-posts .description {
  height: max-content;
  position: relative;
  width: 100%;
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 14px;
  line-height: 1.25;
  color: var(--description-text-color);
  margin: 0 0 22px;
  text-align: center;
  display: inline-block;
  border-radius: 11px;
  letter-spacing: 0.01em;
  text-transform: uppercase
}

.brands-posts .description span {
  padding: 3px 15px;
  border-radius: 10px;
  color: var(--description-bg-color);
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 30px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  pointer-events: none
}

.brands-posts .trigger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 13px 0 0;
  column-gap: 10px
}

.brands-posts .link-bonus {
  max-width: 248px;
  width: 100%
}

.brands-posts .review-link,.brands-posts .trigger-info {
  max-width: 160px
}

.brands-posts .review-link,.brands-posts .trigger-info {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.brands-posts .review-link {
  font-size: 13px;
  color: var(--text-color);
  border-radius: 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.brands-posts .review-link {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  padding: 6px 15px;
  background: inherit;
  border: 1px solid transparent;
  box-sizing: border-box
}

.brands-posts .review-link span {
  position: relative
}

.brands-posts .review-link span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.brands-posts .review-link:hover {
  border-color: var(--link-border-color)
}

.brands-posts .review-link:hover span:after {
  background-color: transparent
}

.brands-posts .trigger-info {
  padding: 8px 15px;
  color: #DE982E;
  box-sizing: border-box;
  border: 1px solid;
  border-color: transparent;
  background: transparent;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.brands-posts .trigger-info span {
  margin-left: 5px;
  display: inline-block
}

.brands-posts .trigger-info i {
  position: relative;
  top: 1px;
  font-size: 8px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.brands-posts .trigger-info.open i {
  transform: rotate(180deg)
}

@media (min-width: 1025px) {
  .brands-posts:before {
      content:"";
      position: absolute;
      top: 127px;
      right: 0;
      min-height: 345px;
      height: 100%;
      width: 160px;
      background-image: url("/assets/images/chips-bg-two.webp");
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: -1
  }
}

@media (min-width: 768px) {
  .brands-posts {
      padding:0 0 47px
  }
}
@media (min-width: 768px) {
  .brands-posts .brand-content-top {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /* column-gap: 5%; */
      margin: 0 10px 11px 0;
  }
}

@media (min-width: 1025px) {
  .brands-posts .brand-content-top {
      -ms-flex-wrap:nowrap;
      flex-wrap: nowrap;
      column-gap: 15px
  }
}

@media (min-width: 1100px) {
  .brands-posts .brand-content-top {
      column-gap:30px
  }
}
@media (min-width: 768px) {
  .brands-posts .brand-item {
      padding:19px 15px 10px;
      margin-bottom: 20px
  }
}

@media (min-width: 991px) {
  .brands-posts .brand-item {
      padding:19px 9px 15px
  }
}

@media (min-width: 991px) {
  .brands-posts .brand-content-bottom {
      border-top:1px solid var(--color-line-post);
      padding-top: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
}
@media (min-width: 991px) {
  .brands-posts .subtitle-wrap li {
      width:100%;
      margin-right: 0 !important
  }

  .brands-posts .subtitle-wrap li:last-child {
      margin-bottom: 0
  }
}

@media (min-width: 991px) {
  .brands-posts .subtitle-wrap {
      border:none;
      padding: 0
  }
}
@media (min-width: 768px) {
  .brands-posts .subtitle {
      margin-bottom:12px
  }
}

@media (min-width: 991px) {
  .brands-posts .available-wrap,.brands-posts .available-slots-wrap,.brands-posts .payment-wrap,.brands-posts .features-wrap {
      width:100%
  }
}

@media (min-width: 768px) {
  .brands-posts .available-wrap .items-list .simplebar-content,.brands-posts .available-slots-wrap .items-list .simplebar-content,.brands-posts .payment-wrap .items-list .simplebar-content {
      scrollbar-color:#39930C #ffffff;
      --scrollbarBG: #010254;
      --thumbBG: #39930C
  }

  .brands-posts .available-wrap .items-list .simplebar-content::-webkit-scrollbar,.brands-posts .available-slots-wrap .items-list .simplebar-content::-webkit-scrollbar,.brands-posts .payment-wrap .items-list .simplebar-content::-webkit-scrollbar {
      width: 12px
  }

  .brands-posts .available-wrap .items-list .simplebar-content::-webkit-scrollbar-thumb,.brands-posts .available-slots-wrap .items-list .simplebar-content::-webkit-scrollbar-thumb,.brands-posts .payment-wrap .items-list .simplebar-content::-webkit-scrollbar-thumb {
      -webkit-background: #39930C;
      background: #39930C;
      border-radius: 10px
  }

  .brands-posts .available-wrap .items-list .simplebar-content::-webkit-scrollbar-track,.brands-posts .available-slots-wrap .items-list .simplebar-content::-webkit-scrollbar-track,.brands-posts .payment-wrap .items-list .simplebar-content::-webkit-scrollbar-track {
      border-radius: 10px
  }
}

@media (min-width: 991px) {
  .brands-posts .available-wrap,.brands-posts .available-slots-wrap {
      max-width:370px
  }
}

@media (min-width: 991px) {
  .brands-posts .payment-wrap {
      max-width:290px
  }
}

@media (min-width: 991px) {
  .brands-posts .features-wrap {
      max-width:214px
  }
}


@media (min-width: 991px) {
  .brands-posts .items-list .list img {
      max-height:24px;
      min-height: 24px
  }
}
@media (min-width: 768px) {
  .brands-posts .items-list .list {
      margin:0
  }
}
@media (min-width: 768px) {
  .brands-posts .items-list .simplebar-wrapper {
      padding-bottom:12px
  }
}
@media (min-width: 768px) {
  .brands-posts .brand-item-column {
      -webkit-box-pack:center;
      -ms-flex-pack: center;
      justify-content: center
  }
}
@media (min-width: 768px) {
  .brands-posts .logo-column {
      width:55%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0
  }
}

@media (min-width: 1025px) {
  .brands-posts .logo-column {
      width:100%
  }
}


@media (min-width: 768px) {
  .brands-posts .description-column {
      padding:0 20px;
      margin: 0;
      min-height: 88px;
      max-width: 38%;
      width: 100%;
      font-size: 24px
  }
}

@media (min-width: 1025px) {
  .brands-posts .description-column {
      max-width:288px;
      min-height: 76px
  }
}


@media (min-width: 768px) {
  .brands-posts .links-column {
      max-width:312px
  }
}


@media (min-width: 768px) {
  .brands-posts .logo-wrap {
      max-width:198px;
      min-width: 150px;
      max-height: 90px;
      min-height: 90px;
      margin-right: 34px;
      margin-left: 0
  }
}



@media (min-width: 768px) {
  .brands-posts .rating-block {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}
@media (min-width: 991px) {
  .brands-posts .rating-block .review-link {
      display:-webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex
  }
}

@media (min-width: 768px) {
  .brands-posts .rating-block {
      padding:0
  }
}


@media (min-width: 768px) {
  .brands-posts .rating-block .rate-wrap {
      margin-right:17px
  }
}
@media (min-width: 768px) {
  .brands-posts .description span {
      padding:4px 15px;
      line-height: 20px
  }
}

@media (min-width: 768px) {
  .brands-posts .description {
      margin:0;
      font-size: 20px;
      max-width: 288px
  }
}
@media (min-width: 991px) {
  .brands-posts .trigger-wrap {
      display:none
  }

  .brands-posts .trigger-wrap .review-link {
      display: none
  }
}
@media (min-width: 768px) {
  .brands-posts .review-link {
      font-size:18px
  }
}
@media (min-width: 991px) {
  .brands-posts .trigger-info {
      display:none
  }
}

@media (max-width: 767px) {
  .brands-posts.posts.mobile {
    display: block;
  }
  .brands-posts.posts.desktop {
    display: none;
  }
  .brands-posts .logo-column {
    flex-direction: column;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* width: 50%; */
  }
  .brands-posts .brand-item, .brands-posts .brand-content-top {
    flex-direction: row;
  }
  .brands-posts .brand-item {
    padding: 10px 0 10px 5px;
  }

  .brands-posts .link-bonus {
    max-width: 152px;
    font-size: 14px;
    margin-top: 16px;
  }
  .brands-posts .logo-column {
    margin-bottom: 0;
  }
  .brands-posts .logo-wrap {
    margin-left: 5px;
  }

  .brands-posts .description {
    margin: 10px 0 10px;
  }
  .brands-posts .description span {
    line-height: 20px;
  }
  .brands-posts .brand-item-column {
    justify-content: start;
  }
  .home-page .rating-block {
    justify-content: center;
  }
  .brands-posts .brand-content-top {
    margin: 0;
  }
  .rating-block .score-wrap span {
    font-size: 30px;
  }
  .brands-posts .rating-block {
    padding-top: 16px;
  }
  .brands-posts .rating-block .rate-wrap .text {
    font-size: 14px;
  }
  .brand-item {
    justify-content: center;
  }
}

@media only screen and (min-width: 379px) and (max-width: 767px) {
  .brands-posts .brand-content-top {
    gap: 25px;
  }
}

@media (min-width: 767px) {
  .brands-posts.posts.mobile {
    display: none;
  }
  .brands-posts.posts.desktop {
    display: block;
  }
}

.visit_site {
  color: black;
  font-size: 14px;
  text-align: center;
}
