.container .wheel-logo-bonus__bonus {
  width: 400px;
  top: 16px;
  transform: translateX(-50%) rotate(0deg);
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 16px;
  border-radius: 0 4px 0 0;
  z-index: 10;
}
.footer__text p,
.footer__links div {
  font-size: 12px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}
.footer__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 12px;
  margin-bottom: 8px;
}
.footer__links div {
  margin-bottom: 0;
  cursor: pointer;
}
.disclaimer_img_wrapper {
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  border-radius: 4px;
}
.disclaimer_img_wrapper img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .container .wheel-logo-bonus__bonus {
    width: 260px;
  }
  footer {
    border-radius: 0;
  }
  .footer__text p,
  .footer__links div {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .disclaimer_img_wrapper img {
    width: 100%;
  }
}
