#opros{
        width: 417px;
        height: 226px;
        position: fixed;
        z-index: 200;
        bottom: 20px;
        right: 20px;
        background: url('/design/images/banners/opros/Pop-Up_bg.png') center center no-repeat;
    }
    .opros_close{
        cursor:pointer;
        position: absolute;
        z-index: 100;
        right: 33px;
        top: 31px;
    }
    .opros_btn{
        position: absolute;
        z-index: 100;
        right: 50px;
        top: 132px;
    }
    .opros_close.invis{
        display: none;
    }
@media only screen and (max-width: 420px) {
        #opros{
        width: 375px;
        height: 226px;
        position: fixed;
        z-index: 200;
        bottom: 0px;
        left: 0px;
        background-size: contain;
    }
    .opros_btn{
        position: absolute;
        z-index: 100;
        right: 33px;
        top: 132px;
    }
    .opros_close{
        right: 33px;
        top: 41px;
    }
    .lentaBanner {
      bottom: 203px;
    }
}