.b-socials-widget {
  position: relative;
  height: 100px;
  width: 383px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
.b-socials-widget__background {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.b-socials-widget__background_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000087;
}
.b-socials-widget__background img {
    position: absolute;
}
*/
.b-socials-widget__item {
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  border-radius: 5px;
  margin: 0 5%;
  z-index: 1;
  color: #fff;
  font-size: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*    background-color: #f6d11b;*/
}
.b-socials-widget__item.twitter {
  background-color: #00acee;
}
.b-socials-widget__item.telegram {
  background-color: #32a9e6;
}
.b-socials-widget__item:hover {
  color: #fff;
  opacity: 0.7;
}
.b-socials-widget__item::before {
  font-family: "sportbet";
}
.b-socials-widget__item.twitter::before {
  content: "\e90c";
}
.b-socials-widget__item.telegram::before {
  content: "\e91e";
}
@media screen and (max-width: 425px) {
  .b-socials-widget {
    width: 100%;
  }
  /*
    .b-socials-widget__background img {
      position: relative;
      object-fit: cover;
      width: 100%;
      height: auto;
    }
*/
}
