.button{background:var(--primary-color);color:#fff;border:1px solid var(--primary-color);cursor:pointer;border-radius:10px;outline:none;padding:20px 42px;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:120%;transition:all .1s ease-in-out}.button:hover{background:#be3545}.button[style_size=small]{padding:13px 32px}.button[style_disabled=true]{cursor:default;background:gray;border-color:#0000}.button[style_type=rounded]{border-color:var(--primary-color);color:var(--primary-color);background:0 0}.button[style_type=rounded]:hover{background:var(--primary-color);color:var(--background)}@media screen and (width<=768px){.button{font-size:18px}}@media screen and (width<=480px){.button{font-size:16px}}
