/* TOP BOOKMAKERS WIDGET */
.top-bookmakers {
  padding: 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e1;
}
.geo-top {
  margin-top: 0;
}
.standrat-widgets .side-widget.side-widget-white .top-bookmakers {
  border: 0;
}
.tb-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.tb-item:nth-last-child(2) {
  border: 0;
}
.tb-number {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #e8e8e1;
  margin: auto 0;
  margin-right: 10px;
}
.tb-number.yellow {
  color: #f3ca01;
}
.tb-logo {
  margin: auto 0;
  display: flex;
}
.tb-logo img {
}
.tb-bonus {
  font-weight: bold;
  /*     font-size: 14px; */
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #303030;
  margin: auto;
  position: relative;
}
.tb-bonus::before {
  font-family: "Sportbet";
  content: "\e907";
  color: #f3ca01;
  margin-right: 3px;
  font-weight: normal;
}
.tb-review {
  display: none;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  margin-right: 0;
  margin-left: auto;
  border: 1px #e8e8e1 solid;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tb-review::before {
  font-family: "Sportbet";
  content: "\e918";
  font-size: 12px;
  color: #d6d6d0;
}
.tb-link {
  width: 80px;
  margin: auto 0;
  margin-left: auto;
}
.tb-link .btn {
  font-size: 13px;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .geo-top {
    margin-bottom: 20px !important;
  }
  .geo-top .top-bookmakers {
    border: 0;
  }
  .tb-link {
    width: 67px;
  }
  .tb-link .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .top-bookmakers {
    border: 0;
  }
}
@media screen and (max-width: 650px) {
  .tb-number {
    margin-right: 5px;
  }
  .tb-logo img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .tb-review {
    display: flex;
  }
  .tb-link {
    margin-left: 10px;
  }
  .tb-link .btn {
    padding: 7px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 949px) {
  .tb-logo img {
    width: 105px;
    height: auto;
  }
  .tb-bonus {
    font-size: 18px;
  }
  .tb-link {
    width: 105px;
  }
  .tb-link a.btn {
    font-size: 14px;
  }
}

/* PROMOCODE */
.tb-promo {
  font-size: 9px;
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  position: absolute;
  font-weight: 600;
  background-color: #c83a47;
  color: #fff;
  width: 40px;
  height: 25px;
  justify-content: center;
  border-radius: 10px 10px 10px 1px;
  top: -25px;
  right: -50px;
  align-items: start;
  padding-left: 7px;
  box-shadow: 4px 4px 7px #0000003b;
}
.tb-promo .last {
  font-weight: normal;
}

@media all and (max-width: 380px) {
  .with-promo {
    height: 50px;
  }

  .with-promo .tb-bonus {
    border: 1px solid #c83a47;
    border-radius: 5px 5px 0 0;
    width: 55px;
    margin: 5px auto 0 auto;
    align-self: flex-start;
    box-sizing: border-box;
    font-size: 11px;
  }

  .tb-promo {
    width: 48px;
    border-radius: 0 0 10px 10px;
    top: 18px;
    right: -1px;
  }
}
