/* BOOKMAKER INFO */
.bookmaker-info {
  margin: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  clear: both;
}
.bookmaker-info__block {
  padding: 20px 0;
  border-radius: 8px;
  background-image: url(../../images/pattern.svg);
  background-color: #00c659;
  width: 49%;
  margin-bottom: 2%;
  background-size: 150%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.bookmaker-info__block::before {
  font-family: "Betru";
  position: absolute;
  color: #fff;
  left: 20px;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
}
.bookmaker-info__block.bk_name::before {
  content: "\e904";
}
.bookmaker-info__block.bk_license::before {
  content: "\e90c";
}
.bookmaker-info__block.bk_address::before {
  content: "\e93e";
}
.bookmaker-info__block.bk_pps::before {
  content: "\e93f";
}
.bookmaker-info__block_title,
.bookmaker-info__block_content {
  padding: 0 20px;
  padding-left: 80px;
}
.bookmaker-info__block_title {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.bookmaker-info__block_content {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.bookmaker-info__block.bk_address .bookmaker-info__block_content {
  font-weight: 300;
}

@media (max-width: 640px) {
  .bookmaker-info {
    display: block;
    margin: 20px;
  }

  .bookmaker-info__block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 7px;
    min-height: 111px;
  }

  .bookmaker-info__block_content {
    padding-right: 10px;
  }
}
