.button{color:var(--color-text);width:100%;max-width:100%;height:50px;letter-spacing:6%;background:var(--color-button);cursor:pointer;box-sizing:border-box;border:none;border-radius:40px;justify-content:center;align-items:center;padding:8px 22px;font-size:18px;font-weight:400;line-height:130%;display:flex;position:relative;box-shadow:0 36px 47px #00000026}.button.red{background:#ed5b5b}.button.white{background:var(--white);color:var(--green)}.button.white:hover{background:var(--green);color:#000}.button.red:hover{background:#a73333}.button.green{background:var(--green)}.button:hover{background:var(--color-button-hover)}.button:disabled{cursor:auto;background:#777683}@media screen and (width<=1020px){.button{padding:8px 20px;font-size:15px}}@media screen and (width<=765px){.button{padding:8px 20px;font-size:14px}}@media screen and (width<=530px){.button{white-space:normal;text-align:center;word-wrap:break-word;overflow-wrap:anywhere;height:auto;min-height:44px;padding:10px 12px;font-size:12px;line-height:1.3}}@media screen and (width<=350px){.button{padding:8px 4px;font-size:12px}}
