.banner_bottom {
  padding: 15px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 728px;
  max-width: calc(100% - 30px);
  max-height: 20vh;
  background: rgb(245, 245, 245);
  overflow: auto;
  border-radius: 5px 5px 0 0;
  transition: opacity 0.4s;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 620px) {
  .banner_bottom {
    max-height: 33vh;
  }
}
.banner_bottom.img {
  width: auto;
  background: transparent;
}
.banner_bottom.hide {
  opacity: 0;
  pointer-events: none;
}
.banner_bottom-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background: #c4c4c4;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
}
.banner_bottom-close::after, .banner_bottom-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background: black;
}
.banner_bottom-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.banner_bottom-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.banner_bottom_btn {
  margin-left: 25px;
  white-space: nowrap;
  font-family: inherit;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 600;
}
.banner_bottom-text_content {
  align-self: flex-start;
}
.banner_bottom-text_content * {
  color: inherit;
}
.banner_bottom-text_content-container {
  display: flex;
  align-items: center;
}
.banner_bottom_casino {
  position: fixed;
  bottom: -110px;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  height: 110px;
}
.banner_bottom_casino .space-page-wrapper {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_bottom_casino.show {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 2;
}
.banner_bottom_casino-info {
  display: flex;
  align-items: center;
}
.banner_bottom_casino-info img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .banner_bottom_casino-info img {
    margin-right: 20px;
  }
}
.banner_bottom_casino-info-text p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25em;
}
@media screen and (max-width: 540px) {
  .banner_bottom_casino-info-text p {
    font-size: 18px;
  }
}
.banner_bottom_casino-info-rating {
  display: flex;
  align-items: center;
  color: #7f8c8d;
  font-size: 16px;
  line-height: 26.4px;
}
.banner_bottom_casino-info-rating .star-rating {
  line-height: 19px;
  margin-right: 10px;
}
.banner_bottom_casino-info-rating .star-rating .star {
  color: #ffd32a;
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 1em;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 1.15em;
  padding: 0;
}
@media screen and (max-width: 560px) {
  .banner_bottom_casino-info-rating .star-rating .star {
    display: none;
  }
  .banner_bottom_casino-info-rating .star-rating .star:first-child {
    display: inline-block;
  }
}
.banner_bottom_casino-info-rating .star-rating .star-full:before {
  content: "\f005";
  font-weight: 900;
}
.banner_bottom_casino-info-rating .star-rating .star-half:before {
  content: "\f5c0";
  font-weight: 900;
}
.banner_bottom_casino-info-rating .star-rating .star-empty:before {
  content: "\f005";
  font-weight: 400;
}
.banner_bottom_casino-link {
  display: block;
  text-decoration: none !important;
  padding: 17px 40px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25em;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  animation: pulse_btn_banner 1.5s ease-in infinite;
}
@media screen and (max-width: 560px) {
  .banner_bottom_casino-link {
    margin-right: 20px;
    padding: 10px 20px;
  }
}
.banner_bottom_casino-link:hover {
  filter: brightness(0.7);
}

body.bannerCasino {
  margin-bottom: 110px;
}
body.bannerCasino #scrolltop.show {
  bottom: 120px;
}