.spinner-wrapper{display:flex;justify-content:center;width:100%}.spinner-wrapper__big{align-items:center;height:300px;width:100%}.spinner{animation:l2 1s linear infinite;aspect-ratio:1;border:8px solid #add8e6;border-radius:50%;border-right-color:#3761f6;width:50px}@keyframes l2{to{transform:rotate(1turn)}}.button,button{align-items:center;background-color:#3761f6;border:1px solid #3761f6;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font:500 14px Inter;font-weight:500;gap:4px;height:36px;justify-content:center;line-height:32px;outline:none;padding:0 20px;text-align:center;transition:background-color .2s cubic-bezier(.38,.005,.215,1),border-color .2s cubic-bezier(.38,.005,.215,1),color .2s cubic-bezier(.38,.005,.215,1);white-space:nowrap;width:100%}@media (min-width:768px){.button,button{width:auto}}.button:hover,button:hover{background-color:#718ffd;border-color:#718ffd}.button:active,button:active{background-color:#3761f6;border-color:#3761f6}.button:disabled,button:disabled{opacity:.45;pointer-events:none}.button_loader{border-width:3px;margin:auto;width:20px}.button__light{background:transparent;border-color:#ccc;color:#000}.button__light:hover{background:#e9e9e9;border-color:#ccc}.button__light:active{background:#b4b4b4;border-color:#ccc}.button img{width:18px}
