//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: 132px; width: 353px; background: url(../../../images/ai/widget_popup_sale/widget_sale_cosmo.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: 80px; width: 225px; bottom: 30px; border-radius: 0 60px 0 0; //background-color: rgba(214, 140, 244, 0.63); z-index: 99; &.in{ left: 0; } } .widget_close_btn { cursor: pointer; display: none; position: fixed; padding: 0; left: 215px; bottom: 99px; border-radius: 50%; //background-color: blueviolet; width: 30px; height: 30px; z-index: 100; &.in{ display: block; } } &.shot-img{ width: 153px; height: 111px; left: -15px; bottom: 10px; background: url(../../../images/ai/widget_popup_sale/widget_sale_cosmo_short.png); background-repeat: no-repeat; background-size: 90%; .widget_content { padding: 0; height: 85px; width: 115px; left: 0; bottom: 30px; border-radius: 0 40px 130px 0; //border-radius: 50%; } } } @media (max-width: 767px) { .sale-btn-wrap{ background-image: url(../../../images/ai/widget_popup_sale/widget_sale_cosmo_mobile.png); background-size: 100%; width: 194px; height: 72.5px; left: -195px; bottom: 10px; &.in{ left: 0; } .widget_content { bottom: 17px; height: 50px; width: 150px; border-radius: 0 30px 130px 0; //background-color: #2196f385; &.in { left: 0; } } .widget_close_btn { left: 145px; bottom: 45px; height: 25px; width: 25px; } &.shot-img{ background: url(../../../images/ai/widget_popup_sale/widget_sale_cosmo_short.png); background-repeat: no-repeat; background-size: 70%; width: 153px; height: 111px; left: -10px; bottom: -25px; .widget_content { width: 90px; height: 70px; left: 0; bottom: 10px; border-radius: 0 40px 140px 0; } } } }