.promo-kamas{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    margin: auto;
    z-index: 99999;
    cursor: pointer;
}
.promo-kamas img{
    width: 100%;
}
#close-promo{
    position: absolute;
    top: 0;
    right: 0;
}
.overlay-promo{
    display: none;
    position: absolute;
    background-color: #00000071;
    width: 100%;
    height: 100vh;
    top: -100px;
    left:0;
}
.active-promo{
    display: block;
}

@media (max-width:600px) {

    .promo-kamas{
        width:90%;
    }
}