.fly-popup{
    display: none;
    padding-right: 7px;
    position: absolute;
    left: -235px; top: -32px;
    z-index: 99;
}

.fly-popup .fly-content{
    width: 235px;
    position: relative; left: 0; top: 0;
    background: #00c2df;
    padding: 10px 24px 11px 15px;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.fly-popup .fly-content a{
    color: white;
    text-decoration: underline;
}

.fly-popup .fly-point{
    position: absolute; right: 0; top: 0; height: 100%; width: 7px;
    background: url("/resources/images/cms/landing/water/10.png") no-repeat right center;
}

.fly-popup .fly-close{
    color: white;
    cursor: pointer;
    background: url("/resources/images/products/close.svg") no-repeat left top;
    background-size: 12px;
    width: 12px; height: 12px;
    position: absolute; right: 7px; top: 7px;
}

@media (max-width: 767px){

    .fly-popup{
        width: 100%;
        padding-right: 0;
        position: static; left: 0; top: 0;
        margin: 10px 0;
    }

    .fly-popup .fly-content{
        width: 100%;
        font-size: 18px;
    }

    .fly-popup .fly-point{
        display: none;
    }

    .fly-popup .fly-close{
        right: 14px; top: 14px;
        width: 24px; height: 24px;
        background-size: 24px;
    }
}