//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_sale_platinum_ny_btn_23.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: -10px; } .widget_content { cursor: pointer; display: block; position: fixed; left: -170px; height: 80px; width: 235px; bottom: 50px; border-radius: 0 40px 40px 0; //background-color: aquamarine; z-index: 99; &.in{ left: -10px; } } .widget_close_btn { cursor: pointer; display: none; position: fixed; padding: 0; left: 210px; bottom: 95px; border-radius: 50%; //background-color: blueviolet; width: 30px; height: 30px; z-index: 100; &.in{ display: block; } } &.shot-img{ width: 95px; height: 141px; left: -25px; bottom: -25px; background: url(../../images/ai/widget_sale_platinum_ny_btn_short.png); background-repeat: no-repeat; background-size: 90%; .widget_content { padding: 0; height: 105px; width: 65px; left: 0; bottom: 25px; border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../images/ai/widget_sale_platinum_ny_btn_mobile_23.png); background-size: 100%; width: 174px; height: 82px; left: -115px; bottom: 10px; &.in{ left: -5px; } .widget_content { bottom: 30px; height: 60px; width: 160px; &.in { left: -5px; } } .widget_close_btn { left: 142px; bottom: 62px; height: 20px; width: 20px; } &.shot-img{ background: url(../../images/ai/widget_sale_platinum_ny_btn_short.png); background-repeat: no-repeat; background-size: 100%; width: 57px; height: 86px; left: -18px; bottom: 5px; .widget_content { width: 57px; height: 86px; left: 0; bottom: 5px; } } } }