#backgroundPopup {
    width: 100%;
    height: 100%;
    z-index: 20000;
    display: none;
    position: fixed;
    _position: absolute;
    background: url(../images/pop_bg.png) 0px 0px repeat;
}
#backgroundPopup img {
    float: left;
    width: 100%;
}
#popupContact {
    width: 800px;
    display: none;
    position: fixed;
    _position: absolute;
    border: 3px solid #fff;
    margin: 0px 0px 0px 40%;
}
#popupContactClose {
    top: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 24px;
    position: absolute;
    border: 1px solid #ccc;
    padding: 0px 5px 2px 5px;
}
@media only screen and (min-width: 960px) and (max-width: 1389px) {
    #popupContact {
        width: 600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    #popupContact {
        width: 400px;
        border: 2px solid #fff;
    }
}
@media all and (max-width: 768px) {
    #popupContact {
        width: 400px;
        border: 2px solid #fff;
        margin: 0px 0px 0px 50%;
    }
    #popupContactClose {
        font-size: 16px;
        line-height: 16px;
    }
}
@media only screen and (min-width:376px) and (max-width:480px) {
    #popupContact {
        width: 350px;
        margin: 0px 0px 0px 60%;
    }
}
@media only screen and (max-width: 375px) {
    #popupContact {
        width: 300px;
        margin: 0px 0px 0px 70%;
    }
}