.preloader{display:flex;justify-content:start;flex-direction:column;gap:12px;align-items:center;width:min(768px,100%);padding:12px;margin:36px auto}.preloader__image{height:256px}.preloader__title{text-align:center}.preloader__highlight{color:#3876d9}.preloader__subtitle{color:rgba(24,24,24,.5);font-size:16px}.preloader__bar{width:100%;height:12px;border:none;margin-top:24px}.preloader__bar::-webkit-progress-bar{border-radius:30px;background:#dee7e9}.preloader__bar::-webkit-progress-value{border-radius:30px;background:#3876d9}@media(max-width:780px){.preloader{gap:8px;margin:24px auto}.preloader__title{font-size:24px}.preloader__subtitle{font-size:14px}}