.banner{animation:fadeOutDown .3s forwards;background-color:var(--white-color);border-radius:30px 30px 0 0;bottom:-300px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:20px;max-width:375px;opacity:0;padding:25px 22px 32px;position:fixed;right:0;width:100%;z-index:1000}.banner.show{animation:fadeInUp .3s forwards;bottom:0;opacity:1}.banner__wrapper{align-items:center;column-gap:20px;display:flex}.adbanner{padding-bottom:45px;padding-top:45px;width:100%}.adbanner__slider{border-radius:30px;height:auto;max-height:215px;overflow:hidden;width:100%}.adbanner__item{border-radius:30px;display:flex}.adbanner__item>img{border-radius:30px;box-shadow:none;height:100%;max-height:215px;object-fit:contain;width:100%}.adbanner__img__mobile{display:none}