#explosiveKit{
    position: absolute;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
}
#explosiveKit .explosive{
    margin: 0 auto;
    position: relative;
    background: red;
    /*background: url("../images/new/warClicks/shop/explosive_kit.png?v=3");*/
    background: url("../images/new/warClicks/shop/explosive_kit_new2_526_528.png");
    width: 526px;
    height: 528px;
}
#explosiveKit .explosive .close{
    position:absolute;
    top:36px;
    right:19px;
    height:44px;
    width:44px;
    background: url("../images/close.png") 0 0;
}
#explosiveKit .explosive .close:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
    transform:scale(1.17);
}
#explosiveKit .explosive .explosive-button{
    position:absolute;
    bottom:45px;
    right:185px;
    height:46px;
    width:163px;
    background: url("../images/new/warClicks/shop/button.png?v=1");
}
#explosiveKit .explosive .explosive-button:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
}
#explosiveKit .button.buy-item-pack {
    left: 0;
    position: absolute;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#explosiveKit .popup-curtain {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px);
    background: rgba(0,0,0,0.6);
}
#explosiveKit #buy_popup {
    z-index: 2;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -100px;
    top: 190px;
    padding: 20px;
    background: #c2b49b;
    box-shadow: 0 0 5px black;
    text-align: center;
}
#explosiveKit #buy_popup .header {
    text-align: center;
    font: 12px/14px 'OpenSansRegular';
    margin-bottom: 10px;
}
#explosiveKit #buy_popup .close {
    right: -18px;
    top: -18px;
    position: absolute;
    width: 38px;
    height: 37px;
    background: url("../images/trainingCamp/x.png") 0 0;
}
#explosiveKit #buy_popup .close:hover {
    opacity: 0.7;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#explosiveKit #buy_popup > a {
    display: inline-block;
    font: bold 11px/14px 'openSansRegular';
    width: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
#explosiveKit #buy_popup > a.paypal {
    border-radius: 5px;
    height: 40px;
    background: none;

}
#explosiveKit #buy_popup > a.paysafecard {
    width: 180px;
    height: 45px;
    padding: 7px 10px 9px 10px;
    border-radius: 5px;
    background: #ffffff;
}
#explosiveKit  #buy_popup a:hover {
    opacity: 0.9;

}
#explosiveKit  #buy_popup > a img {
    max-width: 100%;
}