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