//header,.buttons-tel-fixed-container{display: none!important;}// .buttons-tel-fixed-container { display: none; } .sale-btn-wrap{ position: fixed; //left: -202px; left: -265px; //полностью скрыт bottom: -10px; height: 152px; width: 324px; background: url(../../images/ai/widget_popup_sale/widget_sale_cyber_monday.png); 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: 65px; width: 250px; bottom: 50px; 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: 220px; bottom: 110px; border-radius: 50%; //background-color: blueviolet; width: 30px; height: 30px; z-index: 100; &.in{ display: block; } } &.shot-img{ width: 159px; height: 117px; left: 0; bottom: 10px; background: url(../../images/ai/widget_popup_sale/widget_sale_cyber_monday_short.png); background-repeat: no-repeat; background-size: 70%; .widget_content { padding: 0; height: 75px; width: 100px; left: 0; bottom: 45px; //border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../images/ai/widget_popup_sale/widget_sale_cyber_monday_mobile.png); background-size: 100%; width: 166px; height: 62px; left: -175px; bottom: 10px; &.in{ left: 0; } .widget_content { bottom: 0; height: 60px; width: 165px; &.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_cyber_monday_short_mobile.png); background-repeat: no-repeat; background-size: 90%; width: 93px; height: 62px; left: 0; bottom: 5px; .widget_content { width: 93px; height: 62px; left: 0; bottom: 5px; } } } }