/*.mg_popup .pp_close {
    width: 40px;
    height: 40px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    float: right;
    margin: 15px 15px 0 15px;
    background-size: 40px 120px;
}

.mg_popup .pp_close:hover {
    background-position: center bottom;
}
*/
/* shirinata na content-a zawisi ot prilovenieto -> towa e samo primer */
.mg_popup .pp_content {
    width: 700px;
    padding: 15px;
    background-color: #FFF;
}

.mg_popup .pp_content h1 {
    margin: 5px 5px 15px 5px;
}

@media all and (max-width: 799px) {
    .mg_popup { width: 100%; }

    .mg_popup .pp_content {
        width: 100%;
        padding: 10px;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all and (max-width: 479px) {
    .mg_popup .pp_content {
        padding: 10px 0;
    }

    .mg_popup .pp_content form h1 {
        margin: 0 10px 15px 10px;
    }

    .mg_popup .pp_close {
        margin: 5px 5px 0 5px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:  1.5),
    only screen and (-o-min-device-pixel-ratio:  3/2),
    only screen and (min--moz-device-pixel-ratio:  1.5),
    only screen and (min-device-pixel-ratio:  1.5) {

    .mg_popup .pp_close {
        background-image: url(../img/close@2x.png);
    }
}