.popup-cont {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;

  display: none;
  margin: auto;
  overflow: hidden;
}
.popup-cont iframe, .popup-cont object {
    display: block;
    width: 80%;
    max-width: 1024px;
    height: 80%;
    max-height: 700px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    border: none;
}

.shadow {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.popup-cont .close {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    padding: 10px 10px 5px;
    font-size: 40px;
    color: white;
    background-color: rgba(0,0,0,0.25);
    opacity: 1;
    cursor: pointer;
    font-family: -webkit-pictograph;
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 10px 2px inset;
    border-radius: 11px;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    height: 45px;
    width: 50px;
    margin-top: 20px;
}

.popup-cont .close .cross:before , .popup-cont .close .cross:after{
    content: '';
    width: 40px;
    height: 5px;
    background: #cc9d42;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    margin: auto;
}

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

.slot_descr img{
    margin: 0 25px 25px 0!important;
}
.popup-cont__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.popup-cont__overlay--rotate {
  display: block;

  background: #000000 url("../img/rotate-device.gif") no-repeat center;
}
.vs_slot_play_btn_holder,
.vs_slot_play_btn_holder *,
.vs_slot_play_btn_holder > * {
  -webkit-transition: All 0.2s ease-in-out;
     -moz-transition: All 0.2s ease-in-out;
       -o-transition: All 0.2s ease-in-out;
          transition: All 0.2s ease-in-out;
  ;
}
.button_demo a {
    font-size: 16px;
    color: #FFF;
    display: inline;
    border: none!important;
    letter-spacing: 1px;
    text-decoration: none;
    background: #2cc132;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px #0000006b;
    background: linear-gradient(to bottom,#2eff08 0%,#21b306 50%,#268616 51%,#38822b 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec08',endColorstr='#ffb903',GradientType=0);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);


}
.vs_slot_play_btn_holder > div {
  position: absolute;
  top: -5%;
  left: 0.3%;

  width: 99.4%;
  height: 90%;

  border-radius: 0.5em;
  box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(0,0,0,0.4);
}
.vs_slot_play_btn_holder,
.vs_slot_play_btn_holder > div {
  display: block;
  width: 100%;
  height: 50px;
  margin-left: -3px;

  background: #ff6100;
  background:    -moz-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6100),color-stop(100%,#9b0000));
  background: -webkit-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:      -o-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:     -ms-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:         linear-gradient(to bottom,#ff6100 0%,#9b0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6100',endColorstr='#9b0000',GradientType=0);
  ;
}
.vs_slot_play_btn_holder > div::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;

  width: 100%;
  height: 2%;

  background:    -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(40%,#ffffff),color-stop(60%,#ffffff),color-stop(99%,rgba(255,255,255,0.03)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:      -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:     -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:         linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  box-shadow: 0 -1px 0 1px rgba(0,0,0,0.2);
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
}
.vs_slot_play_btn_holder .vs_slot_play_btn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  font-size: 32px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
  cursor: pointer;
  opacity: 0.7;
}
.vs_slot_play_btn:active,
.vs_slot_play_btn:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.vs_slot_play_btn_holder > div:active,
.vs_slot_play_btn_holder > div:hover {
  top: 0;
}
.vs_slot_play_btn_holder:active,
.vs_slot_play_btn_holder:hover {
  box-shadow: 0 -0.1em 0 0 rgba(0,0,0,0.8),0 0.5em 0.5em 0 rgba(0,0,0,0.7),0 0.5em 0.5em 0 rgba(0,0,0,0.2),0 0 1em 0 rgba(0,0,0,0.1),inset 0 0 10em 1em #000000;
}
.vs_slot_play_btn_holder {
  position: relative;
  width: 1000px;
  height: 55px;
  margin: 20px auto 30px;
  text-align: center;
  border-radius: 0.4em;
  box-shadow: 0 -0.5em 0 0 rgba(0,0,0,0.8),0 0.4em 0.5em 0 rgba(0,0,0,0.7),0 0.9em 0.7em 0 rgba(0,0,0,0.5),0 1.5em 1em 0 rgba(0,0,0,0.5),inset 0 0 10em 0 rgba(0,0,0,0.9);
}

a.vs_slot_play_btn_holder.dmpcounter_hit {
    font-size: 22px!important;
    text-decoration: none;
    padding: 15px 0 0;
    margin-top: 40px;
}

.btn_type {
    width: 75%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 25px auto;
    height: 60px;
    align-items: center;
    background: #cc9d42;
    font-size: 20px;
    text-shadow: 1px 1px 4px #000;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.btn_type.money_type {
    background: #4CAF50;
}

@media(max-width: 724px){

  .popup-cont iframe,
  .popup-cont object {
      margin: 0;
  }
}