.advertising-hl{
    display: none;
}

.advertising-hl.show {
    display: block;
}

.web-push-overlay .background {
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 9999;
}

.web-push-overlay  .desc {
    position: fixed;
    top: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 99999;
    font-size: 30px;
    height: 50%;
}

.web-push-overlay  .desc p {
    position: absolute;
    bottom: 0px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    height: 100px;
    /*overflow: hidden;*/
}

.web-push-overlay  .desc span {
    width: calc(42% - 360px);
    left: 360px;
    border-radius: 0 0 0% 100%;
    border-width: 0px 0px 3px 2px;
    border-style: dashed;
    height: calc(100% - 200px);
    bottom: 46px;
    position: absolute;
}

.web-push-overlay  .desc span.Firefox {
    width: calc(42% - 580px);
    left: 580px;
}

.web-push-overlay  .desc span:after {
    border-color: #fff transparent transparent;
    position: absolute;
    top: -30px;
    left: -12px;
    width: 0;
    height: 0;
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 20px solid #fff;
}

.webpush-iframe {
    display: none;
}


/*CHROME*/
@media (max-width: 1200px) {
    .web-push-overlay  .desc span.Chrome {
        border-width: 2px 2px 3px 0px;
        border-radius: 0 75% 125% 0%;
        height: calc(100% - 110px);
        width: 25%;
        right: calc(15% - 20px);
        left: auto;
    }

    .web-push-overlay  .desc span.Chrome:after {
        transform: rotate(270deg);
        top: -16px;
        left: calc(81px - 100%);
    }


    .web-push-overlay  .desc span.Chrome:before {
        content: '';
        border-bottom: 2px dashed #fff;
        height: 1px;
        width: calc(100% - 100px);
        position: absolute;
        top: -3px;
        left: calc(106px - 100%);
    }
}
@media (max-width: 860px) {
    .web-push-overlay  .desc span.Chrome:after {
        left: -25px;
    }

    .web-push-overlay  .desc span.Chrome:before {
        display: none;
    }
}

@media (max-width: 690px) {
    .web-push-overlay  .desc span.Chrome{
        display: none;
    }
}


/*FIREFOX*/
@media (max-width: 1500px) {
    .web-push-overlay  .desc span.Firefox {
        border-width: 2px 2px 3px 0px;
        border-radius: 0 75% 125% 0%;
        height: calc(100% - 140px);

        width: 25%;
        right: calc(15% - 20px);
        left: auto;
    }


    .web-push-overlay  .desc span.Firefox:after {
        transform: rotate(270deg);
        top: -16px;
        left: -140px;
    }


    .web-push-overlay  .desc span.Firefox:before {
        content: '';
        border-bottom: 2px dashed #fff;
        height: 1px;
        width: 120px;
        position: absolute;
        top: -3px;
        left: -116px;
    }
}

@media (max-width: 1250px) {
    .web-push-overlay  .desc span.Firefox:before {
        display: none;
    }

    .web-push-overlay  .desc span.Firefox:after {
        left: -25px;
    }
}

@media (max-width: 1050px) {
    .web-push-overlay  .desc span.Firefox {
        display: none;
    }
}


/*yabrowser*/

.web-push-overlay  .desc span.yabrowser {
    left: auto;
    right: 224px;
    border-width: 0px 2px 3px 0px;
    border-radius: 0 0 100% 0%;
    height: calc(100% - 240px);
    width: calc(42% - 240px);
}


.web-push-overlay  .desc span.yabrowser:after {
    right: -10px;
    left: auto;
}

@media (max-width: 850px) {
    .web-push-overlay  .desc span.yabrowser {
        display: none;
    }
}


/*Opera*/

.web-push-overlay  .desc span.Opera {
    display: none;
}