//header,.buttons-tel-fixed-container{display: none!important;}// .buttons-tel-fixed-container { display: none; } .sale-btn-wrap{ position: fixed; //left: -202px; left: -265px; //полностью скрыт bottom: 0; height: 148px; width: 329px; background: url(../../images/ai/widget_popup_sale/widget_sale_discount_5000.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: 90px; width: 240px; 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: 235px; bottom: 120px; border-radius: 50%; //background-color: blueviolet; width: 30px; height: 30px; 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_discount_5000_short.png?v=1); background-repeat: no-repeat; background-size: 85%; .widget_content { padding: 0; height: 75px; width: 100px; left: 5px; bottom: 35px; //border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../images/ai/widget_popup_sale/widget_sale_discount_5000_mobile.png?v=1); background-size: 100%; width: 190px; height: 85.5px; left: -195px; bottom: 10px; &.in{ left: 3px; } .widget_content { bottom: 12px; height: 60px; width: 170px; &.in { left: 3px; } } .widget_close_btn { left: 170px; bottom: 70px; height: 30px; width: 30px; } &.shot-img{ background: url(../../images/ai/widget_popup_sale/widget_sale_discount_5000_short_mobile.png?v=1); background-repeat: no-repeat; background-size: 100%; width: 67px; height: 55px; left: 3px; bottom: 10px; .widget_content { width: 67px; height: 55px; left: 3px; bottom: 10px; } } } }