@viewport {
    zoom: 1;
}

html {
    -webkit-text-size-adjust: none!important;
}

#pp-email-widget iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.email-widget-bubble {
    /*background: url("images/plashka.gif") 50% 50%  no-repeat;*/
    background: url("images/button.png") no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    width: 98px;
    height: 109px;
    position: fixed;
    z-index: 1050;
    display: none;
}
.bx-touch .email-widget-bubble {
    bottom: 80px;
    left: 5px;
}

.email-widget-bubble:hover {
    animation: 0s ease 0s normal none 1 running none;
    opacity: 1;
}

/*400x360px */
.email-widget-popup .popup-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    /* padding: 15px 45px 15px 15px; */
}

.pp-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1070;
}

.pp-show {
    display: block;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 500px;
    max-width: 600px;
    visibility: visible;
}

.pp-popup.email-widget-popup {
    /*
    background-image: url(images/form_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     */
    background-color: rgb(0 202 201);
    overflow: hidden;
}

#myoverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1060;
}

.close-popup {
    position: absolute;
    top: -55px;
    right: -55px;
    height: 110px;
    width: 110px;
    padding: 10px;
    text-indent: -9999px;
    background-image: url(images/close-black.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 30% 70%;
    background-color: rgb(255 255 255);
    border-radius: 100%;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.close-popup:hover {
    background-color: rgb(238 238 238);
}

.pp-visible {
    display: block!important;
}

@media (min-width: 630px) {
    #pp-email-widget iframe {
        height: 500px;
        width: 600px;
    }
}

@media (max-width: 629.98px) {
    .pp-show {
        max-height: 667px;
    }
    .pp-popup.email-widget-popup {
        max-width: calc(100% - 30px);
    }
    .close-popup {
        top: -45px;
        right: -45px;
        height: 90px;
        width: 90px;
        background-position: 25% 72%;
    }
}