.mobile-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 25;
  left: 0;
  right: 0;
  display: none;
}

.mobile-popup.show-popup {
  display: block;
}

.mobile-popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
}

.mobile-popup-wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mobile-popup-content {
  padding: 145px 20px 20px;
  position: relative;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 34px #000;
  z-index: 10;
}

@media (max-width: 500px) {
  .mobile-popup-content {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .mobile-popup-content {
    padding: 210px 20px 30px;
    max-width: 565px;
    width: 100%;
    box-shadow: 0 0 54px #000;
  }
}

.mobile-popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 3;
}

.mobile-popup-close:before, .mobile-popup-close:after {
  content: "";
  display: block;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 8px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.cross_black:before, .cross_black:after {
  background-color: #000;
}

.mobile-popup-close:after {
  transform: rotate(-45deg);
}

@media (min-width: 767px) {
  .mobile-popup-close {
    top: 15px;
    right: 17px;
  }
  .mobile-popup-close:before, .mobile-popup-close:after {
    width: 25px;
    height: 3px;
    left: 2px;
  }
}

.mobile-popup-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0c0612;
  margin: 0;
  height: 120px;
}

.mobile-popup-logo a {
  display: block;
}

.mobile-popup-logo img {
  max-width: 120px;
  max-height: 95px;
  height: auto;
  width: auto;
}

@media (min-width: 767px) {
  .mobile-popup-logo {
    height: 180px;
  }

  .mobile-popup-logo img {
    max-width: 220px;
    max-height: 145px;
  }
}

.mobile-popup-description {
  margin: 0 auto 25px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #212531;
}

@media (min-width: 767px) {
  .mobile-popup-description {
    line-height: 1.29;
  }
}

.mobile-popup-btn {
  position: relative;
  z-index: 3;
}

.mobile-popup-btn a, .card-button a, .games-list__item-link {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 54px;
  min-width: 315px;
  min-height: 56px;
  width: 100%;
  height: 54px;
  max-width: 230px;
  background: #5ad037 !important;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(90, 208, 55, 0.25);
  border-radius: 3px;
  border-bottom: 3px solid #18891d !important;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@media (min-width: 767px) {
  .mobile-popup-btn a {
    min-width: 230px;
    min-height: 56px;
  }
}

.mobile-popup-overlay-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
