.wheel{transform:rotate(90deg)}.fw-btn__btn{background:#000!important}.fw-btn__btn:before{border-bottom:18px solid #000!important}.loader{width:20px;height:20px;border:3px solid #000;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}