@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
.cmp-notification{overflow:hidden;position:relative}
.cmp-notification__checkbox{position:absolute;opacity:0}
.cmp-notification__wrapper{position:relative;max-height:0;overflow:hidden;transition:max-height .8s}
.cmp-notification__content{position:relative;padding:8px 40px;font-size:14px;line-height:20px}
.cmp-notification__content:before{position:absolute;content:'';background-size:cover;background-position:center;background-repeat:no-repeat;width:24px;height:24px;top:8px;left:8px}
.cmp-notification__close{cursor:pointer;width:24px;height:24px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:8px;right:8px}
.cmp-notification__close:hover{opacity:.6}
.cmp-notification__checkbox:checked + .cmp-notification__wrapper{max-height:100px}
@media(min-width:1016px){.cmp-notification__content{padding:20px 56px 20px 48px;font-size:16px;line-height:24px}
.cmp-notification__content:before{top:20px;left:16px}
.cmp-notification__close{width:32px;height:32px;top:20px;right:16px}
}