.loader-page{display:flex;height:100%;background:#fff;align-items:center;justify-content:center}@-webkit-keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.test-rule{padding:70px 0}.test-rule div{width:220px;margin-bottom:10px}.test-rule div,.test-rules-list{color:#e24c4b;font-size:18px;line-height:20px}.tick{margin-left:-55px;margin-bottom:-10px}.test-rules-title{font-size:22px}.test-rules-text,.test-rules-title{margin-bottom:20px}