*,
*::after,
*::before {
  box-sizing: border-box;
  font-family: Verdana, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
body {
  margin: 0;
  background-color: #231f20;
  background-color: #000;
}

h1 {
  font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  /* font-weight: 700; */
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
}

h2 {
  font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  display: inline;
  color: #4b6eb9;
  text-decoration: none;
  border-bottom: 1px solid #231f20;
  transition: border-bottom-color 0.3s ease;
}

a.white {
  text-decoration: underline;
}

.block {
  border-radius: 24px;
  padding: 24px;

  max-width: 1400px;
}

.button_hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #fff;
  font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  font-size: 1.5rem;
  cursor: pointer;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color;
  border-radius: 1rem;
  border: 1px solid #fff;
  padding: 1rem 2.8125rem;
  color: #e63246;

  width: 100%;
}

.button_hero:hover {
  color: #fff;
  background-color: #e63246;
  border: 1px solid #fff;
}

.button_hero:focus {
  outline: none;
}
.button_hero:after,
.button_hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.button_hero.active {
  pointer-events: none;
  cursor: default;
  color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 989.98px) {
  .button_hero {
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .button_hero {
    -webkit-box-flex: 1;
  }
}

@media screen and (min-width: 640px) {
  .button_hero {
    -webkit-box-flex: 1;
  }
}

@media screen and (max-width: 639.98px) {
  .button_hero {
    text-align: center;
  }
}

.white {
  color: #fff;
}
.red {
  color: #e63246;
}
.bg_red {
  background-color: #e63246;
}
.bg_white {
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  *,
  *::after,
  *::before {
    font-size: 0.935rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 640px) {
  *,
  *::after,
  *::before {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  input,
  textarea {
    padding: 1.0625rem 3rem 1.0625rem 1.5rem;
  }
  input {
    height: 3.75rem;
  }
  button {
    font-size: 0.6875rem;
    line-height: 1.375rem;
    letter-spacing: 0.05rem;
  }
}
