.banner-promo{position:fixed;display:block;margin:6px 8px 0;overflow:hidden;background-color:#242424;border-radius:20px;transform:translateY(0);opacity:1;transition:transform .4s ease-out,opacity .4s ease-out;z-index:100;inset:0 0 auto}.banner-promo--initial{transform:translateY(-100%);opacity:0}.banner-promo--display-none,.display-none{transform:translateY(-100%);opacity:0;pointer-events:none}.banner-promo__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}@media only screen and (min-width:768px)and (max-width:1140px){.banner-promo__inner{flex-direction:row}}@media only screen and (min-width:1141px){.banner-promo__inner{flex-direction:row}}.banner-promo__container{position:relative;display:flex;flex-direction:column;padding:16px}@media only screen and (max-width:767px){.banner-promo__container{align-items:center;padding:16px 8px;max-width:288px}}@media only screen and (min-width:768px)and (max-width:1140px){.banner-promo__container{justify-content:center}}@media only screen and (min-width:1141px){.banner-promo__container{justify-content:center}}.banner-promo__text{position:relative;z-index:2}.banner-promo__button{position:absolute;top:4px;right:4px;padding:10px;background-position:50%;background-repeat:no-repeat;transform:scale(1);z-index:2}@media only screen and (min-width:768px)and (max-width:1140px){.banner-promo__button{top:50%;right:24px;transform:translateY(-50%)}}@media only screen and (min-width:1141px){.banner-promo__button{top:50%;right:24px;transform:translateY(-50%)}}.banner-promo__button .icon{transform:scale(1);transition:transform .2s}.banner-promo__button:hover{cursor:pointer}@media only screen and (min-width:768px)and (max-width:1140px){.banner-promo__button:hover{transform:translateY(-50%)}}@media only screen and (min-width:1141px){.banner-promo__button:hover{transform:translateY(-50%)}}.banner-promo__button:hover .icon{transform:scale(1.2)}.banner-promo__dublicate-button{position:relative;z-index:2}.banner-promo__background-img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;user-select:none;z-index:0;object-fit:cover}