.header-container{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:nowrap}.button-wrapper{margin-left:auto;display:flex;justify-content:flex-end;flex-shrink:0}.sticker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:15px;justify-content:center;align-items:center;margin-top:1.2em;margin-bottom:1.2em}.sticker{position:relative;text-align:center;background:#f4f4f4;border-radius:10px;padding:15px;transition:opacity .2s ease;overflow:hidden;cursor:pointer}.sticker:hover{box-shadow:0 4px 10px rgba(0,0,0,.1);opacity:.8}.sticker img,.sticker .sticker-video,.sticker .lottie-animation{height:auto;max-width:100%;border-radius:5px}.emoji-smile{font-size:18px;font-weight:500;position:absolute;bottom:10px;right:10px;color:#333;transition:color .3s ease}.sticker:hover .emoji-smile{color:#08c}.btn{display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;border-radius:5px;text-decoration:none;text-align:center;cursor:pointer;transition:background-color .3s,transform .2s;border:0}.btn:hover{text-decoration:none}.btn-tg{background-color:#08c;color:#fff}.btn-tg:hover{background-color:#0078b0}.btn-tg:active{transform:scale(.98)}.btn-default{background-color:#d1d3d8;color:#495057}.btn-default:hover{background-color:#b0b3b8}.btn-default:active{transform:scale(.98)}a.btn{display:inline-block}button.btn{height:48px}.btn{margin:20px auto;text-align:center;width:auto}.btn-tg-icon{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg);width:15px;height:15px;position:relative;right:5px;top:2px}.promo-container{display:flex;align-items:center;justify-content:space-between}.promo-image-wrapper{display:flex;justify-content:center;align-items:center;width:50%;height:100%}.promo-image{max-width:450px;max-height:150px;width:100%}.promo-button-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100%}.promo-text{font-size:14px;color:#696969;text-align:center}.sticker-alert{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background:#f8d7da;border:1px solid #dfd3d4;color:#58151c;border-radius:10px;padding:15px 20px;box-shadow:0 2px 6px rgba(0,0,0,.05);gap:15px;margin-bottom:1em}.sticker-alert-text{flex:1;font-size:16px}.sticker-alert-action{flex:0 0 auto}.sticker-alert-button{background-color:#dc3545;border:none;color:#fff;padding:12px 24px;font-size:14px;border-radius:5px;cursor:pointer;transition:background .3s ease;white-space:nowrap}.sticker-alert-button:hover{background-color:#c82333}@media screen and (min-width:300px) and (max-width:768px){.sticker-alert{flex-direction:column;align-items:stretch}.sticker-alert-text{width:100%;text-align:left}.sticker-alert-action{width:100%;text-align:center}.btn{font-size:15px}button.btn{height:46px}.sticker-grid{grid-template-columns:repeat(2,1fr)}.sticker{padding:10px}.emoji-smile{font-size:16px}.header-container{flex-wrap:wrap;flex-direction:column;align-items:flex-start;gap:10px}.button-wrapper{width:100%;justify-content:flex-start;margin-left:0}.promo-container{flex-direction:column;justify-content:center;text-align:center;height:auto}.promo-image-wrapper,.promo-button-wrapper{width:100%;height:auto;padding:20px 0}.promo-image{width:95%}}