@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.container-app__title{padding:24px 16px 0}
@media(min-width:480px){.container-app__title{padding:24px 24px 0}
}
@media(min-width:768px){.container-app__title{padding:32px 32px 0}
}
@media(min-width:1440px){.container-app__title{padding:40px 40px 0}
}
@media(min-width:1920px){.container-app__title{padding:40px 48px 0}
}