.button{align-items:center;background:#434370;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:17px;font-weight:500;height:60px;justify-content:center;letter-spacing:.02em;line-height:130%;padding:0 32px;transition:background-color .2s;white-space:nowrap}.button:hover{background:#2f2f5c}.button.dark{background:#fff}.button.dark:not(.custom-color){color:#434370}.button__inner{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;justify-content:center;width:100%}.button.small{border-radius:50px;height:36px;padding:0 10px}@media screen and (max-width:767px){.button.small{font-size:14px;line-height:17.5px}}.button.small.loading .button__loader{height:24px;width:24px}.button.secondary{background:#b1b4b933;color:#101114}.button.secondary:hover{background:#b1b4b959}.button.accent{color:#fff}.button.accent,.button.accent:hover{background:#4a8f58}.button.disabled,.button.loading{pointer-events:none}.button.disabled{background:#b1b4b933}.button.disabled:not(.custom-color){color:#10111447}.button__loader{animation:spin-loader 4.2s ease-in-out infinite;color:#fff;display:block;height:32px;width:32px}.button.text{background:none;color:#434370}.button.text:hover{background:#b1b4b959}.button.text.dark{color:#fff}.button.text.dark:hover{background:#b1b4b959}
