/* Bonuses */
.bonuses-block {
  display: flex;
  margin: 15px 22px;
  padding: 15px 0;
  border-top: 1px solid #e8e8e1;
  border-bottom: 1px solid #e8e8e1;
  flex-direction: column;
  position: relative;
}
.bonuses-block h2 {
  background-color: transparent;
}
.bonuses-block h2::after {
  display: none;
}
.bonuses-block__container {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}
.bonuses-block__container--wrapper {
  display: flex;
  grid-gap: 15px;
}
.swiper-initialized .bonuses-block__container--wrapper {
  grid-gap: 0;
}
.bonuses-block__container.owl-carousel {
  overflow: unset;
  padding-bottom: 0;
}
.bonuses-block__container.owl-carousel .owl-stage {
  padding-bottom: 30px;
  display: flex;
}
.bonuses-block__card {
  width: 231px;
  max-width: 231px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px #f7f7f5 solid;
  padding: 15px 0;
  box-shadow: 5px 5px 8px rgb(0 0 0 / 7%);
  box-sizing: border-box;
  flex: 1 0 auto;
  height: fit-content;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.bonuses-block__container.owl-carousel .bonuses-block__card {
  margin: 0 2px;
}
.bonuses-block__card_header {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
a.bb-logo {
}
a.bb-logo img {
}
.bb-rating {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #b8b8b6;
}
.bonuses-block__card_desc {
  font-weight: 600;
  padding: 0 15px;
  font-size: 14px;
  line-height: 17px;
  color: #303030;
  margin: 15px 0;
}
.bonuses-block__card_desc::before {
  font-family: "Sportbet";
  content: "\e907";
  color: #f3ca01;
  margin-right: 3px;
  font-weight: normal;
}
.bonuses-block__card_btn {
  margin: 10px 15px;
  width: auto;
}
.bonuses-block__card_btn.btn {
  margin-top: auto;
  margin-bottom: auto;
}
.bonuses-block__card_info {
  padding: 0 15px;
  margin-top: 10px;
  font-size: 9px;
  line-height: normal;
}
.bonuses-navigation {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  align-items: center;
}
.bonuses-next-btn,
.bonuses-prev-btn {
  color: #7f7f7f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.bonuses-navigation .swiper-button-disabled {
  opacity: 0.4;
}
.bonuses-next-btn::before,
.bonuses-prev-btn::before {
  font-family: "Sportbet";
  font-size: 12px;
}
.bonuses-next-btn::before {
  content: "\e902";
}
.bonuses-prev-btn::before {
  content: "\e901";
}
@media screen and (max-width: 650px) {
  .bonuses-block h2 {
    padding: 10px;
    font-size: 16px;
  }
}
