@charset "UTF-8";@font-face{font-family:Merriweather;font-style:normal;font-weight:700;src:url(../fonts/Merriweather-Bold.woff2) format("woff2")}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;src:url(../fonts/Merriweather-Light.woff2) format("woff2")}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;src:url(../fonts/Merriweather-Medium.woff2) format("woff2")}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;src:url(../fonts/Merriweather-Regular.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(../fonts/Roboto-Bold.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/Roboto-Regular.woff2) format("woff2")}body,html{margin:0;padding:0}:root{--color-primary:#000;--border-radius:0px}body{font-family:sans-serif}*{box-sizing:border-box}a,h1,h2{color:var(--color-primary)}a{text-decoration-thickness:.1em;text-underline-offset:3px;transition:text-decoration-color .1s ease-in-out}a:hover{text-decoration-color:transparent}.button,button{align-items:center;background:var(--color-primary);border:3px solid var(--color-primary);border-radius:var(--border-radius);color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1em;gap:10px;justify-content:center;padding:13px 20px;text-decoration:none;transition:opacity .1s ease-in-out}.button:hover,button:hover{opacity:.8}.button:disabled,button:disabled{cursor:not-allowed;filter:grayscale(100%);opacity:.5}.button svg,button svg{height:1em;width:1em}.button--secondary,button--secondary{background:#fff;color:var(--color-primary)}input,select,textarea{border:3px solid #aaa;border-radius:var(--border-radius);color:#000;font-family:inherit;font-size:1em;padding:10px;transition:border-color .1s ease-in-out}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);outline:none}label{color:#666;display:flex;flex-direction:column;font-size:14px;gap:6px;position:relative}label input,label textarea {font-size:16px;width:100%}label .loader{position:absolute;right:10px;top:0}.form{display:flex;flex-direction:column;gap:23px}.form--disabled,.form--submitted{filter:grayscale(100%);opacity:.3;pointer-events:none}.container{margin:80px auto;max-width:900px;padding:0 15px}.container--narrow{max-width:600px}@keyframes spin{to{transform:rotate(1turn)}}@maedia (max-width: 768px){.container{margin:20px auto}}
