//header,.buttons-tel-fixed-container{display: none!important;}// .buttons-tel-fixed-container { display: none; } .sale-btn-wrap{ position: fixed; //left: -202px; left: -265px; //полностью скрыт bottom: -20px; height: 148px; width: 329px; background: url(../../images/ai/widget_popup_sale/widget_sale_platina_zoloto.png?v=1); background-repeat: no-repeat; background-size: 80%; padding: 0; display: block; z-index: 99; transition: .2s ease-in-out left,.2s ease-in-out right; &.in{ left: 0; } .widget_content { cursor: pointer; display: block; position: fixed; left: -170px; height: 75px; width: 255px; bottom: 35px; border-radius: 0 40px 0 0; //background-color: aquamarine; z-index: 99; &.in{ left: 0; } } .widget_close_btn { cursor: pointer; display: none; position: fixed; padding: 0; left: 225px; bottom: 90px; border-radius: 50%; //background-color: blueviolet; width: 40px; height: 40px; z-index: 100; &.in{ display: block; } } &.shot-img{ width: 116px; height: 87px; left: 5px; bottom: 20px; background: url(../../images/ai/widget_popup_sale/widget_sale_platina_zoloto_short.png?v=1); background-repeat: no-repeat; background-size: 85%; .widget_content { padding: 0; height: 75px; width: 100px; left: 0; bottom: 35px; //border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../images/ai/widget_popup_sale/widget_sale_platina_zoloto_mobile.png?v=1); background-size: 100%; width: 190px; height: 85.5px; left: -195px; bottom: -5px; &.in{ left: -5px; } .widget_content { bottom: 12px; height: 60px; width: 170px; &.in { left: 0; } } .widget_close_btn { left: 160px; bottom: 50px; height: 30px; width: 30px; } &.shot-img{ background: url(../../images/ai/widget_popup_sale/widget_sale_platina_zoloto_short.png?v=1); background-repeat: no-repeat; background-size: 100%; width: 67px; height: 55px; left: 0; bottom: 10px; .widget_content { width: 67px; height: 55px; left: 0; bottom: 10px; } } } }