:root {
  --white: #fff;
  --black: #101828;
  --gray: #667085;
  --red: #ef5b5b;
  --orange: #e3841a;
  --bg-gray: #e7eaee;
  --bg: #fff7ed;
  --hover-transition: 0.3s ease-in-out;
  --font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}

button:active, button:focus, input:active, input:focus {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, label {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 105rem;
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

body {
  margin: 0;
  font-family: var(--font-inter);
  font-size: max(1.375rem, 12px);
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  color: var(--gray);
}
body.menu-open {
  overflow: hidden;
}

.title {
  text-align: center;
  margin-bottom: 3rem;
}
.title-1 {
  font-size: max(2.625rem, 12px);
  line-height: 121.5%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 20px;
    line-height: normal;
  }
}
.title-2 {
  font-size: max(1.875rem, 12px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 20px;
  }
}
.title-3 {
  font-size: max(1.5rem, 12px);
  font-weight: 500;
}
.title-1, .title-2, .title-3, .title-4, .title-5, .title-6 {
  color: var(--black);
}
.title-1 *, .title-2 *, .title-3 *, .title-4 *, .title-5 *, .title-6 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
@media (max-width: 768px) {
  .title {
    margin-bottom: 24px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  text-align: center;
  background-color: var(--red);
  -webkit-transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition);
  transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition);
  font-size: max(1rem, 12px);
  font-weight: 700;
  color: var(--white);
  border-radius: 0.25rem;
  padding: 0.96875rem;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
.btn.btn--gray {
  background-color: var(--bg-gray);
  color: var(--gray);
}
.btn svg {
  width: 1.5rem;
  margin-left: 0.5rem;
}
.uppercased {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn {
    padding: 12.5px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}