//header,.buttons-tel-fixed-container{display: none!important;}// .buttons-tel-fixed-container { display: none; } .sale-btn-wrap{ position: fixed; //left: -202px; left: -280px; //полностью скрыт bottom: 0; height: 127px; width: 353px; background: url(../../images/ai/widget_popup_sale/widget_sale_gold.png?v=2); 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: -3px; } .widget_content { cursor: pointer; display: block; position: fixed; left: -170px; height: 70px; width: 270px; bottom: 40px; border-radius: 0 60px 0 0; //background-color: #f0f8ff6e; z-index: 99; &.in{ left: 0; } } .widget_close_btn { cursor: pointer; display: none; position: fixed; padding: 0; left: 248px; bottom: 95px; border-radius: 50%; //background-color: blueviolet; width: 30px; height: 30px; z-index: 100; &.in{ display: block; } } &.shot-img{ width: 105px; height: 103px; left: 0; bottom: 20px; background: url(../../images/ai/widget_popup_sale/widget_sale_gold_short.png); background-repeat: no-repeat; background-size: 90%; .widget_content { padding: 0; height: 85px; width: 95px; left: 0; bottom: 40px; border-radius: 0 70px 0 0; //border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../images/ai/widget_popup_sale/widget_sale_gold_mobile.png?v=2); background-size: 100%; width: 166px; height: 60px; left: -195px; bottom: 10px; &.in{ left: 0; } .widget_content { bottom: 17px; height: 45px; width: 170px; border-radius: 0 60px 20px 0; //background-color: #2196f385; &.in { left: 0; } } .widget_close_btn { left: 140px; bottom: 45px; height: 30px; width: 30px; } &.shot-img{ background: url(../../images/ai/widget_popup_sale/widget_sale_gold_short.png); background-repeat: no-repeat; background-size: 70%; width: 105px; height: 103px; left: 0; bottom: -25px; .widget_content { width: 75px; height: 70px; left: 0; bottom: 10px; border-radius: 0 60px 20px 0; } } } }